Skip to content

Commit 65c7ac8

Browse files
authored
Release v1.24.0 (#1732)
1 parent dd3fb32 commit 65c7ac8

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

README.md

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

165165
### Binaries
166166

167-
- Latest stable release [v1.23.2](https://github.com/42wim/matterbridge/releases/latest)
167+
- Latest stable release [v1.24.0](https://github.com/42wim/matterbridge/releases/latest)
168168
- Development releases (follows master) can be downloaded [here](https://github.com/42wim/matterbridge/actions) selecting the latest green build and then artifacts.
169169

170170
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.20.0-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.24.0
2+
3+
## New features
4+
5+
- harmony: new protocol added: Add support for Harmony (#1656)
6+
- irc: Allow binding to IP on IRC (#1640)
7+
- irc: Add support for client certificate (irc) (#1710)
8+
- mattermost: Add UseUsername option (mattermost). Fixes #1665 (#1714)
9+
- mattermost: Add support for using ID in channel config (mattermost) (#1715)
10+
- matrix: Reply support for Matrix (#1664)
11+
- telegram: Add Telegram Bot Command /chatId (telegram) (#1703)
12+
13+
## Enhancements
14+
15+
- general: Update dependencies/vendor (#1659)
16+
- discord: Add more debug options for discord (#1712)
17+
- docker: Use Alpine stable again in Dockerfile (#1643)
18+
- mattermost: Log eventtype in debug (mattermost) (#1676)
19+
- mattermost: Add more ignore debug messages (mattermost) (#1678)
20+
- slack: Add support for deleting files from slack to discord. Fixes #1705 (#1709)
21+
- telegram: Add support for code blocks in telegram (#1650)
22+
- telegram: Update telegram-bot-api to v5 (#1660)
23+
- telegram: Add comments to messages (telegram) (#1652)
24+
- telegram: Add support for sender_chat (telegram) (#1677)
25+
- vk: Remove GroupID (vk) (#1668)
26+
27+
## Bugfix
28+
29+
- mattermost: Use current parentID if rootId is not set (mattermost) (#1675)
30+
- matrix: Make HTMLDisable work correct (matrix) (#1716)
31+
- whatsapp: Make EditSuffix option actually work (whatsapp). Fixes #1510 (#1728)
32+
133
# v1.23.2
234

335
If you're running whatsapp you should update.

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

0 commit comments

Comments
 (0)