mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-22 09:20:27 +00:00
Release v1.9.1
This commit is contained in:
parent
8a8b95228c
commit
08f442dc7b
@ -65,7 +65,7 @@ See https://github.com/42wim/matterbridge/wiki
|
|||||||
|
|
||||||
# Installing
|
# Installing
|
||||||
## Binaries
|
## Binaries
|
||||||
* Latest stable release [v1.9.0](https://github.com/42wim/matterbridge/releases/latest)
|
* Latest stable release [v1.9.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
|
||||||
|
12
changelog.md
12
changelog.md
@ -1,3 +1,15 @@
|
|||||||
|
# v1.9.1
|
||||||
|
## New features
|
||||||
|
* telegram: Add QuoteDisable option (telegram). Closes #399. See QuoteDisable in matterbridge.toml.sample
|
||||||
|
## Enhancements
|
||||||
|
* discord: Send mediaserver link to Discord in Webhook mode (discord) (#405)
|
||||||
|
* mattermost: Print list of valid team names when team not found (#390)
|
||||||
|
* slack: Strip markdown URLs with blank text (slack) (#392)
|
||||||
|
## Bugfix
|
||||||
|
* slack/mattermost: Make our callbackid more unique. Fixes issue with running multiple matterbridge on the same channel (slack,mattermost)
|
||||||
|
* telegram: fix newlines in multiline messages #399
|
||||||
|
* telegram: Revert #378
|
||||||
|
|
||||||
# v1.9.0 (the refactor release)
|
# v1.9.0 (the refactor release)
|
||||||
## New features
|
## New features
|
||||||
* general: better debug messages
|
* general: better debug messages
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "1.9.0"
|
version = "1.9.1"
|
||||||
githash string
|
githash string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user