summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-03-20 23:30:03 +0100
committerWim <wim@42.be>2019-03-20 23:30:03 +0100
commitfa4eec41f762dc42bf881befa9058aa636a89eef (patch)
tree686ca3bbdd2346a8565578e2a11838a93a31516e /changelog.md
parent77516c97db0da515ba01dd9764df0581730ddcc3 (diff)
downloadmatterbridge-msglm-fa4eec41f762dc42bf881befa9058aa636a89eef.tar.gz
matterbridge-msglm-fa4eec41f762dc42bf881befa9058aa636a89eef.tar.bz2
matterbridge-msglm-fa4eec41f762dc42bf881befa9058aa636a89eef.zip
Release v1.14.0v1.14.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index 95012a8a..5e3e7c57 100644
--- a/changelog.md
+++ b/changelog.md
@@ -19,6 +19,8 @@
## Enhancements
* general: Fail gracefully on incorrect human input. Fixes #739 (#740)
+* matrix: Detect html nicks in RemoteNickFormat (matrix). Fixes #696 (#719)
+* matrix: Send notices on join/parts (matrix). Fixes #712 (#716)
## Bugfix
* general: Handle file upload/download only once for each message (#742)
@@ -27,9 +29,9 @@
* irc: add support for (older) unrealircd versions. #708
* irc: Support quits from irc correctly. Fixes #722 (#724)
* matrix: Send username when uploading video/images (matrix). Fixes #715 (#717)
-* matrix: Send notices on join/parts (matrix). Fixes #712 (#716)
-* matrix: Detect html nicks in RemoteNickFormat (matrix). Fixes #696 (#719)
+* matrix: Trim <p> and </p> tags (matrix). Closes #686 (#753)
* slack: Hint at thread replies when messages are unthreaded (slack) (#684)
+* slack: Fix race-condition in populateUser() (#767)
* xmpp: Do not send topic changes on connect (xmpp). Fixes #732 (#733)
* telegram: Fix regression in HTML handling (telegram). Closes #734
* discord: Do not relay any bot messages (discord) (#743)