This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
v0.3.0
Removed
- Removed Alembic. Database schema upgrades are handled automatically at startup as of v0.2.0. If upgrading from an older version, upgrade to v0.2.0 first using the upgrade instructions.
Added
- Support for per-room displaynames (#11).
- Syncing of read receipts after backfilling.
- Option for syncing notification settings from Facebook.
Improved
fbrpc:
are now handled properly instead of being posted as-is to the Matrix room.- All HTTP requests are now retried by default if the homeserver isn't reachable.
Fixed
- Fixed some edge cases where replies and other message references wouldn't work because the bridge hadn't received the message ID.
- Fixed bridging audio messages and other things containing 32-bit floats.
- Fixed handling multiple mentions in a Messenger message (#144).
- Fixed periodic reconnect failing if user was disconnected (thanks to @mrjohnson22 in #143).