mirror of
https://github.com/42wim/matterbridge
synced 2024-11-11 01:10:38 +00:00
Release v0.16.3
This commit is contained in:
parent
bd97357f8d
commit
22307b1934
@ -49,7 +49,7 @@ Accounts to one of the supported bridges
|
|||||||
|
|
||||||
# Installing
|
# Installing
|
||||||
## Binaries
|
## Binaries
|
||||||
* Latest stable release [v0.16.2](https://github.com/42wim/matterbridge/releases/latest)
|
* Latest stable release [v0.16.3](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
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
# v0.16.3
|
||||||
|
## Bugfix
|
||||||
|
* general: Fix in/out logic. Closes #224
|
||||||
|
* general: Fix message modification
|
||||||
|
* slack: Disable message from other bots when using webhooks (slack)
|
||||||
|
* mattermost: Return better error messages on mattermost connect
|
||||||
|
|
||||||
# v0.16.2
|
# v0.16.2
|
||||||
## New features
|
## New features
|
||||||
* general: binary builds against latest commit are now available on https://bintray.com/42wim/nightly/Matterbridge/_latestVersion
|
* general: binary builds against latest commit are now available on https://bintray.com/42wim/nightly/Matterbridge/_latestVersion
|
||||||
|
@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "0.16.3-dev"
|
version = "0.16.3"
|
||||||
githash string
|
githash string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user