summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2018-05-07 22:07:17 +0200
committerWim <wim@42.be>2018-05-07 22:07:17 +0200
commit86865c6da5282c0c80d9774ebdbf0560bafffe0c (patch)
treea49c614edffcc6169186c821323ca9c257dfaab0 /changelog.md
parent45296100df60f50f40fecbc9a8280ead2156269b (diff)
downloadmatterbridge-msglm-86865c6da5282c0c80d9774ebdbf0560bafffe0c.tar.gz
matterbridge-msglm-86865c6da5282c0c80d9774ebdbf0560bafffe0c.tar.bz2
matterbridge-msglm-86865c6da5282c0c80d9774ebdbf0560bafffe0c.zip
Release v1.10.0v1.10.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index f45efa9b..10755259 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,22 @@
+# v1.10.0
+## New features
+* general: Add support for reloading all settings automatically after changing config except connection and gateway configuration. Closes #373
+* zulip: New protocol support added (https://zulipchat.com)
+
+## Enhancements
+* general: Handle file comment better
+* steam: Handle file uploads to mediaserver (steam)
+* slack: Properly set Slack user who initiated slash command (#394)
+
+## Bugfix
+* general: Use only alphanumeric for file uploads to mediaserver. Closes #416
+* general: Fix crash on invalid filenames
+* general: Fix regression in ReplaceMessages and ReplaceNicks. Closes #407
+* telegram: Fix possible nil when using channels (telegram). #410
+* telegram: Fix panic (telegram). Closes #410
+* telegram: Handle channel posts correctly
+* mattermost: Update GetFileLinks to API_V4
+
# v1.9.1
## New features
* telegram: Add QuoteDisable option (telegram). Closes #399. See QuoteDisable in matterbridge.toml.sample