diff options
author | Wim <wim@42.be> | 2018-01-28 19:36:02 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-01-28 19:36:02 +0100 |
commit | a7a4554a85485e32369377966e7cd02fa3656ddf (patch) | |
tree | 706bbdf290eeb6cbc680939521d1a13c65ebc171 /changelog.md | |
parent | 6bd808ce91bd18fc98869229cf10e07552772b09 (diff) | |
download | matterbridge-msglm-a7a4554a85485e32369377966e7cd02fa3656ddf.tar.gz matterbridge-msglm-a7a4554a85485e32369377966e7cd02fa3656ddf.tar.bz2 matterbridge-msglm-a7a4554a85485e32369377966e7cd02fa3656ddf.zip |
Release v1.7.0v1.7.0
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 e82746b8..fb5db4c9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ +# v1.7.0 +## New features +* matrix: Add support for deleting messages from/to matrix (matrix). Closes #320 +* xmpp: Ignore <subject> messages (xmpp). #272 +* irc: Add twitch support (irc) to README / wiki + +## Bugfix +* general: Change RemoteNickFormat replacement order. Closes #336 +* general: Make edits/delete work for bridges that gets reused. Closes #342 +* general: Lowercase irc channels in config. Closes #348 +* matrix: Fix possible panics (matrix). Closes #333 +* matrix: Add an extension to images without one (matrix). #331 +* api: Obey the Gateway value from the json (api). Closes #344 +* xmpp: Print only debug messages when specified (xmpp). Closes #345 +* xmpp: Allow xmpp to receive the extra messages (file uploads) when text is empty. #295 + # v1.6.3 ## Bugfix * slack: Fix connection issues |