5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

Release v1.4.1

This commit is contained in:
Wim 2017-11-13 20:10:04 +01:00
parent 0578b21270
commit 962062fe44
3 changed files with 8 additions and 2 deletions

View File

@ -54,7 +54,7 @@ See https://github.com/42wim/matterbridge/wiki
# Installing
## Binaries
* Latest stable release [v1.4.0](https://github.com/42wim/matterbridge/releases/latest)
* Latest stable release [v1.4.1](https://github.com/42wim/matterbridge/releases/latest)
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
## Building

View File

@ -1,3 +1,9 @@
# v1.4.1
## Bugfix
* telegram: fix issue with uploading for images/documents/stickers
* slack: remove double messages sent to other bridges when uploading files
* irc: Fix strict user handling of girc (irc). Closes #298
# v1.4.0
## Breaking changes
* general: `[general]` settings don't override the specific bridge settings

View File

@ -12,7 +12,7 @@ import (
)
var (
version = "1.4.0"
version = "1.4.1"
githash string
)