diff options
author | Wim <wim@42.be> | 2018-06-19 00:28:16 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2018-06-19 00:28:16 +0200 |
commit | 6f131250f1f48fb3898ee4c6717d9299a215ff67 (patch) | |
tree | 0884cfdf5bc41bf10fa774e3101bf42389b935dc /changelog.md | |
parent | 221a63d980d4bb3a8884b2dfbf7f01d7d7d70d55 (diff) | |
download | matterbridge-msglm-6f131250f1f48fb3898ee4c6717d9299a215ff67.tar.gz matterbridge-msglm-6f131250f1f48fb3898ee4c6717d9299a215ff67.tar.bz2 matterbridge-msglm-6f131250f1f48fb3898ee4c6717d9299a215ff67.zip |
Release v1.11.0v1.11.0
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index ae10d729..f6180ef0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,22 @@ +# v1.11.0 + +## New features +* general: Add config option MediaDownloadPath (#443). See `MediaDownloadPath` in matterbridge.toml.sample +* general: Add MediaDownloadBlacklist option. Closes #442. See `MediaDownloadBlacklist` in matterbridge.toml.sample +* xmpp: Add channel password support for XMPP (#451) +* xmpp: Add message correction support for XMPP (#437) +* telegram: Add support for MessageFormat=htmlnick (telegram). #444 +* mattermost: Add support for mattermost 5.x + +## Enhancements +* slack: Add Title from attachment slack message (#446) +* irc: Prevent white or black color codes (irc) (#434) + +## Bugfix +* slack: Fix regexp in replaceMention (slack). (#435) +* irc: Reconnect on quit. (irc) See #431 (#445) +* sshchat: Ignore messages from ourself. (sshchat) Closes #439 + # v1.10.1 ## New features * irc: Colorize username sent to IRC using its crc32 IEEE checksum (#423). See `ColorNicks` in matterbridge.toml.sample |