Update documentation

This commit is contained in:
Wim
2016-11-20 18:01:59 +01:00
parent cef64e01b3
commit 85f2cde4c3
2 changed files with 19 additions and 4 deletions

View File

@@ -1,16 +1,31 @@
# v0.9.0-dev
## New features
* Telegram: New protocol support added (https://telegram.org)
* Add support for dynamic Iconurl #43
## General
* discord: add "Bot " tag to discord tokens automatically
## Bugfix
* general: when using samechannelgateway NickFormat get doubled by the NICK #77
* general: fix ShowJoinPart for messages from irc bridge #72
* irc: fix !users command #78
# v0.8.1
## Bugfix
* general: when using samechannelgateway NickFormat get doubled by the NICK #77
* irc: fix !users command #78
# v0.8.0
Release because of breaking mattermost API changes
## New features
* Supports mattermost v3.5.0
# v0.7.1
## Bugfix
* general: when using samechannelgateway NickFormat get doubled by the NICK #77
* irc: fix !users command #78
# v0.7.0
## Breaking config changes from 0.6 to 0.7
Matterbridge now uses TOML configuration (https://github.com/toml-lang/toml)