Skip to content

Releases: mautrix/twitter

v0.5.0

16 Aug 12:33
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-08-mautrix-release/

  • Deprecated legacy provisioning API. The /_matrix/provision/v1 endpoints will be deleted in the next release.
  • Bumped minimum Go version to 1.24.
  • Added option to reconnect faster after restart by caching connection state.
  • Added support for bridging group chat participant leaves from Twitter.
  • Fixed ogg voice messages converted from Twitter including a video stream.

v0.4.3

16 Jul 11:09
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-07-mautrix-release/

  • Fixed forward backfill not fetching more messages if there's a large gap.

v0.4.2

16 Jun 18:14
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-06-mautrix-release/

  • Added notice about missed calls.
  • Added basic support for direct media.
  • Updated Docker image to Alpine 3.22.
  • Fixed sending attachments with no caption.
  • Fixed management room notices not being sent if polling Twitter failed.
  • Fixed portals not being created after accepting message request that Twitter had marked as "low quality".

v0.4.1

16 May 05:37
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-05-mautrix-release/

  • Added support for voice messages in both directions.
  • Fixed certain reactions not being bridged to Twitter.
  • Fixed private chats having explicit names/avatars even if the bridge wasn't
    configured to set them.
  • Fixed mention bridging not including the mentioned user displayname.
  • Fixed handling member join events from Twitter.

v0.4.0

16 Apr 11:34
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-04-mautrix-release/

  • Added support for own read status bridging.
  • Added support for sending mentions and intentional mentions in incoming messages.
  • Fixed newlines in incoming formatted messages.
  • Stopped creating portals for message requests automatically.

v0.3.0

16 Mar 16:45
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-03-mautrix-release/

  • Added support for tweet attachments.
  • Added support for unshortening URLs in incoming messages.
  • Fixed sending media in unencrypted Matrix rooms.
  • Fixed chats not being bridged in some cases even after accepting the message request on Twitter.

v0.2.1

16 Jan 12:51
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2025-01-mautrix-release/

  • Fixed various bugs.

v0.2.0

16 Dec 16:57
Compare
Choose a tag to compare

Release post: https://mau.fi/blog/2024-12-mautrix-release/

  • Rewrote bridge in Go using bridgev2 architecture.
    • To migrate the bridge, simply upgrade in-place. The database and config will be migrated automatically, although some parts of the config aren't migrated (e.g. log config).
    • It is recommended to check the config file after upgrading. If you have prevented the bridge from writing to the config, you should update it manually.