mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Release v0.12.1
This commit is contained in:
parent
3812693111
commit
f065e9e4d5
@ -42,7 +42,7 @@ Accounts to one of the supported bridges
|
|||||||
# Installing
|
# Installing
|
||||||
## Binaries
|
## Binaries
|
||||||
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
|
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
|
||||||
* Latest stable release [v0.12.0](https://github.com/42wim/matterbridge/releases/latest)
|
* Latest stable release [v0.12.1](https://github.com/42wim/matterbridge/releases/latest)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH)
|
Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH)
|
||||||
|
11
changelog.md
11
changelog.md
@ -1,3 +1,14 @@
|
|||||||
|
# v0.12.1
|
||||||
|
## New features
|
||||||
|
* telegram: Add UseFirstName option (telegram). Closes #144
|
||||||
|
* matrix: Add NoHomeServerSuffix. Option to disable homeserver on username (matrix). Closes #160.
|
||||||
|
|
||||||
|
## Bugfix
|
||||||
|
* xmpp: Add Compatibility for Cisco Jabber (xmpp) (#166)
|
||||||
|
* irc: Fix JoinChannel argument to use IRC channel key (#172)
|
||||||
|
* discord: Fix possible crash on nil (discord)
|
||||||
|
* discord: Replace long ids in channel metions (discord). Fixes #174
|
||||||
|
|
||||||
# v0.12.0
|
# v0.12.0
|
||||||
## Changes
|
## Changes
|
||||||
* general: edited messages are now being sent by default on discord/mattermost/telegram/slack. See "New Features"
|
* general: edited messages are now being sent by default on discord/mattermost/telegram/slack. See "New Features"
|
||||||
|
@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "0.12.1-dev"
|
version = "0.12.1"
|
||||||
githash string
|
githash string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user