From 230362247505790456a1e66c99f095a38a4c001f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 2 Jan 2023 17:16:21 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f38d75f..d1a47629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# unreleased + +### Added +* Added `allow_contact_info` config option to specify whether personal names + and avatars for other users should be bridged. + * The option is only safe to enable on single-user instances, using it + anywhere else will cause ghost user profiles to flip back and forth between + personal and default ones. + +### Improved +* Updated Docker image to Alpine 3.17. +* Updated to Telegram API layer 151. + +### Fixed +* Fixed handling Telegram chat upgrades when backfilling is enabled. +* Fixed file transfers failing if transfering the thumbnail fails. +* Fixed bridging unnamed files with unrecognized mime types. + # v0.12.2 (2022-11-26) ### Added