No significant changes since 0.25.0-rc1
0.25.0-rc1 (2021-03-05)
Bugfixes
- MXC urls are now properly URL encoded when sent to IRC. (#1237)
- Fixed an issue where users would not be rejoined to some channels on reconnect if they failed to rejoin any channel. (#1255)
- Fix an issue where IRC membership would not be bridged to new rooms when
botConfig.enabled
istrue
. (#1256) - Update powerlevels immediately when unbridging to avoid rejoining the bridge bot to the room. (#1257)
- Fix Docker
start.sh
script to use port9999
instead of9995
(#1259) - Fix invalid JSON schema for
ircService.permissions
(#1261)
Improved Documentation
- Add new bridge documentation under /docs. This can be viewed by visiting https://matrix-org.github.io/matrix-appservice-irc/ (#1235)
- Add documentation on IRC bridge mode handling. (#1251)