1- # v1.12.0-dev
1+ # v1.12.0
22
33## Breaking changes
44The slack bridge has been split in a ` slack-legacy ` and ` slack ` bridge.
@@ -8,24 +8,26 @@ To migrate to the new bot-token based setup you can follow the instructions [her
88
99Slack legacy tokens may be deprecated by Slack at short notice, so it is STRONGLY recommended to use a proper bot-token instead.
1010
11- ## Bugfix
12- * slack: Refactoring and making it better.
13- * slack: Restore file comments coming from Slack. #583
14- * irc: Fix IRC line splitting. #587
15- * mattermost: Fix cookie and personal token behaviour. #530
16- * mattermost: Check for expiring sessions and reconnect.
17-
1811## New features
19- * general: New {GATEWAY} variable for ` RemoteNickFormat ` . See ` RemoteNickFormat ` in matterbridge.toml.sample. # 501
20- * general: New {CHANNEL} variable for ` RemoteNickFormat ` . See ` RemoteNickFormat ` in matterbridge.toml.sample. # 515
12+ * general: New {GATEWAY} variable for ` RemoteNickFormat ` # 501 . See ` RemoteNickFormat ` in matterbridge.toml.sample.
13+ * general: New {CHANNEL} variable for ` RemoteNickFormat ` # 515 . See ` RemoteNickFormat ` in matterbridge.toml.sample.
2114* general: Remove hyphens when auto-loading envvars from viper config #545
2215* discord: You can mention discord-users from other bridges.
16+ * slack: Preserve threading between Slack instances #529 . See ` PreserveThreading ` in matterbridge.toml.sample.
2317* slack: Add ability to show when user is typing across Slack bridges #559
2418* slack: Add rate-limiting
2519* mattermost: Add support for mattermost [ matterbridge plugin] ( https://github.com/matterbridge/mattermost-plugin )
2620* api: Respond with message on connect. #550
2721* api: Add a health endpoint to API #554
2822
23+ ## Bugfix
24+ * slack: Refactoring and making it better.
25+ * slack: Restore file comments coming from Slack. #583
26+ * irc: Fix IRC line splitting. #587
27+ * mattermost: Fix cookie and personal token behaviour. #530
28+ * mattermost: Check for expiring sessions and reconnect.
29+
30+
2931## Contributors
3032This release couldn't exist without the following contributors:
3133@jheiselman , @NikkyAI , @dajohi , @NetwideRogue , @patcon and @Helcaraxan
0 commit comments