Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 1.03 KB

unreleased

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

v0.1.4 (2024-12-16)

  • Switched to new API for loading initial chats.
  • Updated Docker imager to Alpine 3.21.

v0.1.3 (2024-11-16)

  • Fixed bridged code blocks not being wrapped in a <code> element.
  • Fixed login command not url-decoding cookies properly.

v0.1.2 (2024-10-16)

  • 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 (2024-09-16)

  • 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 (2024-08-16)

Initial release.