File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- # v0.15.3 (unreleased )
1
+ # v0.15.3 (2025-07-16 )
2
2
3
3
* Updated Telegram API to layer 204.
4
4
* Added support for MSC4190.
5
5
* Enabled captions by default, as they are now supported by most clients.
6
6
* 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.
7
9
* Fixed bridging sticker messages with partial quote replies from Telegram.
8
10
* Fixed text in poll bridging.
9
11
* Disabled kicking unauthenticated users from portals.
Original file line number Diff line number Diff line change 1
- __version__ = "0.15.2 "
1
+ __version__ = "0.15.3 "
2
2
__author__ = "Tulir Asokan <tulir@maunium.net>"
You can’t perform that action at this time.
0 commit comments