From 40e4c7e25131095ed02c39d2c07e346b8bf2058a Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 7 May 2023 17:57:21 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e8729d..2e034105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# v0.13.1 (unreleased) + +### Added +* Added fallback messages for calls and premium gifts. +* Added options to automatically ratchet/delete megolm sessions to minimize + access to old messages. +* Added option to not set room name/avatar even in encrypted rooms. +* Implemented [MSC2659]: Application service ping endpoint. + +[MSC2659]: https://github.com/matrix-org/matrix-spec-proposals/pull/2659 + +### Improved +* Improved handling logouts and certain connection errors. +* Changed reaction bridging to preserve timestamps. +* Disabled creating portals for DMs that don't have any messages when + `sync_direct_chats` is enabled. + +### Fixed +* Fixed syncing mute status when portal is created through incoming message + rather than in startup sync. +* Fixed bridge incorrectly trusting member list and kicking users when + supergroup has member list hidden. + # v0.13.0 (2023-02-26) ### Added