mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 15:40:27 +00:00
Update changelog
This commit is contained in:
parent
7a16146304
commit
8c7549a09e
10
changelog.md
10
changelog.md
@ -6,10 +6,15 @@
|
|||||||
* general: add support for edited messages.
|
* 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 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.
|
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
|
||||||
## Enhancements
|
* general: Add support for HTTP{S}_PROXY env variables (#162)
|
||||||
* discord: Strip custom emoji metadata (discord). Closes #148
|
* discord: Strip custom emoji metadata (discord). Closes #148
|
||||||
|
|
||||||
|
## Bugfix
|
||||||
|
* slack: Ignore error on private channel join (slack) Fixes #150
|
||||||
|
* mattermost: fix crash on reconnects when server is down. Closes #163
|
||||||
|
* irc: Relay messages starting with ! (irc). Closes #164
|
||||||
|
|
||||||
# v0.11.0
|
# v0.11.0
|
||||||
## New features
|
## New features
|
||||||
* general: reusing the same account on multiple gateways now also reuses the connection.
|
* general: reusing the same account on multiple gateways now also reuses the connection.
|
||||||
@ -18,6 +23,7 @@
|
|||||||
* telegram: Support edited messages (telegram). See #141
|
* telegram: Support edited messages (telegram). See #141
|
||||||
* mattermost: Add support for showing/hiding join/leave messages from mattermost. Closes #147
|
* mattermost: Add support for showing/hiding join/leave messages from mattermost. Closes #147
|
||||||
* mattermost: Reconnect on session removal/timeout (mattermost)
|
* mattermost: Reconnect on session removal/timeout (mattermost)
|
||||||
|
* mattermost: Support mattermost v3.8.x
|
||||||
* irc: Rejoin channel when kicked (irc).
|
* irc: Rejoin channel when kicked (irc).
|
||||||
|
|
||||||
## Bugfix
|
## Bugfix
|
||||||
|
Loading…
Reference in New Issue
Block a user