mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Release v1.14.2
This commit is contained in:
parent
8a875f292e
commit
e4d73b29a1
@ -129,7 +129,7 @@ See https://github.com/42wim/matterbridge/wiki
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
### Binaries
|
### Binaries
|
||||||
* Latest stable release [v1.14.1](https://github.com/42wim/matterbridge/releases/latest)
|
* Latest stable release [v1.14.2](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/)
|
||||||
|
|
||||||
### Packages
|
### Packages
|
||||||
|
15
changelog.md
15
changelog.md
@ -1,3 +1,18 @@
|
|||||||
|
# v1.14.2
|
||||||
|
|
||||||
|
## Bugfix
|
||||||
|
* general: Update tengo vendor and load the stdlib. Fixes #789 (#792)
|
||||||
|
* rocketchat: Look up #channel too (rocketchat). Fix #773 (#775)
|
||||||
|
* slack: Ignore messagereplied and hidden messages (slack). Fixes #709 (#779)
|
||||||
|
* telegram: Handle nil message (telegram). Fixes #777
|
||||||
|
* irc: Use default nick if none specified (irc). Fixes #785
|
||||||
|
* irc: Return when not connected and drop a message (irc). Fixes #786
|
||||||
|
* irc: Revert fix for #722 (Support quits from irc correctly). Closes #781
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
This release couldn't exist without the following contributors:
|
||||||
|
@42wim, @Helcaraxan, @dajohi
|
||||||
|
|
||||||
# v1.14.1
|
# v1.14.1
|
||||||
## Bugfix
|
## Bugfix
|
||||||
* slack: Fix crash double unlock (slack) (#771)
|
* slack: Fix crash double unlock (slack) (#771)
|
||||||
|
@ -15,7 +15,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "1.14.2-dev"
|
version = "1.14.2"
|
||||||
githash string
|
githash string
|
||||||
|
|
||||||
flagConfig = flag.String("conf", "matterbridge.toml", "config file")
|
flagConfig = flag.String("conf", "matterbridge.toml", "config file")
|
||||||
|
Loading…
Reference in New Issue
Block a user