Skip to content
Snippets Groups Projects
Commit 87788f35 authored by Wim's avatar Wim
Browse files

Release v1.15.1

parent 7d2e440c
No related branches found
Tags v1.15.1
No related merge requests found
......@@ -129,7 +129,7 @@ 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.
......
# 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
......
......@@ -15,7 +15,7 @@ import (
)
var (
version = "1.15.1-dev"
version = "1.15.1"
githash string
flagConfig = flag.String("conf", "matterbridge.toml", "config file")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment