N.B. This will be the last release to support Python 3.7. Future versions will require Python 3.8 or higher. In general, the mautrix bridges will only support the lowest Python version in the latest Debian or Ubuntu LTS.
Added
- Added simple fallback message for live location and venue messages from Telegram.
- Added support for
t.me/+code
style invite links in!tg join
. - Added support for showing channel profile when users send messages as a channel.
- Added "user joined Telegram" message when Telegram auto-creates a DM chat for a new user.
Improved
- Added option for adding a random prefix to relayed user displaynames to help distinguish them on the Telegram side.
- Improved syncing profile info to room info when using encryption and/or the
private_chat_profile_meta
config option. - Removed legacy
community_id
config option.
Fixed
- Fixed newlines disappearing when bridging channel messages with signatures.
- Fixed login throwing an error if a previous login code expired.
- Fixed bug in v0.11.0 that broke
!tg create
.