File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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+
112## v0.20.4 (2024-01-09)
213
314* Dropped Python 3.9 support.
Original file line number Diff line number Diff line change 1- __version__ = "0.20.4 "
1+ __version__ = "0.20.5 "
22__author__ = "Tulir Asokan <tulir@maunium.net>"
33__all__ = [
44 "api" ,
You can’t perform that action at this time.
0 commit comments