ITADN
mautrix/gmessages

版本发布 8

v26.02v0.2602.0
? · 2026-02-16

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.

v0.6.2
? · 2025-05-16

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
? · 2025-03-16

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.5.1
? · 2024-10-16

Release post: https://mau.fi/blog/2024-10-mautrix-release/ * Fixed some cases of not receiving messages after a brief disconnection.

v0.5.0
? · 2024-09-16

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
? · 2024-07-16

* 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.

v0.4.2
? · 2024-06-16

* Added error message if phone doesn't send echo for outgoing message in time. * Added better error messages for some message send failures. * Added logging for RPC request and response IDs. * Fixed sending messages incorrectly forcing RCS in some cases causing failures (e.g. when using dual SIM and sending from a SIM with RCS disabled). * Fixed ping loop getting stuck (and therefore not keeping the connection alive) if the first ping never responds. * Removed unnecessary sleep after Google account pairing.

v0.4.1
? · 2024-05-16

* Added support for sending captions. * Note that RCS doesn't support captions yet, so sending captions in RCS chats will cause weirdness. Captions should work in MMS chats. * Fixed frequent disconnections when using Google account pairing with an email containing uppercase characters. * Fixed some cases of spam messages being bridged even after Google's filter caught them.