forked from jshiffer/matterbridge
Release v1.3.0
This commit is contained in:
parent
df74df475b
commit
ac3c65a0cc
@ -54,7 +54,7 @@ See https://github.com/42wim/matterbridge/wiki
|
|||||||
|
|
||||||
# Installing
|
# Installing
|
||||||
## Binaries
|
## Binaries
|
||||||
* Latest stable release [v1.2.0](https://github.com/42wim/matterbridge/releases/latest)
|
* Latest stable release [v1.3.0](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
|
||||||
|
14
changelog.md
14
changelog.md
@ -1,3 +1,17 @@
|
|||||||
|
# v1.3.0
|
||||||
|
## New features
|
||||||
|
* Relay slack_attachments from mattermost to slack (slack). Closes #260
|
||||||
|
* Add support for quoting previous message when replying (telegram). #237
|
||||||
|
* Add support for Quakenet auth (irc). Closes #263
|
||||||
|
* Download files (max size 1MB) from slack and reupload to mattermost (slack/mattermost). Closes #255
|
||||||
|
|
||||||
|
## Enhancements
|
||||||
|
* Backoff for 60 seconds when reconnecting too fast (irc) #267
|
||||||
|
* Use override username if specified (mattermost). #260
|
||||||
|
|
||||||
|
## Bugfix
|
||||||
|
* Try to not forward slack unfurls. Closes #266
|
||||||
|
|
||||||
# v1.2.0
|
# v1.2.0
|
||||||
## Breaking changes
|
## Breaking changes
|
||||||
* If you're running a discord bridge, update to this release before 16 october otherwise
|
* If you're running a discord bridge, update to this release before 16 october otherwise
|
||||||
|
@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "1.2.1-dev"
|
version = "1.3.0"
|
||||||
githash string
|
githash string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user