File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ See https://github.com/42wim/matterbridge/wiki
6969
7070# Installing
7171## Binaries
72- * Latest stable release [ v1.11.0 ] ( https://github.com/42wim/matterbridge/releases/latest )
72+ * Latest stable release [ v1.11.1 ] ( https://github.com/42wim/matterbridge/releases/latest )
7373* Development releases (follows master) can be downloaded [ here] ( https://dl.bintray.com/42wim/nightly/ )
7474
7575## Building
Original file line number Diff line number Diff line change 1+ # v1.11.1
2+
3+ ## New features
4+ * slack: Add support for slack channels by ID. Closes #436
5+ * discord: Clip too long messages sent to discord (discord). Closes #440
6+
7+ ## Bugfix
8+ * general: fix possible panic on downloads that are too big #448
9+ * general: Fix avatar uploads to work with MediaDownloadPath. Closes #454
10+ * discord: allow receiving of topic changes/channel leave/joins from other bridges through the webhook
11+ * discord: Add a space before url in file uploads (discord). Closes #461
12+ * discord: Skip empty messages being sent with the webhook (discord). #469
13+ * mattermost: Use nickname instead of username if defined (mattermost). Closes #452
14+ * irc: Stop numbers being stripped after non-color control codes (irc) (#465 )
15+ * slack: Use UserID to look for avatar instead of username (slack). Closes #472
16+
117# v1.11.0
218
319## New features
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616var (
17- version = "1.11.1-dev "
17+ version = "1.11.1"
1818 githash string
1919)
2020
You can’t perform that action at this time.
0 commit comments