Releases: 42wim/matterbridge
Releases · 42wim/matterbridge
Matterbridge v0.16.0-rc1
Breaking Changes
- URL,UseAPI,BindAddress is deprecated. Your config has to be updated.
- URL => WebhookURL
- BindAddress => WebhookBindAddress
- UseAPI => removed
This change allows you to specify a WebhookURL and a token (slack,discord), so that
messages will be sent with the webhook, but received via the token (API)
If you have not specified WebhookURL and WebhookBindAddress the API (login or token)
will be used automatically. (no need for UseAPI)
New features
- steam: New protocol support added (http://store.steampowered.com/)
- discord: WebhookURL posting support added (thanks @saury07) #204
Discord API does not allow to change the name of the user posting, but webhooks does.
Bugfix
Matterbridge 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
Matterbridge v0.14.0
New features
- api: add token authentication
- mattermost: add support for mattermost 3.10.0
Changes
- api: gateway name is added in JSON messages
- api: lowercase JSON keys
- api: channel name isn't needed in config #195
Bugfix
Matterbridge v0.13.0
New features
- irc: Limit message length.
MessageLength=400
Maximum length of message sent to irc server. If it exceeds will be add to the message. - irc: Add NOPINGNICK option.
The string "{NOPINGNICK}" (case sensitive) will be replaced by the actual nick / username, but with a ZWSP inside the nick, so the irc user with the same nick won't get pinged.
See #175 for more information
Bugfix
Matterbridge v0.12.1
Matterbridge v0.12.0
Changes
- general: edited messages are now being sent by default on discord/mattermost/telegram/slack. See "New Features"
New features
- general: add support for edited messages.
Add new keyword EditDisable (false/true), default false. Which means by default edited messages will be sent to other bridges.
Add new keyword EditSuffix , default "". You can change this eg to "(edited)", this will be appended to every edit message. - mattermost: support mattermost v3.9.x
- general: Add support for HTTP{S}_PROXY env variables (#162)
- discord: Strip custom emoji metadata (discord). Closes #148
Bugfix
Matterbridge v0.11.0
New features
- general: reusing the same account on multiple gateways now also reuses the connection.
This is particuarly useful for irc. See #87 - general: the Name is now REQUIRED and needs to be UNIQUE for each gateway configuration
- telegram: Support edited messages (telegram). See #141
- mattermost: Add support for showing/hiding join/leave messages from mattermost. Closes #147
- mattermost: Reconnect on session removal/timeout (mattermost)
- irc: Rejoin channel when kicked (irc).
Bugfix
Matterbridge v0.11.0-beta3
New features
- general: reusing the same account on multiple gateways now also reuses the connection.
This is particuarly useful for irc. See #87 - general: the Name is now REQUIRED and needs to be UNIQUE for each gateway configuration
- telegram: Support edited messages (telegram). See #141
- mattermost: Add support for showing/hiding join/leave messages from mattermost. Closes #147
- mattermost: Reconnect on session removal/timeout (mattermost)
- irc: Rejoin channel when kicked (irc).
Bugfix
Matterbridge v0.11.0-beta2
New features
- general: reusing the same account on multiple gateways now also reuses the connection.
This is particuarly useful for irc. See #87 - general: the Name is now REQUIRED and needs to be UNIQUE for each gateway configuration
- telegram: Support edited messages (telegram). See #141
Bugfix
- Remove space after nick (mattermost). Closes #142
- Fix join/leave regression (irc)
Matterbridge v0.11.0-beta1
New features
- general: reusing the same account on multiple gateways now also reuses the connection.
This is particuarly useful for irc. See #87 - general: the Name is now REQUIRED and needs to be UNIQUE for each gateway configuration
- telegram: Support edited messages (telegram). See #141
Bugfix
- Remove space after nick (mattermost). Closes #142