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](https://docs.mau.fi/bridges/python/facebook/upgrading-to-v0.2.0.html).
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).