Releases: mautrix/slack
Releases · mautrix/slack
v0.2.1
v0.2.0
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. - Changed mention bridging to never bridge as matrix.to URLs.
- Fixed edits being bridged multiple times if a single chat had multiple logged-in Matrix users.
v0.1.4
Release post: https://mau.fi/blog/2024-12-mautrix-release/
- Switched to new API for loading initial chats.
- Updated Docker imager to Alpine 3.21.
v0.1.3
Release post: https://mau.fi/blog/2024-11-mautrix-release/
- Fixed bridged code blocks not being wrapped in a
<code>
element. - Fixed login command not url-decoding cookies properly.
v0.1.2
Release post: https://mau.fi/blog/2024-10-mautrix-release/
- Fixed bridging newlines in plaintext messages from Matrix to Slack (thanks to @redgoat650 in #61).
- Fixed invalid auth not being detected immediately in some cases.
v0.1.1
Release post: https://mau.fi/blog/2024-09-mautrix-release/
- Dropped support for unauthenticated media on Matrix.
- Changed incoming file bridging to roundtrip via disk to avoid storing the entire file in memory.
- Fixed sending media messages to Slack threads.
v0.1.0
Release post: https://mau.fi/blog/2024-08-mautrix-release/
Initial release.
Note that when upgrading from an older version, the config file will have to be recreated. Migrating old configs is not supported.
If encryption is used, the pickle_key
config option must be set to maunium.net/go/mautrix-whatsapp
to be able to read the old database.