From dc2b16e1a65a72ea26c7a10af8ef1681d48e1396 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 31 Mar 2026 12:54:02 +0300 Subject: [PATCH] changelog: add more words Fixes #1050 Fixes #1051 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9828e2df..6bae6cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,25 @@ * To migrate the bridge, simply upgrade in-place. The database and config will be migrated automatically, although some parts of the config aren't migrated (e.g. log config, permission types specific to the legacy bridge). + Taking backups beforehand is always recommended. * It is recommended to check the config file after upgrading. If you have prevented the bridge from writing to the config, you should update it manually. * The old-style relaybot is not yet supported and will not be migrated. Setups using the relaybot will have to manually log in as a bot and use `set-relay` to enable the generic [relay mode](https://docs.mau.fi/bridges/general/relay-mode.html). + The `default_relays` config option can be used to allow users to bridge + chats through the relay user to emulate the old-style relaybot. + * For multi-user bridges, normal (mini/non-super) group portal rooms are no + longer shared, which means every Matrix user will have their own room. The + old room will be assigned to one Matrix user randomly and others will get + a new room created automatically when receiving a message in the chat or + when using the `!tg sync-chats` command. + * Any migration issues should be reported in the Matrix room linked in the + readme. + +Note: the last (unreleased) version of the legacy Python bridge is available in +the [`python-final` tag](https://github.com/mautrix/telegram/tree/python-final). # v0.15.3 (2025-07-16)