gmessages/CHANGELOG.md

28 lines
1.2 KiB
Markdown
Raw Normal View History

2023-09-16 14:39:51 +00:00
# v0.2.0 (2023-09-16)
2023-08-25 15:44:13 +00:00
* Added support for double puppeting with arbitrary `as_token`s.
See [docs](https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new) for more info.
2023-09-01 10:49:56 +00:00
* Switched to "tablet mode", to allow using the bridge in parallel with
Messages for Web.
* You can have two tablets and one web session simultaneously. The bridge
will now take one tablet slot by default, but you can change the device
type in the bridge config.
2023-08-25 15:44:13 +00:00
* Existing users will have to log out and re-pair the bridge to switch to
tablet mode.
2023-09-16 14:39:51 +00:00
* Added bridging for user avatars from phone.
2023-09-01 10:49:56 +00:00
* Fixed sending messages not working for some users with dual SIMs.
* Fixed message send error status codes from phone not being handled as errors.
2023-08-25 15:44:13 +00:00
* Fixed incoming message and conversation data sometimes going into the wrong
portals.
* Fixed bridge sometimes getting immediately logged out after pairing.
* Fixed some cases of attachments getting stuck in the "Waiting for file" state.
2023-08-25 15:44:13 +00:00
* Fixed reactions not being saved to the database.
2023-09-16 14:39:51 +00:00
* Fixed various panics.
* Fixed race conditions when handling messages moving between chats.
2023-08-25 15:44:13 +00:00
* Fixed Postgres connector not being imported when bridge is compiled without
encryption.
2023-08-16 21:47:29 +00:00
# v0.1.0 (2023-08-16)
2023-06-30 09:51:54 +00:00
Initial release.