mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Release v1.11.1
This commit is contained in:
parent
d71850cef6
commit
c4c6aff9a5
@ -69,7 +69,7 @@ See https://github.com/42wim/matterbridge/wiki
|
|||||||
|
|
||||||
# Installing
|
# Installing
|
||||||
## Binaries
|
## Binaries
|
||||||
* Latest stable release [v1.11.0](https://github.com/42wim/matterbridge/releases/latest)
|
* Latest stable release [v1.11.1](https://github.com/42wim/matterbridge/releases/latest)
|
||||||
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
|
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
16
changelog.md
16
changelog.md
@ -1,3 +1,19 @@
|
|||||||
|
# v1.11.1
|
||||||
|
|
||||||
|
## New features
|
||||||
|
* slack: Add support for slack channels by ID. Closes #436
|
||||||
|
* discord: Clip too long messages sent to discord (discord). Closes #440
|
||||||
|
|
||||||
|
## Bugfix
|
||||||
|
* general: fix possible panic on downloads that are too big #448
|
||||||
|
* general: Fix avatar uploads to work with MediaDownloadPath. Closes #454
|
||||||
|
* discord: allow receiving of topic changes/channel leave/joins from other bridges through the webhook
|
||||||
|
* discord: Add a space before url in file uploads (discord). Closes #461
|
||||||
|
* discord: Skip empty messages being sent with the webhook (discord). #469
|
||||||
|
* mattermost: Use nickname instead of username if defined (mattermost). Closes #452
|
||||||
|
* irc: Stop numbers being stripped after non-color control codes (irc) (#465)
|
||||||
|
* slack: Use UserID to look for avatar instead of username (slack). Closes #472
|
||||||
|
|
||||||
# v1.11.0
|
# v1.11.0
|
||||||
|
|
||||||
## New features
|
## New features
|
||||||
|
@ -14,7 +14,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "1.11.1-dev"
|
version = "1.11.1"
|
||||||
githash string
|
githash string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user