5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-09 15:40:27 +00:00

Release v1.16.0

This commit is contained in:
Wim 2019-09-07 23:08:53 +02:00
parent a3bee01e0a
commit 45becd2573
3 changed files with 34 additions and 13 deletions

View File

@ -140,7 +140,7 @@ See https://github.com/42wim/matterbridge/wiki
### Binaries
- Latest stable release [v1.15.1](https://github.com/42wim/matterbridge/releases/latest)
- Latest stable release [v1.16.0](https://github.com/42wim/matterbridge/releases/latest)
- Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest) and follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.

View File

@ -1,12 +1,33 @@
# dev
# v1.16.0
## New features
* keybase: new protocol added. Add initial Keybase Chat support #877 Thanks to @hyperobject
* discord: Support webhook files in discord #872
## Enhancements
* general: update dependencies
## Bugfix
* discord: Underscores from Discord don't arrive correctly #864
* xmpp: Fix possible panic at startup of the XMPP bridge #869
* mattermost: Make getChannelIdTeam behave like GetChannelId for groups (mattermost) #873
# v1.15.1
## New features
* discord: Support webhook message deletions (discord) (#853)
## Enhancements
* discord: Support bulk deletions #851
* discord: Support channels in categories #863 (use category/channel. See matterbridge.toml.sample for more info)
* mattermost: Add an option to skip the Mattermost server version check #849
## Bugfix
* xmpp: fix segfault when disconnected/reconnected #856
* telegram: fix panic in handleEntities #858

View File

@ -15,7 +15,7 @@ import (
)
var (
version = "1.15.2-dev"
version = "1.16.0"
githash string
flagConfig = flag.String("conf", "matterbridge.toml", "config file")