Skip to content

Releases: mautrix/meta

v0.4.1

16 Oct 11:22
Compare
Choose a tag to compare

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

  • Fixed bridging newlines in messages from Meta that include user mentions.
  • Added option to apply proxy settings to media downloads.

v0.4.0

16 Sep 12:13
Compare
Choose a tag to compare

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

  • Bumped minimum Go version to 1.22.
  • Rewrote bridge using bridgev2 architecture.
    • 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.

v0.3.2

16 Jul 11:19
Compare
Choose a tag to compare
  • Fixed own ghost user's avatar being reset on bridge restart.
  • Added automatic reconnect on WhatsApp 415 errors.
  • Improved fallback messages for some message types.

v0.3.1

16 May 13:46
Compare
Choose a tag to compare
  • Added option to disable fetching XMA media (reels and such) entirely.
    • The URL to the reel will be included in the caption when fetching is disabled.
  • Added periodic refresh to avoid refresh errors when sending media.
  • Fixed many different cases of media uploads failing.
  • Fixed sending replies in encrypted chats.

v0.3.0

16 Apr 11:30
Compare
Choose a tag to compare
  • Added mautrix-facebook database migration utility (see docs for more info).
  • Added support for automatically detecting when Messenger force-enables encryption in a chat (rather than having to wait for the first incoming message).
  • Added bridging of chat deletes from Meta to Matrix.
  • Changed reel handling to include URL in caption in addition to the external_url field if downloading the full video fails.
  • Started ignoring weird sync timeouts from Messenger that don't break anything.
  • Fixed uploading media when Meta servers return the media ID as a string.
  • Fixed messages being double encrypted in legacy backfill.
  • Fixed backfilled messages not having appropriate fi.mau.double_puppet_source key.
  • Fixed searching for Messenger users.

v0.2.0

16 Mar 12:04
Compare
Choose a tag to compare
  • Added retries if HTTP requests to Meta fail.
  • Added link preview bridging from Meta in MSC4095 format.
  • Added proper handling for some errors in CAT refreshing and media uploads to Meta.
  • Made initial connection less hacky.
  • Reduced number of required cookies.
  • Fixed handling some types of Instagram reel shares.
  • Fixed WhatsApp voice message bridging.
  • Fixed handling edits from WhatsApp.

v0.1.0

16 Feb 15:40
Compare
Choose a tag to compare

Initial release.