Skip to content

Commit 7811c33

Browse files
committed
Release v0.13.0
1 parent 9bcd131 commit 7811c33

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.12.1](https://github.com/42wim/matterbridge/releases/latest)
45+
* Latest stable release [v0.13.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v0.13.0
2+
## New features
3+
* irc: Limit message length. ```MessageLength=400```
4+
Maximum length of message sent to irc server. If it exceeds <message clipped> will be add to the message.
5+
* irc: Add NOPINGNICK option.
6+
The string "{NOPINGNICK}" (case sensitive) will be replaced by the actual nick / username, but with a ZWSP inside the nick, so the irc user with the same nick won't get pinged.
7+
See https://github.com/42wim/matterbridge/issues/175 for more information
8+
9+
## Bugfix
10+
* slack: Fix sending to different channels on same account (slack). Closes #177
11+
* telegram: Fix incorrect usernames being sent. Closes #181
12+
13+
114
# v0.12.1
215
## New features
316
* telegram: Add UseFirstName option (telegram). Closes #144

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.12.2-dev"
15+
version = "0.13.0"
1616
githash string
1717
)
1818

0 commit comments

Comments
 (0)