Skip to content

Commit 516fd3c

Browse files
committed
Release v1.14.0-rc1
1 parent a775b57 commit 516fd3c

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# v1.14.0-rc1
2+
3+
## New features
4+
* whatsapp: new protocol added. Add initial WhatsApp support (#711) Thanks to @KrzysztofMadejski
5+
* facebook messenger: new protocol via matterbridge api. See https://github.com/VictorNine/fbridge/ for more information.
6+
* general: Add scripting (tengo) support for every incoming message (#731). See `TengoModifyMessage`
7+
* general: Allow regexs in ignoreNicks. Closes #690 (#720)
8+
* general: Support rewriting messages from relaybots using ExtractNicks. Fixes #466 (#730). See `ExtractNicks` in matterbridge.toml.sample
9+
* general: refactor Make all loggers derive from non-default instance (#728). Thanks to @Helcaraxan
10+
* rocketchat: add support for the rocketchat API. Sending to rocketchat now supports uploading of files, editing and deleting of messages.
11+
* discord: Support join/leaves from discord. Closes #654 (#721)
12+
* discord: Allow sending discriminator with Discord username (#726). See `UseDiscriminator` in matterbridge.toml.sample
13+
* zulip: Allow zulip bridge to specify topic per channel. Closes #701 (#723). See `Topic` in matterbridge.toml.sample
14+
* slack: Add extra debug option (slack). See `Debug` in the slack section in matterbridge.toml.sample
15+
16+
## Bugfix
17+
* zulip: Fix error handling on bad event queue id (zulip). Closes #694
18+
* irc: add support for (older) unrealircd versions. #708
19+
* irc: Support quits from irc correctly. Fixes #722 (#724)
20+
* matrix: Send username when uploading video/images (matrix). Fixes #715 (#717)
21+
* matrix: Send notices on join/parts (matrix). Fixes #712 (#716)
22+
* matrix: Detect html nicks in RemoteNickFormat (matrix). Fixes #696 (#719)
23+
* slack: Hint at thread replies when messages are unthreaded (slack) (#684)
24+
* xmpp: Do not send topic changes on connect (xmpp). Fixes #732 (#733)
25+
26+
## Contributors
27+
This release couldn't exist without the following contributors:
28+
@Helcaraxan, @KrzysztofMadejski, @AJolly, @DeclanHoare
29+
130
# v1.13.1
231

332
This release fixes go modules issues because of https://github.com/labstack/echo/issues/1272

matterbridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
var (
18-
version = "1.14.0-dev"
18+
version = "1.14.0-rc1"
1919
githash string
2020

2121
flagConfig = flag.String("conf", "matterbridge.toml", "config file")

0 commit comments

Comments
 (0)