Skip to content

Commit c4c6aff

Browse files
committed
Release v1.11.1
1 parent d71850c commit c4c6aff

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

matterbridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
var (
17-
version = "1.11.1-dev"
17+
version = "1.11.1"
1818
githash string
1919
)
2020

0 commit comments

Comments
 (0)