mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 15:40:27 +00:00
Release v1.2.0
This commit is contained in:
parent
d19535fa21
commit
248d88c849
@ -53,7 +53,7 @@ See https://github.com/42wim/matterbridge/wiki
|
|||||||
|
|
||||||
# Installing
|
# Installing
|
||||||
## Binaries
|
## 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/)
|
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
14
changelog.md
14
changelog.md
@ -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
|
# v1.1.2
|
||||||
## New features
|
## New features
|
||||||
* general: also build darwin binaries
|
* general: also build darwin binaries
|
||||||
|
@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "1.2.0-dev"
|
version = "1.2.0"
|
||||||
githash string
|
githash string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user