summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-11-20 18:01:59 +0100
committerWim <wim@42.be>2016-11-20 18:01:59 +0100
commit85f2cde4c3d25eca09420ee5cbf9ee530fe9a473 (patch)
tree54e451f7ab2d142669e9529953aff2f4b99201ed
parentcef64e01b3aa653fbc7be91fc7ae96dd57ffd2bf (diff)
downloadmatterbridge-msglm-85f2cde4c3d25eca09420ee5cbf9ee530fe9a473.tar.gz
matterbridge-msglm-85f2cde4c3d25eca09420ee5cbf9ee530fe9a473.tar.bz2
matterbridge-msglm-85f2cde4c3d25eca09420ee5cbf9ee530fe9a473.zip
Update documentation
-rw-r--r--README.md8
-rw-r--r--changelog.md15
2 files changed, 19 insertions, 4 deletions
diff --git a/README.md b/README.md
index 28ecdc8a..3be58d40 100644
--- a/README.md
+++ b/README.md
@@ -31,14 +31,14 @@ docker run -ti -v /tmp/matterbridge.toml:/matterbridge.toml 42wim/matterbridge
## binaries
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
-* For use with mattermost 3.5.0+ [v0.8.0](https://github.com/42wim/matterircd/releases/tag/v0.8.0)
-* For use with mattermost 3.3.0 - 3.4.0 [v0.7.0](https://github.com/42wim/matterircd/releases/tag/v0.7.0)
+* For use with mattermost 3.5.0+ [v0.8.1](https://github.com/42wim/matterircd/releases/tag/v0.8.1)
+* For use with mattermost 3.3.0 - 3.4.0 [v0.7.1](https://github.com/42wim/matterircd/releases/tag/v0.7.1)
* For use with mattermost 3.0.0 - 3.2.0 [v0.5.0](https://github.com/42wim/matterircd/releases/tag/v0.5.0) (not maintained anymore)
## Compatibility
### Mattermost
-* Matterbridge v0.8.0 works with mattermost 3.5.0+ [3.5.0 release](https://github.com/mattermost/platform/releases/tag/v3.5.0)
-* Matterbridge v0.7.0 works with mattermost 3.3.0 - 3.4.0 [3.4.0 release](https://github.com/mattermost/platform/releases/tag/v3.4.0)
+* Matterbridge v0.8.1 works with mattermost 3.5.0+ [3.5.0 release](https://github.com/mattermost/platform/releases/tag/v3.5.0)
+* Matterbridge v0.7.1 works with mattermost 3.3.0 - 3.4.0 [3.4.0 release](https://github.com/mattermost/platform/releases/tag/v3.4.0)
* Matterbridge v0.5.0 works with mattermost 3.0.0 - 3.2.0 [3.2.0 release](https://github.com/mattermost/platform/releases/tag/v3.2.0)
diff --git a/changelog.md b/changelog.md
index c7815069..602b6e01 100644
--- a/changelog.md
+++ b/changelog.md
@@ -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)