summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-02-02 22:22:39 +0100
committerWim <wim@42.be>2020-02-02 22:22:39 +0100
commit9382dde0985807f0008aac91adb5d44276530e65 (patch)
tree8e891290daaac1986caf56a64922bcfc37951ead
parent1bf46b771182ae34f07d6871e3676a0588e37641 (diff)
downloadmatterbridge-msglm-1.16.4.tar.gz
matterbridge-msglm-1.16.4.tar.bz2
matterbridge-msglm-1.16.4.zip
Release v1.16.4v1.16.4
-rw-r--r--README.md2
-rw-r--r--changelog.md26
2 files changed, 27 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b4d038d..130b7e38 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ See https://github.com/42wim/matterbridge/wiki
### Binaries
-- Latest stable release [v1.16.3](https://github.com/42wim/matterbridge/releases/latest)
+- Latest stable release [v1.16.4](https://github.com/42wim/matterbridge/releases/latest)
- Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest) and follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.
diff --git a/changelog.md b/changelog.md
index 06cb0849..067a7edc 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,29 @@
+# v1.16.4
+
+## New features
+
+- whatsapp: Add support for WhatsApp media (jpeg/png/gif) bridging (#974)
+- telegram: Add QuoteLengthLimit option (telegram) fixes #963 (#985)
+- telegram: Add DisableWebPagePreview option (telegram). Closes #980 (#994)
+
+## Enhancements
+
+- general: update dependencies
+- tengo: update to tengo v2
+- general: Add Docker Compose configuration (#990)
+
+## Bugfix
+
+- general: Fail with message instead of panic. #988 (#991)
+- telegram: Add extra mimetypes to docker image. Fixes #969
+- discord: Fix channel ID problem with multiple gateways (discord). Fixes #953 (#977)
+- discord: Show file comment in webhook if normal message is empty (discord). Fixes #962 (#995)
+- matrix: Fix parsing issues - Disable smartypants in markdown parser. Fixes #989, #983 (#993)
+- sshchat: Fix duplicated messages (sshchat). Fixes #950 (#996)
+
+This release couldn't exist without the following contributors:
+@jwflory, @42wim, @pbek, @Humorhenker, @c0ncord2, @glazzara
+
# v1.16.3
## Bugfix