Skip to content

Commit 7d2021f

Browse files
committed
0.2.1
1 parent 1cd67a2 commit 7d2021f

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

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+
335
## v0.2.0
436

537
Lots of changes, updates and polishing! Find the list below:
@@ -31,4 +63,4 @@ The minimum Python version is now 3.6.
3163

3264
## v0.1.0
3365

34-
Initial release, all known bugs squashed!
66+
Initial release, all known bugs squashed!

matrix_reminder_bot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
print("matrix_reminder_bot requires Python 3.6 or above.")
66
sys.exit(1)
77

8-
__version__ = "0.2.0"
8+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)