Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit f27816944278eb1d4a41dfe59d75f317b4c80b8e Author: Wim <wim@42.be> Date: Mon Jul 15 23:09:46 2019 +0000 Release v1.15.1 diff --git a/README.md b/README.md index 4bc4b4f..50c50ca 100644 --- a/README.md +++ b/README.md @@ -1297 +1297 @@ See https://github.com/42wim/matterbridge/wiki    ## Installing / upgrading  ### Binaries -* Latest stable release [v1.15.0](https://github.com/42wim/matterbridge/releases/latest) +* Latest stable release [v1.15.1](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. diff --git a/changelog.md b/changelog.md index 51a3cb4..e54a809 100644 --- a/changelog.md +++ b/changelog.md @@ -110 +114 @@  # dev + +# v1.15.1  ## 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    # v1.15.0  ## New features diff --git a/matterbridge.go b/matterbridge.go index 401e7e4..2c26509 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -157 +157 @@ import (  )    var ( - version = "1.15.1-dev" + version = "1.15.1"   githash string     flagConfig = flag.String("conf", "matterbridge.toml", "config file")