From 515fcc0418ec34c3b3c0dd62c02ed84c71fee5db Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 11 Mar 2024 15:36:09 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440594c..4802988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v0.3.0 (unreleased) + +* Added support for pairing via Google account. + * See [docs](https://docs.mau.fi/bridges/go/gmessages/authentication.html) + for instructions. + * There are no benefits to using this method, it still requires your phone to + be online. Google Fi cloud sync is still not supported. +* Added deduplication for DM participants, as Google randomly sends duplicate + participant entries sometimes. +* Changed custom image reactions to be bridged as `:custom:` instead of a UUID. + Google Messages for Web doesn't support fetching the actual image yet. +* Fixed sending reactions breaking for some users. +* Fixed ghost user avatars not being reset properly when switching phones or + clearing data on phone. + # v0.2.4 (2024-01-16) * Fixed panic handling read receipts if the user isn't connected.