Skip to content

Commit 3f79da8

Browse files
committed
Release v0.14.0
1 parent d540638 commit 3f79da8

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Simple bridge between Mattermost, IRC, XMPP, Gitter, Slack, Discord, Telegram, R
2828

2929
# Requirements
3030
Accounts to one of the supported bridges
31-
* [Mattermost](https://github.com/mattermost/platform/) 3.5.x - 3.9.x
31+
* [Mattermost](https://github.com/mattermost/platform/) 3.5.x - 3.10.x
3232
* [IRC](http://www.mirc.com/servers.html)
3333
* [XMPP](https://jabber.org)
3434
* [Gitter](https://gitter.im)
@@ -42,7 +42,7 @@ Accounts to one of the supported bridges
4242
# Installing
4343
## Binaries
4444
Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/)
45-
* Latest stable release [v0.13.0](https://github.com/42wim/matterbridge/releases/latest)
45+
* Latest stable release [v0.14.0](https://github.com/42wim/matterbridge/releases/latest)
4646

4747
## Building
4848
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)

changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v0.14.0
2+
## New features
3+
* api: add token authentication
4+
* mattermost: add support for mattermost 3.10.0
5+
6+
## Changes
7+
* api: gateway name is added in JSON messages
8+
* api: lowercase JSON keys
9+
* api: channel name isn't needed in config #195
10+
11+
## Bugfix
12+
* discord: Add hashtag to channelname (when translating from id) (discord)
13+
* mattermost: Fix a panic. #186
14+
* mattermost: use teamid cache if possible. Fixes a panic
15+
* api: post valid json. #185
16+
* api: allow reuse of api in different gateways. #189
17+
* general: Fix utf-8 issues for {NOPINGNICK}. #193
18+
119
# v0.13.0
220
## New features
321
* irc: Limit message length. ```MessageLength=400```

matterbridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
var (
15-
version = "0.13.1-dev"
15+
version = "0.14.0"
1616
githash string
1717
)
1818

0 commit comments

Comments
 (0)