summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-06-19 20:47:41 +0200
committerWim <wim@42.be>2017-06-19 20:47:41 +0200
commit822605c15724e6eaf6a741a280676ac9a4a20608 (patch)
tree8e2184f12bda5956477081ccad04fe197c9580cf /changelog.md
parente49266ae4360c2d75fd004cdec38528cc3127ffe (diff)
downloadmatterbridge-msglm-822605c15724e6eaf6a741a280676ac9a4a20608.tar.gz
matterbridge-msglm-822605c15724e6eaf6a741a280676ac9a4a20608.tar.bz2
matterbridge-msglm-822605c15724e6eaf6a741a280676ac9a4a20608.zip
Release v0.15.0v0.15.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 484efad2..e9e1fb2c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,20 @@
+# v0.15.0
+## New features
+* general: add option IgnoreMessages for all protocols (see mattebridge.toml.sample)
+ Messages matching these regexp will be ignored and not sent to other bridges
+ e.g. IgnoreMessages="^~~ badword"
+* telegram: add support for sticker/video/photo/document #184
+
+## Changes
+* api: add userid to each message #200
+
+## Bugfix
+* discord: fix crash in memberupdate #198
+* mattermost: Fix incorrect behaviour of EditDisable (mattermost). Fixes #197
+* irc: Do not relay join/part of ourselves (irc). Closes #190
+* irc: make reconnections more robust. #153
+* gitter: update library, fixes possible crash
+
# v0.14.0
## New features
* api: add token authentication