Skip to content

Releases: mautrix/gmessages

v26.05

16 May 11:23

Choose a tag to compare

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

  • Added automatic retry on network errors when refreshing auth token.
  • Changed default phone ping interval to 20 minutes, as too low intervals can cause battery issues.
  • Stopped handling message deletions during mobile SMS database sync, as the phone sometimes sends them incorrectly.
  • Disabled support for QR login as Google has discontinued it.
  • Fixed handling remote echoes of outgoing messages received via backfill.

v26.04

16 Apr 15:23

Choose a tag to compare

Release post: https://mau.fi/blog/2026-04-mautrix-release/

  • Fixed ghost names sometimes being replaced with phone numbers even when contact name is available.
  • Made phone ping interval configurable and changed the default to 1 minute.

v26.02

16 Feb 15:06

Choose a tag to compare

Release post: https://mau.fi/blog/2026-02-mautrix-release/

  • Bumped minimum Go version to 1.25.
  • Added group avatar support in RCS groups.
  • Fixed deleting chats where the ghost phone number isn't cached.

v26.01

16 Jan 16:50

Choose a tag to compare

Release post: https://mau.fi/blog/2026-01-mautrix-release/

  • Updated Docker image to Alpine 3.23.
  • Added support for certain types of media messages from Google Messages where the media is embedded rather than available as a separate download.
  • Fixed panic if group creation fails.

v25.11

16 Nov 12:58

Choose a tag to compare

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

  • Added better error messages for some login errors.
  • Removed MMS media size limits (the phone will compress all sent media).

v25.10

16 Oct 11:32

Choose a tag to compare

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

  • Switched to calendar versioning.

v0.7.0

16 Sep 12:54

Choose a tag to compare

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

  • Removed legacy provisioning API and database legacy migration. Upgrading directly from versions prior to v0.5.0 is not supported.
    • If you've been using the bridge since before v0.5.0 and have prevented the bridge from writing to the config, you must either update the config manually or allow the bridge to update it for you before upgrading to this release (i.e. run v0.6.5 once with config writing allowed).
  • Added support for typing notifications in both directions.
  • Added suport for incoming read receipts in group chats.
  • Added support for creating group chats.
  • Fixed issue where new group chats would incorrectly remain as read-only in some cases.

v0.6.5

16 Aug 12:33

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

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

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.