summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-07-07 23:49:34 +0200
committerWim <wim@42.be>2017-07-07 23:49:34 +0200
commit480945cb09eebd3ee8f46045baf02179bbbd8f6d (patch)
tree2fdbf347d8bbb8c2987470a84e81042cb288308a /changelog.md
parentbfc7130ed85f66da94a33ab4326a15a149c4a291 (diff)
downloadmatterbridge-msglm-480945cb09eebd3ee8f46045baf02179bbbd8f6d.tar.gz
matterbridge-msglm-480945cb09eebd3ee8f46045baf02179bbbd8f6d.tar.bz2
matterbridge-msglm-480945cb09eebd3ee8f46045baf02179bbbd8f6d.zip
Release v0.16.0-rc2v0.16.0-rc2
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 78bc71d6..32413b4f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,24 @@
+# v0.16.0-rc2
+## 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)
+
+## Bugfix since rc1
+* steam: Fix channel id bug in steam (channels are off by 0x18000000000000)
+* telegram: Add UseInsecureURL option for telegram (default false)
+ WARNING! If enabled this will relay GIF/stickers/documents and other attachments as URLs
+ Those URLs will contain your bot-token. This may not be what you want.
+ For now there is no secure way to relay GIF/stickers/documents without seeing your token.
+* irc: detect charset and try to convert it to utf-8 before sending it to other bridges. #209 #210
+* general: various improvements
+
+
# v0.16.0-rc1
## Breaking Changes
* URL,UseAPI,BindAddress is deprecated. Your config has to be updated.