Skip to content

Commit 051e6e7

Browse files
authored
Release v1.25.1 (#1832)
1 parent 1e55dd4 commit 051e6e7

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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.25.0](https://github.com/42wim/matterbridge/releases/latest)
175+
- Latest stable release [v1.25.1](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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v1.25.1
2+
3+
## Enhancements
4+
5+
- matrix: Add KeepQuotedReply option for matrix to fix regression (#1823)
6+
- slack: Improve Slack attachments formatting (slack) (#1807)
7+
8+
## Bugfix
9+
10+
- general: Update dependencies (#1813,#1822,#1833)
11+
- mattermost: Add space between filename and URL (mattermost). Fixes #1820
12+
- matrix: Update matterbridge/gomatrix. Fixes #1772 (#1803)
13+
- telegram: Do not modify .webm files (telegram). Fixes #17**88 (#1802)
14+
- telegram: Do not apply any markup to URL entities (telegram) (#1808)
15+
- telegram: Fix telegram message deletion request (#1818)
16+
- vk: Fix UploadMessagesPhoto for vk community chat (vk) (#1812)
17+
18+
This release couldn't exist without the following contributors:
19+
@bd808, @chugunov, @sas1024, @SevereCloud, @ValdikSS
20+
121
# v1.25.0
222

323
## Breaking changes

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.25.1-dev"
4+
Release = "1.25.1"
55
GitHash string
66
)

0 commit comments

Comments
 (0)