summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-05-31 23:32:38 +0200
committerWim <wim@42.be>2017-05-31 23:32:38 +0200
commit7811c330db1df72b153f93e7ac0f00def874ddd9 (patch)
tree9a3af8a7c3142e224fcf3c5e58e7af0f3b3eddfa /changelog.md
parent9bcd131e66036afff8a8b8202da46f0f69295935 (diff)
downloadmatterbridge-msglm-7811c330db1df72b153f93e7ac0f00def874ddd9.tar.gz
matterbridge-msglm-7811c330db1df72b153f93e7ac0f00def874ddd9.tar.bz2
matterbridge-msglm-7811c330db1df72b153f93e7ac0f00def874ddd9.zip
Release v0.13.0v0.13.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index d51f073c..2598eb8c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,16 @@
+# v0.13.0
+## New features
+* irc: Limit message length. ```MessageLength=400```
+ Maximum length of message sent to irc server. If it exceeds <message clipped> 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 https://github.com/42wim/matterbridge/issues/175 for more information
+
+## Bugfix
+* slack: Fix sending to different channels on same account (slack). Closes #177
+* telegram: Fix incorrect usernames being sent. Closes #181
+
+
# v0.12.1
## New features
* telegram: Add UseFirstName option (telegram). Closes #144