|
| 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 | + |
1 | 30 | # v1.13.1 |
2 | 31 |
|
3 | 32 | This release fixes go modules issues because of https://github.com/labstack/echo/issues/1272 |
|
0 commit comments