summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-12-01 22:15:40 +0100
committerWim <wim@42.be>2016-12-01 22:15:40 +0100
commitd81e6bf6ce7f30f1b87c39c49272469f85dc2bd2 (patch)
treee97278562b5edd5f3ec5b94d5b3559baaae0b540 /changelog.md
parent70c93d970cd86791936b4ec4b3cd459ca2484ecb (diff)
downloadmatterbridge-msglm-d81e6bf6ce7f30f1b87c39c49272469f85dc2bd2.tar.gz
matterbridge-msglm-d81e6bf6ce7f30f1b87c39c49272469f85dc2bd2.tar.bz2
matterbridge-msglm-d81e6bf6ce7f30f1b87c39c49272469f85dc2bd2.zip
Release v0.9.0v0.9.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md
index ec1d1471..cf484d46 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,16 +1,21 @@
-# v0.9.0-dev
+# v0.9.0
## New features
* Telegram: New protocol support added (https://telegram.org)
* Hipchat: Add sample config to connect to hipchat via xmpp
-* Add support for dynamic Iconurl #43
-
-## General
* discord: add "Bot " tag to discord tokens automatically
+* slack: Add support for dynamic Iconurl #43
+* general: Add ```gateway.inout``` config option for bidirectional bridges #85
+* general: Add ```[general]``` section so that ```RemoteNickFormat``` can be set globally
## Bugfix
* general: when using samechannelgateway NickFormat get doubled by the NICK #77
* general: fix ShowJoinPart for messages from irc bridge #72
+* gitter: fix high cpu usage #89
* irc: fix !users command #78
+* xmpp: fix keepalive
+* xmpp: do not relay delayed/empty messages
+* slack: Replace id-mentions to usernames #86
+* mattermost: fix public links not working (API changes)
# v0.8.1
## Bugfix