summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-05-24 22:35:56 +0200
committerGitHub <noreply@github.com>2020-05-24 22:35:56 +0200
commit8eb5e3cbf8f82de6677f6f3cf76c367f1650ff8d (patch)
tree021915a86de335ca8454cf52796d215775cc5e44 /changelog.md
parentddc262593449357e4d0399af82d26cee0fb65c45 (diff)
downloadmatterbridge-msglm-8eb5e3cbf8f82de6677f6f3cf76c367f1650ff8d.tar.gz
matterbridge-msglm-8eb5e3cbf8f82de6677f6f3cf76c367f1650ff8d.tar.bz2
matterbridge-msglm-8eb5e3cbf8f82de6677f6f3cf76c367f1650ff8d.zip
Release v1.17.5 (#1150)v1.17.5
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index f490d4eb..ae7ce09c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,27 @@
+# v1.17.5
+
+## Enhancements
+
+- irc: Add StripMarkdown option (irc). (#1145)
+- general: Increase debug logging with function,file and linenumber (#1147)
+- general: Update Dockerfile so inotify works (#1148)
+- matrix: Add an option to disable sending HTML to matrix. Fixes #1022 (#1135)
+- xmpp: Implement xep-0245 (xmpp). Closes #1137 (#1144)
+
+## Bugfix
+
+- discord: Fix #1120: replaceAction "_" crash (discord) (#1121)
+- discord: Fix #1049: missing space before embeds (discord) (#1124)
+- discord: Fix webhook EventUserAction messages being skipped (discord) (#1133)
+- matrix: Avoid creating invalid url when the user doesn't have an avatar (matrix) (#1130)
+- msteams: Ignore non-user messages (msteams). Fixes #1141 (#1149)
+- slack: Do not use webhooks when token is configured (slack) (fixes #1123) (#1134)
+- telegram: Fix forward from hidden users (telegram). Closes #1131 (#1143)
+- xmpp: Prevent re-requesting avatar data (xmpp) (#1117)
+
+This release couldn't exist without the following contributors:
+@qaisjp, @xnaas, @42wim, @Polynomdivision, @tfve
+
# v1.17.4
## Bugfix