Path to this page:
Subject: CVS commit: pkgsrc/chat/mautrix-telegram
From: Jonathan Schleifer
Date: 2021-09-14 22:01:48
Message id: 20210914200148.E6F2BFA97@cvs.NetBSD.org
Log Message:
Update chat/mautrix-telegram to 0.10.1
v0.10.0-rc1
Deprecation warning
v0.10 is the last release that is guaranteed to support SQLite. A future release \
will likely switch away from SQLAlchemy and only support Postgres.
Added
* Support for multiple pins from/to Telegram.
* Option to resolve redirects when joining invite links, for people who use \
custom URLs as invite links (#559).
* Command to update about section in Telegram profile info (#375, thanks to \
@MadhuranS in #599).
* Own read marker/unread status from Telegram is now synced to Matrix after \
backfilling.
* Support for showing the individual slots in slot_machine dice rolls from \
Telegram.
Improved
* Improved invite link regex to allow joining with less precise invite links \
(#554, #555).
* Invite links can be customized with the --uses=<amount> and \
--expire=<delta> flags for !tg invite-link.
* Read receipts where the target message is unknown will now cause the chat to \
be marked as fully read instead of the read receipt event being ignored.
* WebP stickers are now sent as-is without converting to png.
* Default power levels in rooms now allow enabling encryption with PL 50 if \
e2be is enabled in config (#471, thanks to @Rafaeltheraven in #550).
* Updated Docker image to Alpine 3.13 and removed all edge repo stuff.
Fixed
* Matrix->Telegram location message bridging no longer flips the coordinates.
* Fixed some user displaynames constantly changing between contact/non-contact \
names and other similar cases (#533)
v0.10.0
Deprecation warning
v0.10 is the last release that is guaranteed to support SQLite. A future release \
will likely switch away from SQLAlchemy and only support Postgres. See the docs \
for Postgres migration instructions.
Changes since v0.10.0-rc1
* Added options to bridge archive, pin and mute status from Telegram to Matrix.
* Added custom fields in Matrix events indicating Telegram gifs.
* Allowed zero-width joiners in displaynames so things like multi-part emoji \
would work correctly.
* Fixed Telegram->Matrix typing notifications.
v0.10.1
N.B. Docker images have moved from dock.mau.dev/tulir/mautrix-telegram to \
dock.mau.dev/mautrix/telegram. New versions are only available at the new path.
Added
* Warning when bridging existing room if bridge bot doesn't have redaction \
permissions.
* Custom flag to invite events that will be auto-accepted using double puppeting.
* Custom flags for animated stickers (same as what gifs already had).
Improved
* Updated to Telethon 1.22.
* Updated Docker image to Alpine 3.14.
Fixed
* Fixed Bridging Matrix location messages with additional flags in geo_uri.
* Editing encrypted messages will no longer add an asterisk on Telegram (#623).
* Matrix typing notifications won't be echoed back for double puppeted users \
anymore (#631).
* AuthKeyDuplicatedError is now handled properly instead of making the user \
get stuck.
* Fixed public_portals setting not being respected on room creation.
Files: