From 53bf278f1e816642b5c9948d6d020e66dea4f3b8 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 16 Jul 2025 11:50:47 +0300 Subject: [PATCH] Bump version to 0.15.3 --- CHANGELOG.md | 4 +++- mautrix_telegram/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bffad8c..8bfcac29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/mautrix_telegram/__init__.py b/mautrix_telegram/__init__.py index 401431ad..610cc0d7 100644 --- a/mautrix_telegram/__init__.py +++ b/mautrix_telegram/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.15.2" +__version__ = "0.15.3" __author__ = "Tulir Asokan "