Skip to content

Releases: mautrix/gmessages

v0.6.5

16 Aug 12:33
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-08-mautrix-release/

  • Deprecated legacy provisioning API. The /_matrix/provision/v1 endpoints will be deleted in the next release.
  • Bumped minimum Go version to 1.24.

v0.6.4

16 Jul 11:09
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-07-mautrix-release/

  • Added slightly better messages for unknown Google account pairing errors.
  • Improved logging for starting DMs.

v0.6.3

16 Jun 18:14
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-06-mautrix-release/

  • Updated Docker image to Alpine 3.22.
  • Fixed MMS messages sometimes coming from a different ghost user than the ones visible in the member list.

v0.6.2

16 May 05:37
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-05-mautrix-release/

  • Fixed cookie login not working properly by pasting a cURL command.
  • Fixed unnecessary edits being bridged when sending media.
  • Fixed file names in incoming voice messages.
  • Stopped bridging own SIM change messages.

v0.6.1

16 Mar 16:45
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-03-mautrix-release/

  • Bumped minimum Go version to 1.23.
  • Added support for signaling supported features to clients using the com.beeper.room_features state event.

v0.6.0

16 Dec 16:57
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2024-12-mautrix-release/

  • Added support for re-authenticating expired Google logins without having to re-pair to the phone.
  • Stopped bridging theme change messages.
  • Updated Docker image to Alpine 3.21.

v0.5.2

16 Nov 16:44
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2024-11-mautrix-release/

  • Fixed room names not being automatically fixed in cases where Google Messages reuses an existing chat ID for a different chat.

v0.5.1

16 Oct 11:22
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2024-10-mautrix-release/

  • Fixed some cases of not receiving messages after a brief disconnection.

v0.5.0

16 Sep 12:13
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2024-09-mautrix-release/

  • Bumped minimum Go version to 1.22.
  • Rewrote bridge using bridgev2 architecture.
    • It is recommended to check the config file after upgrading. If you have prevented the bridge from writing to the config, you should update it manually.

v0.4.3

16 Jul 11:19
Compare
Choose a tag to compare
  • Added support for new protocol version in Google account pairing.
  • Added support for handling messages being modified, e.g. full-res media arriving later than the thumbnail.
    • This may or may not cover actual RCS edits if/when those are rolled out.