mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 00:19:24 +01:00
Release v1.9.0
This commit is contained in:
parent
8c0b04b995
commit
4b0bc6d0bf
@ -65,7 +65,7 @@ See https://github.com/42wim/matterbridge/wiki
|
|||||||
|
|
||||||
# Installing
|
# Installing
|
||||||
## Binaries
|
## Binaries
|
||||||
* Latest stable release [v1.8.0](https://github.com/42wim/matterbridge/releases/latest)
|
* Latest stable release [v1.9.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
|
||||||
|
15
changelog.md
15
changelog.md
@ -1,3 +1,18 @@
|
|||||||
|
# v1.9.0 (the refactor release)
|
||||||
|
## New features
|
||||||
|
* general: better debug messages
|
||||||
|
* general: better support for environment variables override
|
||||||
|
* general: Ability to disable sending join/leave messages to other gateways. #382
|
||||||
|
* slack: Allow Slack @usergroups to be parsed as human-friendly names #379
|
||||||
|
* slack: Provide better context for shared posts from Slack<=>Slack enhancement #369
|
||||||
|
* telegram: Convert nicks automatically into HTML when MessageFormat is set to HTML #378
|
||||||
|
* irc: Add DebugLevel option
|
||||||
|
|
||||||
|
## Bugfix
|
||||||
|
* slack: Ignore restricted_action on channel join (slack). Closes #387
|
||||||
|
* slack: Add slack attachment support to matterhook
|
||||||
|
* slack: Update userlist on join (slack). Closes #372
|
||||||
|
|
||||||
# v1.8.0
|
# v1.8.0
|
||||||
## New features
|
## New features
|
||||||
* general: Send chat notification if media is too big to be re-uploaded to MediaServer. See #359
|
* general: Send chat notification if media is too big to be re-uploaded to MediaServer. See #359
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "1.8.1-dev"
|
version = "1.9.0"
|
||||||
githash string
|
githash string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user