- 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.
- Switched to new API for loading initial chats.
- Updated Docker imager to Alpine 3.21.
- Fixed bridged code blocks not being wrapped in a
<code>
element. - Fixed login command not url-decoding cookies properly.
- 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.
- 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.
Initial release.