Skip to content

Commit 53bf278

Browse files
committed
Bump version to 0.15.3
1 parent 35f137c commit 53bf278

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# v0.15.3 (unreleased)
1+
# v0.15.3 (2025-07-16)
22

33
* Updated Telegram API to layer 204.
44
* Added support for MSC4190.
55
* Enabled captions by default, as they are now supported by most clients.
66
* Existing configs will still need to enable `caption_in_message` manually.
7+
* Changed new room creation to hardcode room v11 to avoid v12 rooms being
8+
created before proper support for them can be added.
79
* Fixed bridging sticker messages with partial quote replies from Telegram.
810
* Fixed text in poll bridging.
911
* Disabled kicking unauthenticated users from portals.

mautrix_telegram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.15.2"
1+
__version__ = "0.15.3"
22
__author__ = "Tulir Asokan <tulir@maunium.net>"

0 commit comments

Comments
 (0)