Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 6b672b3bf1ca34612aeea1c74f395bc935918a78 Author: Wim <wim@42.be> Date: Sat Apr 06 23:29:49 2019 +0000 Release v1.14.2 diff --git a/README.md b/README.md index bc85287..e052378 100644 --- a/README.md +++ b/README.md @@ -1297 +1297 @@ See https://github.com/42wim/matterbridge/wiki    ## Installing  ### 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/)    ### Packages diff --git a/changelog.md b/changelog.md index fac1192..9ab60e4 100644 --- a/changelog.md +++ b/changelog.md @@ -13 +118 @@ +# 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  ## Bugfix  * slack: Fix crash double unlock (slack) (#771) diff --git a/matterbridge.go b/matterbridge.go index 6eb4bf1..37bde6d 100644 --- a/matterbridge.go +++ b/matterbridge.go @@ -157 +157 @@ import (  )    var ( - version = "1.14.2-dev" + version = "1.14.2"   githash string     flagConfig = flag.String("conf", "matterbridge.toml", "config file")