File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.2.1
4
+
5
+ Quick patch to bump ` matrix-nio ` to version ` >=0.18 ` , as otherwise that is required for the bot to work with Synapse 1.38+.
6
+ See https://github.com/anoadragon453/matrix-reminder-bot/issues/86 for details on the bug.
7
+
8
+ Otherwise, full changelog below:
9
+
10
+ ### Features
11
+
12
+ * Improve the '!listreminders' output.
13
+ * Add one-letter aliases to each command.
14
+ * Add 'remind' as an alias for the 'remindme' command.
15
+ * Use a pill when reminding a user.
16
+
17
+ ### Bugfixes
18
+
19
+ * Timezone errors due to daylight savings times will be corrected after a bridge restart.
20
+ * Prevent timezone-related errors when creating a reminder.
21
+ * Better parsing of reminders that have newlines.
22
+
23
+ ### Documentation
24
+
25
+ * Add release instructions.
26
+
27
+ ### Internal Changes
28
+
29
+ * Update setup.py to indicate Python 3.6+ is required.
30
+ * Bump minimum version of matrix-nio to 0.18.
31
+ * Bump the version of libolm to 3.2.4.
32
+ * Bump the version of Python in the CI to 3.9.
33
+
34
+
3
35
## v0.2.0
4
36
5
37
Lots of changes, updates and polishing! Find the list below:
@@ -31,4 +63,4 @@ The minimum Python version is now 3.6.
31
63
32
64
## v0.1.0
33
65
34
- Initial release, all known bugs squashed!
66
+ Initial release, all known bugs squashed!
Original file line number Diff line number Diff line change 5
5
print ("matrix_reminder_bot requires Python 3.6 or above." )
6
6
sys .exit (1 )
7
7
8
- __version__ = "0.2.0 "
8
+ __version__ = "0.2.1 "
You can’t perform that action at this time.
0 commit comments