Release v1.2.0

pull/275/head v1.2.0
Wim 7 years ago
parent d19535fa21
commit 248d88c849

@ -53,7 +53,7 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
* Latest stable release [v1.1.2](https://github.com/42wim/matterbridge/releases/latest)
* Latest stable release [v1.2.0](https://github.com/42wim/matterbridge/releases/latest)
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
## Building

@ -1,3 +1,17 @@
# v1.2.0
## Breaking changes
* If you're running a discord bridge, update to this release before 16 october otherwise
it will stop working. (see https://discordapp.com/developers/docs/reference)
## New features
* general: Add delete support. (actually delete the messages on bridges that support it)
(mattermost,discord,gitter,slack,telegram)
## Bugfix
* Do not break messages on newline (slack). Closes #258
* Update telegram library
* Update discord library (supports v6 API now). Old API is deprecated on 16 October
# v1.1.2
## New features
* general: also build darwin binaries

@ -11,7 +11,7 @@ import (
)
var (
version = "1.2.0-dev"
version = "1.2.0"
githash string
)

Loading…
Cancel
Save