Skip to content

Commit 26596ac

Browse files
authored
Release v1.25.0 (#1793)
1 parent e63870a commit 26596ac

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

README.md

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

173173
### Binaries
174174

175-
- Latest stable release [v1.24.1](https://github.com/42wim/matterbridge/releases/latest)
175+
- Latest stable release [v1.25.0](https://github.com/42wim/matterbridge/releases/latest)
176176
- Development releases (follows master) can be downloaded [here](https://github.com/42wim/matterbridge/actions) selecting the latest green build and then artifacts.
177177

178178
To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest). On \*nix platforms you may need to make the binary executable - you can do this by running `chmod a+x` on the binary (example: `chmod a+x matterbridge-1.24.1-linux-64bit`). After downloading (and making the binary executable, if necessary), follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.

changelog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# v1.25.0
2+
3+
## Breaking changes
4+
5+
- whatsapp: deprecated, the library <https://github.com/Rhymen/go-whatsapp> isn't maintained anymore.
6+
We're switching to <https://github.com/tulir/whatsmeow> but as this uses a GPL3 licensed library we can't provide you with binaries.
7+
You'll need to build it yourself. More information about this can be found here: <https://github.com/42wim/matterbridge#building-with-whatsapp-beta-multidevice-support>
8+
9+
## New features
10+
11+
- whatsappmulti: whatsapp multidevice support added - more info <https://github.com/42wim/matterbridge#building-with-whatsapp-beta-multidevice-support>
12+
- general: Add Dockerfile_whatsappmulti for building with WhatsApp Multi-Device support (Whatsmeow) (#1774)
13+
- telegram: Add UseFullName option (telegram) (#1777)
14+
- slack: Use slack real name as user name (slack) (#1775)
15+
16+
## Enhancements
17+
18+
- general: Ignore sending file with comment, if comment contains IgnoreMessages value (#1783)
19+
- general: Update dependencies (#1784)
20+
- irc: Update lrstanley/girc dep (#1773)
21+
- slack: Preserve threading for messages with files (slack) (#1781)
22+
- telegram: Preserve threading from telegram replies (telegram) (#1776)
23+
- telegram: Multiple media in one message (telegram) (#1779)
24+
- whatsapp: Add whatsapp deprecation warning (#1792)
25+
26+
## Bugfix
27+
28+
- discord: Change discord non-native threading behaviour (discord) (#1791)
29+
30+
This release couldn't exist without the following contributors:
31+
@sas1024, @tpxtron
32+
133
# v1.24.1
234

335
## Enhancements

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package version
22

33
var (
4-
Release = "1.24.2-dev"
4+
Release = "1.25.0"
55
GitHash string
66
)

0 commit comments

Comments
 (0)