* Updated to mautrix-python 0.5.0 and matrix-nio 0.12.0.
rc5 (2020-05-30)
* Added option to disable removing avatars from Telegram ghosts.
* Added option to send delivery error notices.
* Added option to send delivery receipts.
* Bumped maximum Telethon version to 1.14.
* Possibly fixed infinite loop of avatar changes when using double puppeting.
rc3 (2020-05-22)
* Moved private information to trace log level.
* Added `private_chat_portal_meta` option. This is implicitly enabled when
encryption is enabled, it was only added as an option for instances with
encryption disabled.
* Removed avatars are now synced properly from Telegram, instead of leaving the
last known avatar forever.
* Fixed admin detection on Telegram-side relaybot commands
(thanks to [davidmehren] in [468]).
* Fixed bug handling `ChatForbidden` when syncing chats.
[davidmehren]: https://github.com/davidmehren
[468]: https://github.com/mautrix/telegram/pull/468
rc2 (2020-05-20)
* Implemented [MSC2346]: Bridge information state event for newly created rooms.
* Fixed `sync_direct_chats` option creating non-working portals.
* Fixed video thumbnailing sometimes leaving behind downloaded videos in `/tmp`.
[MSC2346]: https://github.com/matrix-org/matrix-spec-proposals/pull/2346
rc1 (2020-04-25)
Added
* Command for backfilling room history from Telegram.
* arm64 support in docker images.
* Optional end-to-bridge encryption support.
See [docs](https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html) for more info.
* Bridging for Telegram dice roll messages.
Fixed
* Riot iOS not showing stickers properly.
* Updated to Telethon 1.13 to fix bugs like [443].
[443]: https://github.com/mautrix/telegram/issues/443