File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Accounts to one of the supported bridges
4242# Installing
4343## Binaries
4444Binaries 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
4848Go 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212)
1313
1414var (
15- version = "0.14.1-dev "
15+ version = "0.15.0 "
1616 githash string
1717)
1818
You can’t perform that action at this time.
0 commit comments