summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-06-30 00:01:25 +0200
committerWim <wim@42.be>2017-06-30 00:01:33 +0200
commite7e10131de25f53c9b95d700f91df1d11ae3695f (patch)
treebf356e00887347a1cd1a2e97c165e52749162a87 /changelog.md
parent830361e48bab699d7a22af1eba3f3df85ac21bd3 (diff)
downloadmatterbridge-msglm-e7e10131de25f53c9b95d700f91df1d11ae3695f.tar.gz
matterbridge-msglm-e7e10131de25f53c9b95d700f91df1d11ae3695f.tar.bz2
matterbridge-msglm-e7e10131de25f53c9b95d700f91df1d11ae3695f.zip
Release v0.16.0-rc1
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index e9e1fb2c..78bc71d6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,23 @@
+# v0.16.0-rc1
+## Breaking Changes
+* URL,UseAPI,BindAddress is deprecated. Your config has to be updated.
+ * URL => WebhookURL
+ * BindAddress => WebhookBindAddress
+ * UseAPI => removed
+ This change allows you to specify a WebhookURL and a token (slack,discord), so that
+ messages will be sent with the webhook, but received via the token (API)
+ If you have not specified WebhookURL and WebhookBindAddress the API (login or token)
+ will be used automatically. (no need for UseAPI)
+
+## New features
+* steam: New protocol support added (http://store.steampowered.com/)
+* discord: WebhookURL posting support added (thanks @saury07) #204
+ Discord API does not allow to change the name of the user posting, but webhooks does.
+
+## Bugfix
+* general: samechannelgateway now relays messages correct again #207
+* slack: Remove label from URLs (slack). #205
+
# v0.15.0
## New features
* general: add option IgnoreMessages for all protocols (see mattebridge.toml.sample)