We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f5b14 commit 59baa23Copy full SHA for 59baa23
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.16.10 (2022-06-24)
2
+
3
+* *(bridge)* Started requiring Matrix v1.1 support from homeservers.
4
+* *(bridge)* Added hack to automatically send a read receipt for messages sent
5
+ to Matrix with double puppeting (to work around weird unread count issues).
6
7
## v0.16.9 (2022-06-22)
8
9
* *(client)* Added support for knocking on rooms (thanks to [@maltee1] in [#105]).
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.16.9"
+__version__ = "0.16.10"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments