diff options
author | Wim <wim@42.be> | 2021-06-01 23:36:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 23:36:53 +0200 |
commit | 641ed1873bf047becb5a7f14b0d11e5b2c339888 (patch) | |
tree | 72dd7e5a4ebfe266e662ce82f4a564a54f71fa60 /changelog.md | |
parent | 1d50da4b1c43273ab2dc8c47829e03f5f6981f92 (diff) | |
download | matterbridge-msglm-641ed1873bf047becb5a7f14b0d11e5b2c339888.tar.gz matterbridge-msglm-641ed1873bf047becb5a7f14b0d11e5b2c339888.tar.bz2 matterbridge-msglm-641ed1873bf047becb5a7f14b0d11e5b2c339888.zip |
Release v1.22.2 (#1504)v1.22.2
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 22ae9c02..bda6b07a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,25 @@ +# v1.22.2 + +## Enhancements + +- general: Add a MessageClipped option to set your own clipped message. Closes #1359 (#1487) +- discord: Add AllowMention to restrict allowed mentions (#1462) +- matrix: Add MxId/Token login option for Matrix (#1438) +- nctalk: Support sending file URLs (nctalk) (#1489) +- nctalk: Add support for message deletion (nctalk) (#1492) +- whatsapp: Handle document messages (whatsapp) (#1475) + +## Bugfixes + +- general: Update vendored libs +- matrix: Fix content body issue for redactions (matrix) (#1496) +- telegram: Add libwebp-dev to tgs.Dockerfile fixes Telegram sticker to WebP rendering (#1476) +- whatsapp: Rename .jpe files to .jpg Fixes #1463 (whatsapp) (#1485) +- whatsapp: Fix crash on encountering VideoMessage (whatsapp) (#1483) + +This release couldn't exist without the following contributors: +@AvinashReddy3108, @chrisbobbe, @jaywink, @Funatiker, @computeronix, @alexandregv, @gary-kim, @SuperSandro2000 + # v1.22.1 ## Enhancements |