summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2018-05-27 22:45:37 +0200
committerWim <wim@42.be>2018-05-27 22:45:37 +0200
commitdba259e9f172cafe033f83a70bab19ef1408f33c (patch)
tree89218c8c414e1f8fceaac5ce347156cda5f7b5bd /changelog.md
parent07885f5810935d56a05d7d5f5c7147f9a9e4558e (diff)
downloadmatterbridge-msglm-dba259e9f172cafe033f83a70bab19ef1408f33c.tar.gz
matterbridge-msglm-dba259e9f172cafe033f83a70bab19ef1408f33c.tar.bz2
matterbridge-msglm-dba259e9f172cafe033f83a70bab19ef1408f33c.zip
Release v1.10.1v1.10.1
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 10755259..51b60419 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,15 @@
+# v1.10.1
+## Bugfix
+* general: updated irc/xmpp/telegram libraries
+* mattermost/slack/rocketchat: Fix iconurl regression. Closes #430
+* mattermost/slack: Use uuid instead of userid. Fixes #429
+* slack: Avatar spoofing from Slack to Discord with uppercase in nick doesn't work (#433)
+* irc: Fix format string bug (irc) (#428)
+* irc: Colorize username sent to IRC using its crc32 IEEE checksum (#423). See `ColorNicks` in matterbridge.toml.sample
+* irc: Add support for CJK to/from utf-8 (irc). #400
+* telegram: Add QuoteFormat option (telegram). Closes #41. See `QuoteFormat` in matterbridge.toml.sample
+* xmpp: Send attached files to XMPP in different message with OOB data and without body (#421)
+
# v1.10.0
## New features
* general: Add support for reloading all settings automatically after changing config except connection and gateway configuration. Closes #373