mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 23:40:27 +00:00
Release v0.10.0
This commit is contained in:
parent
80895deae2
commit
e05a323afd
@ -41,7 +41,7 @@ Accounts to one of the supported bridges
|
|||||||
# Installing
|
# Installing
|
||||||
## Binaries
|
## Binaries
|
||||||
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
|
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
|
||||||
* Latest release [v0.9.3](https://github.com/42wim/matterircd/releases/tag/v0.9.3)
|
* Latest release [v0.10.0](https://github.com/42wim/matterbridge/releases/tag/v0.10.0)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH)
|
Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH)
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# v0.10.0-dev
|
# v0.10.0
|
||||||
## New features
|
## New features
|
||||||
* matrix: New protocol support added (https://matrix.org)
|
* matrix: New protocol support added (https://matrix.org)
|
||||||
|
* mattermost: works with mattermost release v3.7.0
|
||||||
|
* discord: Replace role ids in mentions to role names (discord). Closes #133
|
||||||
|
|
||||||
## Bugfix
|
## Bugfix
|
||||||
* mattermost: Add ReadTimeout to close lingering connections (mattermost). See #125
|
* mattermost: Add ReadTimeout to close lingering connections (mattermost). See #125
|
||||||
|
* gitter: Join rooms not already joined by the bot (gitter). See #135
|
||||||
|
* general: Fail when bridge is unable to join a channel (general)
|
||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
* telegram: Do not use HTML parsemode by default. Set ```MessageFormat="HTML"``` to use it. Closes #126
|
* telegram: Do not use HTML parsemode by default. Set ```MessageFormat="HTML"``` to use it. Closes #126
|
||||||
|
@ -10,7 +10,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "0.10.0-dev"
|
version = "0.10.0"
|
||||||
githash string
|
githash string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user