File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- ## v0.21.0 (unreleased )
1+ ## v0.21.0 (2025-11-17 )
22
33* * (event)* Added support for creator power in room v12+.
44* * (crypto)* Added support for generating and using recovery keys for verifying
55 the active device.
6+ * * (bridge)* Added config option for self-signing bot device.
67* * (bridge)* Removed check for login flows when using MSC4190
78 (thanks to [ @meson800 ] in [ #178 ] ).
9+ * * (client)* Changed ` set_displayname ` and ` set_avatar_url ` to avoid setting
10+ empty strings if the value is already unset (thanks to [ @frebib ] in [ #171 ] ).
811
12+ [ @frebib ] : https://github.com/frebib
913[ @meson800 ] : https://github.com/meson800
14+ [ #171 ] : https://github.com/mautrix/python/pull/171
1015[ #178 ] : https://github.com/mautrix/python/pull/178
1116
1217## v0.20.8 (2025-06-01)
Original file line number Diff line number Diff line change 1- __version__ = "0.21.0b5 "
1+ __version__ = "0.21.0 "
22__author__ = "Tulir Asokan <tulir@maunium.net>"
33__all__ = [
44 "api" ,
You can’t perform that action at this time.
0 commit comments