Bump version to 0.15.3

This commit is contained in:
Tulir Asokan
2025-07-16 11:50:47 +03:00
parent 35f137ccc1
commit 53bf278f1e
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
# v0.15.3 (unreleased)
# v0.15.3 (2025-07-16)
* Updated Telegram API to layer 204.
* Added support for MSC4190.
* Enabled captions by default, as they are now supported by most clients.
* Existing configs will still need to enable `caption_in_message` manually.
* Changed new room creation to hardcode room v11 to avoid v12 rooms being
created before proper support for them can be added.
* Fixed bridging sticker messages with partial quote replies from Telegram.
* Fixed text in poll bridging.
* Disabled kicking unauthenticated users from portals.
+1 -1
View File
@@ -1,2 +1,2 @@
__version__ = "0.15.2"
__version__ = "0.15.3"
__author__ = "Tulir Asokan <tulir@maunium.net>"