Releases: sopel-irc/sopel-remind
0.3.0: oops, better with date!
In today's release: date!
Yes, well, sorry about that, sopel-remind
's confirmation messages didn't include the date, up until now.
So we are all good, the confirmation messages now contain the date and the time of the reminder, so you'll never be confused again!
As usual, this release is available on PyPI and you should install it using pip install sopel-remind==0.3.0
.
0.2.0: migrate from built-in
In today's release, you've got a migration script!
By running the sopel-plugins
command to configure your plugin, you can now accept a migration: this will import all the reminders from the built-in plugin and rename its file (adding a .bk
suffix so you can revert back if you really need to). It is made to be a one-off operation!
You can read all the details in the README for more information.
As usual, this release is available on PyPI and you should install it using pip install sopel-remind==0.2.0
.
0.1.0: initial release
Hello world!
This is the first official release for the sopel-remind plugin, made to work with Sopel 7.1+ and Python 3.7+.
This plugin replaces the built-in remind plugin from Sopel 7.1 and before, with 2 commands:
.in
which is used with a duration.at
which is used with a time, a date, or both
You can read all the details in the README for more information.
You should install it using pip, with pip install sopel-remind
, either directly from pypi.org, or by downloading the packages from this release (both source distribution and built distribution are available).