Skip to content

Releases: GearKite/MatrixZulipBridge

v0.4.1

14 Mar 15:50
Compare
Choose a tag to compare

No significant changes.

The previous release failed, because pyproject.toml wasn't updated.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

14 Mar 15:23
Compare
Choose a tag to compare

It's been a while since the last release and now's the time for another one :D

What's Changed

Features

  • Bridged redactions/message deletions
  • Bridged reactions πŸŽ‰
  • Bridged Matrix room bans -> Zulip account deactivations
  • Improved Matrix -> Zulip reply formatting & Zulip replies as Matrix rich replies
  • Added Docker image
  • Support matrix-zulip-bridge CLI by @RaitoBezarius in #2
  • Option to specify the number of historical messages to import for a stream
  • Option to bridge stream to an existing room
  • Get puppet permissions from Zulip
  • Option to request room backfill

Bugfixes

  • Handling Zulip topic renames
  • Command help messages
  • status command

Internal Changes

  • New dependency: zulip-emoji-mapping
  • Updated dependency versions
  • Messages are saved per room instead of per organization

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 Feb 21:40
Compare
Choose a tag to compare

What's Changed

  • Added Zulip puppeting
  • Added direct messaging
  • Added translating media URLs
  • Added a personal room for user commands
  • Fixed trying to send messages outside a thread/topic
  • Cleaned up code
  • Bump aiohttp from 3.9.1 to 3.9.2 by @dependabot in #1

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Jan 20:12
Compare
Choose a tag to compare
  • Added Message backfilling
  • Added Zulip puppet mention translation
  • Fixed reply formatting
  • The bridge now sends a Zulip read receipt once a message has been bridged
  • Logging is set to info by default

Full Changelog: v0.1.1...v0.2.0

v0.1.1

19 Jan 07:48
Compare
Choose a tag to compare
  • Fix dependency issue
  • Update README

Full Changelog: v0.1.0...v0.1.1

v0.1.0

19 Jan 07:28
Compare
Choose a tag to compare

Initial release