diff options
author | Wim <wim@42.be> | 2020-10-20 23:34:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 23:34:41 +0200 |
commit | 2bb21262d4c90f4562e4039db0d1693200a643c0 (patch) | |
tree | 0dbab5ff3554584cc94428c68061139d9cf43adb /changelog.md | |
parent | 3188a9ffe6b91932252ec0b71e74e82b4a54eee1 (diff) | |
download | matterbridge-msglm-2bb21262d4c90f4562e4039db0d1693200a643c0.tar.gz matterbridge-msglm-2bb21262d4c90f4562e4039db0d1693200a643c0.tar.bz2 matterbridge-msglm-2bb21262d4c90f4562e4039db0d1693200a643c0.zip |
Release v1.19.0 (#1268)v1.19.0
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 8b4ba2f4..2ac59469 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,22 @@ +# v1.19.0 + +## New features + +- mumble: new protocol added: Add Mumble support (#1245) +- nctalk: Add support for downloading files (nctalk) (#1249) +- nctalk: Append a suffix if user is a guest user (nctalk) (#1250) + +## Enhancements + +- irc: Add even more debug for irc (#1266) +- matrix: Add username formatting for all events (matrix) (#1233) +- matrix: Permit uploading files of other mimetypes (#1237) +- whatsapp: Use vendored whatsapp version (#1258) +- whatsapp: Add username for images from WhatsApp (#1232) + +This release couldn't exist without the following contributors: +@Dellle, @42wim, @gary-kim, @s3lph, @BenWiederhake + # v1.18.3 ## Enhancements |