diff options
author | Wim <wim@42.be> | 2018-11-19 21:40:46 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-11-19 21:40:46 +0100 |
commit | 219c7659e15d14db5629acb7395ffb95d7c11cf1 (patch) | |
tree | ab99046782d1237a029ece09a0de3acac1e1bf38 /changelog.md | |
parent | ae32bae791e6276b4404d6cb19993c3acf543566 (diff) | |
download | matterbridge-msglm-219c7659e15d14db5629acb7395ffb95d7c11cf1.tar.gz matterbridge-msglm-219c7659e15d14db5629acb7395ffb95d7c11cf1.tar.bz2 matterbridge-msglm-219c7659e15d14db5629acb7395ffb95d7c11cf1.zip |
Release v1.12.0v1.12.0
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/changelog.md b/changelog.md index c0850859..e897a0e8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -# v1.12.0-dev +# v1.12.0 ## Breaking changes The 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 Slack legacy tokens may be deprecated by Slack at short notice, so it is STRONGLY recommended to use a proper bot-token instead. -## Bugfix -* slack: Refactoring and making it better. -* slack: Restore file comments coming from Slack. #583 -* irc: Fix IRC line splitting. #587 -* mattermost: Fix cookie and personal token behaviour. #530 -* mattermost: Check for expiring sessions and reconnect. - ## New features -* general: New {GATEWAY} variable for `RemoteNickFormat`. See `RemoteNickFormat` in matterbridge.toml.sample. #501 -* general: New {CHANNEL} variable for `RemoteNickFormat`. See `RemoteNickFormat` in matterbridge.toml.sample. #515 +* general: New {GATEWAY} variable for `RemoteNickFormat` #501. See `RemoteNickFormat` in matterbridge.toml.sample. +* general: New {CHANNEL} variable for `RemoteNickFormat` #515. See `RemoteNickFormat` in matterbridge.toml.sample. * general: Remove hyphens when auto-loading envvars from viper config #545 * discord: You can mention discord-users from other bridges. +* slack: Preserve threading between Slack instances #529. See `PreserveThreading` in matterbridge.toml.sample. * slack: Add ability to show when user is typing across Slack bridges #559 * slack: Add rate-limiting * mattermost: Add support for mattermost [matterbridge plugin](https://github.com/matterbridge/mattermost-plugin) * api: Respond with message on connect. #550 * api: Add a health endpoint to API #554 +## Bugfix +* slack: Refactoring and making it better. +* slack: Restore file comments coming from Slack. #583 +* irc: Fix IRC line splitting. #587 +* mattermost: Fix cookie and personal token behaviour. #530 +* mattermost: Check for expiring sessions and reconnect. + + ## Contributors This release couldn't exist without the following contributors: @jheiselman, @NikkyAI, @dajohi, @NetwideRogue, @patcon and @Helcaraxan |