Skip to content

Commit 219c765

Browse files
committed
Release v1.12.0
1 parent ae32bae commit 219c765

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ See https://github.com/42wim/matterbridge/wiki
9292

9393
## Installing
9494
### Binaries
95-
* Latest stable release [v1.11.3](https://github.com/42wim/matterbridge/releases/latest)
95+
* Latest stable release [v1.12.0](https://github.com/42wim/matterbridge/releases/latest)
9696
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
9797

9898
### Building

changelog.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v1.12.0-dev
1+
# v1.12.0
22

33
## Breaking changes
44
The slack bridge has been split in a `slack-legacy` and `slack` bridge.
@@ -8,24 +8,26 @@ To migrate to the new bot-token based setup you can follow the instructions [her
88

99
Slack legacy tokens may be deprecated by Slack at short notice, so it is STRONGLY recommended to use a proper bot-token instead.
1010

11-
## Bugfix
12-
* slack: Refactoring and making it better.
13-
* slack: Restore file comments coming from Slack. #583
14-
* irc: Fix IRC line splitting. #587
15-
* mattermost: Fix cookie and personal token behaviour. #530
16-
* mattermost: Check for expiring sessions and reconnect.
17-
1811
## New features
19-
* general: New {GATEWAY} variable for `RemoteNickFormat`. See `RemoteNickFormat` in matterbridge.toml.sample. #501
20-
* general: New {CHANNEL} variable for `RemoteNickFormat`. See `RemoteNickFormat` in matterbridge.toml.sample. #515
12+
* general: New {GATEWAY} variable for `RemoteNickFormat` #501. See `RemoteNickFormat` in matterbridge.toml.sample.
13+
* general: New {CHANNEL} variable for `RemoteNickFormat` #515. See `RemoteNickFormat` in matterbridge.toml.sample.
2114
* general: Remove hyphens when auto-loading envvars from viper config #545
2215
* discord: You can mention discord-users from other bridges.
16+
* slack: Preserve threading between Slack instances #529. See `PreserveThreading` in matterbridge.toml.sample.
2317
* slack: Add ability to show when user is typing across Slack bridges #559
2418
* slack: Add rate-limiting
2519
* mattermost: Add support for mattermost [matterbridge plugin](https://github.com/matterbridge/mattermost-plugin)
2620
* api: Respond with message on connect. #550
2721
* api: Add a health endpoint to API #554
2822

23+
## Bugfix
24+
* slack: Refactoring and making it better.
25+
* slack: Restore file comments coming from Slack. #583
26+
* irc: Fix IRC line splitting. #587
27+
* mattermost: Fix cookie and personal token behaviour. #530
28+
* mattermost: Check for expiring sessions and reconnect.
29+
30+
2931
## Contributors
3032
This release couldn't exist without the following contributors:
3133
@jheiselman, @NikkyAI, @dajohi, @NetwideRogue, @patcon and @Helcaraxan

matterbridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
var (
17-
version = "1.12.0-dev"
17+
version = "1.12.0"
1818
githash string
1919
)
2020

0 commit comments

Comments
 (0)