mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-21 10:12:00 -08:00
Release v1.0.0-rc1
This commit is contained in:
parent
f8e6a69d6e
commit
c28b87641e
@ -53,7 +53,7 @@ See https://github.com/42wim/matterbridge/wiki
|
|||||||
|
|
||||||
# Installing
|
# Installing
|
||||||
## Binaries
|
## Binaries
|
||||||
* Latest stable release [v0.16.3](https://github.com/42wim/matterbridge/releases/latest)
|
* Latest stable release [v1.0.0-rc1](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
|
||||||
|
10
changelog.md
10
changelog.md
@ -1,3 +1,13 @@
|
|||||||
|
# v1.0.0-rc1
|
||||||
|
## New features
|
||||||
|
* general: Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199
|
||||||
|
|
||||||
|
## Bugfix
|
||||||
|
* general: Handle same account in multiple gateways better
|
||||||
|
* mattermost: ignore edited messages with reactions
|
||||||
|
* mattermost: Fix double posting of edited messages by using lru cache
|
||||||
|
* irc: update vendor
|
||||||
|
|
||||||
# v0.16.3
|
# v0.16.3
|
||||||
## Bugfix
|
## Bugfix
|
||||||
* general: Fix in/out logic. Closes #224
|
* general: Fix in/out logic. Closes #224
|
||||||
|
@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "1.0.0-dev"
|
version = "1.0.0-rc1"
|
||||||
githash string
|
githash string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user