Skip to content

Commit 822605c

Browse files
committed
Release v0.15.0
1 parent e49266a commit 822605c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Accounts to one of the supported bridges
4242
# Installing
4343
## Binaries
4444
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
45-
* Latest stable release [v0.14.0](https://github.com/42wim/matterbridge/releases/latest)
45+
* Latest stable release [v0.15.0](https://github.com/42wim/matterbridge/releases/latest)
4646

4747
## Building
4848
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)

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v0.15.0
2+
## New features
3+
* general: add option IgnoreMessages for all protocols (see mattebridge.toml.sample)
4+
Messages matching these regexp will be ignored and not sent to other bridges
5+
e.g. IgnoreMessages="^~~ badword"
6+
* telegram: add support for sticker/video/photo/document #184
7+
8+
## Changes
9+
* api: add userid to each message #200
10+
11+
## Bugfix
12+
* discord: fix crash in memberupdate #198
13+
* mattermost: Fix incorrect behaviour of EditDisable (mattermost). Fixes #197
14+
* irc: Do not relay join/part of ourselves (irc). Closes #190
15+
* irc: make reconnections more robust. #153
16+
* gitter: update library, fixes possible crash
17+
118
# v0.14.0
219
## New features
320
* api: add token authentication

matterbridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
var (
15-
version = "0.14.1-dev"
15+
version = "0.15.0"
1616
githash string
1717
)
1818

0 commit comments

Comments
 (0)