diff options
author | Wim <wim@42.be> | 2017-04-15 18:46:25 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-04-15 18:46:25 +0200 |
commit | 02612c006112f9bfd14b9a0d9c5376dca2a7c4e1 (patch) | |
tree | 3a667376fb371bb5218cd0552c3cb00b587e7f1d /changelog.md | |
parent | a4db63a7730b83b82eed6ff3341789ac7fc6eb94 (diff) | |
download | matterbridge-msglm-02612c006112f9bfd14b9a0d9c5376dca2a7c4e1.tar.gz matterbridge-msglm-02612c006112f9bfd14b9a0d9c5376dca2a7c4e1.tar.bz2 matterbridge-msglm-02612c006112f9bfd14b9a0d9c5376dca2a7c4e1.zip |
Add support for sending edited messages
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 4efb1d42..f208f44b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +# v0.12.0 +## 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. + +## Enhancements +* discord: Strip custom emoji metadata (discord). Closes #148 + # v0.11.0 ## New features * general: reusing the same account on multiple gateways now also reuses the connection. |