summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-05-23 22:48:05 +0200
committerWim <wim@42.be>2017-05-23 22:48:05 +0200
commitf065e9e4d583ca0353dcabf0f10432f7f4c167a3 (patch)
tree47bbb299b82e3cb73ad56819e1b58d3f4b09a3a2
parent381269311172c9586589b6438f960b173578ca25 (diff)
downloadmatterbridge-msglm-0.12.1.tar.gz
matterbridge-msglm-0.12.1.tar.bz2
matterbridge-msglm-0.12.1.zip
Release v0.12.1v0.12.1
-rw-r--r--README.md2
-rw-r--r--changelog.md11
-rw-r--r--matterbridge.go2
3 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index b32b56de..f7fa9c9f 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Accounts to one of the supported bridges
# Installing
## Binaries
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
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)
diff --git a/changelog.md b/changelog.md
index e7f74f62..d51f073c 100644
--- a/changelog.md
+++ b/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
## Changes
* general: edited messages are now being sent by default on discord/mattermost/telegram/slack. See "New Features"
diff --git a/matterbridge.go b/matterbridge.go
index 31c3f113..fdeeb233 100644
--- a/matterbridge.go
+++ b/matterbridge.go
@@ -12,7 +12,7 @@ import (
)
var (
- version = "0.12.1-dev"
+ version = "0.12.1"
githash string
)