Skip to content

Releases: maubot/reminder

v0.2.2

03 Dec 15:57
Compare
Choose a tag to compare
  • Made default timezone configurable
  • Allowed one-digit hour in German locale
  • Fixed Python 3.10 compatibility

v0.2.1

15 Aug 11:13
Compare
Choose a tag to compare
  • Made time delta separator optional (e.g. 1 hours 5 minutes instead of 1 hours and 5 minutes)
  • Fixed bug in broadcasting reminders with multiple subscribers
  • Allowed decimal values in time deltas (e.g. 1.5 hours and 5 minutes)

v0.2.0

25 Mar 22:42
Compare
Choose a tag to compare
  • Replaced dateparser with custom parser in order to have less weird cases that are impossible to fix properly.
  • Added command to set locale for new date parser.
  • Added command to re-schedule reminders that already fired.
  • Removed broken cancel command. Reminders can be cancelled with redactions.

v0.1.0

22 Jun 20:16
Compare
Choose a tag to compare

Initial release