Features
- Fixes Matrix displayName not being updated properly. Thanks to @BernardZhao (#1137)
- Implement mechanisms to fix powerlevels in rooms if messages fail to bridge (#1054)
- Add support for reconfiguring the bridge at runtime by sending a
SIGHUP
(#1145)
Bugfixes
- Fix a bug where the bridge would leave a user after joining (#1143)
- Fix more cases of double bridged users (#1146)
- Fix a bug where a user leaving with a reason would cause them to join then leave (#1151)
Internal Changes
- Add index to client_config for
config->>username
to speed up username lookups (#1148) - Use types from
matrix-appservice-bridge
rather than local definitions. (#1101) - Fix attribution link in CONTRIBUTING.md (#1132)
- The deprecated remove-idle-users.py has been removed. Bridge admins should use the /reapUsers Debug API endpoint instead (#1139)