From 7688e744d883ee355f5f011a38379b0ed289d131 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 14 Sep 2024 14:34:06 +0300 Subject: [PATCH] changelog: update --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c14528e..5080e8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.7.1 (unreleased) + +* Updated to libsignal v0.57.1. +* Added support for Matrix->Signal power level bridging (thanks to [@maltee1] in [#531]) +* Changed voice message conversion to convert to aac instead of m4a, + because Signal iOS doesn't appear to like ffmpeg's m4a files. +* Fixed outgoing sync messages not including disappearing start timestamp, + which would cause native clients to disappear messages at the wrong time. +* Re-added notices about decryption errors. + +[#531]: https://github.com/mautrix/signal/pull/531 + # v0.7.0 (2024-08-16) * Bumped minimum Go version to 1.22.