diff options
author | Wim <wim@42.be> | 2018-08-06 17:49:14 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2018-08-06 17:49:14 +0200 |
commit | c4c6aff9a53ad0362e321cf3a8cfe32ad93ca8d3 (patch) | |
tree | 2fce87a9122dfc65b1838caa5e71dc5184fdefa2 /changelog.md | |
parent | d71850cef6e72f662b6fda14c773ffdefe49c730 (diff) | |
download | matterbridge-msglm-c4c6aff9a53ad0362e321cf3a8cfe32ad93ca8d3.tar.gz matterbridge-msglm-c4c6aff9a53ad0362e321cf3a8cfe32ad93ca8d3.tar.bz2 matterbridge-msglm-c4c6aff9a53ad0362e321cf3a8cfe32ad93ca8d3.zip |
Release v1.11.1v1.11.1
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index f6180ef0..735afef0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ +# v1.11.1 + +## New features +* slack: Add support for slack channels by ID. Closes #436 +* discord: Clip too long messages sent to discord (discord). Closes #440 + +## Bugfix +* general: fix possible panic on downloads that are too big #448 +* general: Fix avatar uploads to work with MediaDownloadPath. Closes #454 +* discord: allow receiving of topic changes/channel leave/joins from other bridges through the webhook +* discord: Add a space before url in file uploads (discord). Closes #461 +* discord: Skip empty messages being sent with the webhook (discord). #469 +* mattermost: Use nickname instead of username if defined (mattermost). Closes #452 +* irc: Stop numbers being stripped after non-color control codes (irc) (#465) +* slack: Use UserID to look for avatar instead of username (slack). Closes #472 + # v1.11.0 ## New features |