mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 23:40:27 +00:00
Release v0.15.0
This commit is contained in:
parent
e49266ae43
commit
822605c157
@ -42,7 +42,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 stable release [v0.14.0](https://github.com/42wim/matterbridge/releases/latest)
|
* Latest stable release [v0.15.0](https://github.com/42wim/matterbridge/releases/latest)
|
||||||
|
|
||||||
## 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)
|
||||||
|
17
changelog.md
17
changelog.md
@ -1,3 +1,20 @@
|
|||||||
|
# v0.15.0
|
||||||
|
## New features
|
||||||
|
* general: add option IgnoreMessages for all protocols (see mattebridge.toml.sample)
|
||||||
|
Messages matching these regexp will be ignored and not sent to other bridges
|
||||||
|
e.g. IgnoreMessages="^~~ badword"
|
||||||
|
* telegram: add support for sticker/video/photo/document #184
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
* api: add userid to each message #200
|
||||||
|
|
||||||
|
## Bugfix
|
||||||
|
* discord: fix crash in memberupdate #198
|
||||||
|
* mattermost: Fix incorrect behaviour of EditDisable (mattermost). Fixes #197
|
||||||
|
* irc: Do not relay join/part of ourselves (irc). Closes #190
|
||||||
|
* irc: make reconnections more robust. #153
|
||||||
|
* gitter: update library, fixes possible crash
|
||||||
|
|
||||||
# v0.14.0
|
# v0.14.0
|
||||||
## New features
|
## New features
|
||||||
* api: add token authentication
|
* api: add token authentication
|
||||||
|
@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "0.14.1-dev"
|
version = "0.15.0"
|
||||||
githash string
|
githash string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user