We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d645e20 commit 6d1d944Copy full SHA for 6d1d944
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## v0.20.5 (2024-07-09)
2
+
3
+**Note:** The `bridge` module is deprecated as all bridges are being rewritten
4
+in Go. See <https://mau.fi/blog/2024-h1-mautrix-updates/> for more info.
5
6
+* *(client)* Added support for authenticated media downloads.
7
+* *(bridge)* Stopped using cached homeserver URLs for double puppeting if one
8
+ is set in the config file.
9
+* *(crypto)* Fixed error when checking OTK counts before uploading new keys.
10
+* *(types)* Added MSC2530 (captions) fields to `MediaMessageEventContent`.
11
12
## v0.20.4 (2024-01-09)
13
14
* Dropped Python 3.9 support.
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.20.4"
+__version__ = "0.20.5"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments