diff --git a/README.md b/README.md index ea690c57..7355b5c5 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ See ### Binaries -- Latest stable release [v1.24.0](https://github.com/42wim/matterbridge/releases/latest) +- Latest stable release [v1.24.1](https://github.com/42wim/matterbridge/releases/latest) - Development releases (follows master) can be downloaded [here](https://github.com/42wim/matterbridge/actions) selecting the latest green build and then artifacts. 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. @@ -185,13 +185,13 @@ Go 1.17+ is required. Make sure you have [Go](https://golang.org/doc/install) pr To install the latest stable run: ```bash -go install github.com/42wim/matterbridge +go install github.com/42wim/matterbridge@v1.24.1 ``` To install the latest dev run: ```bash -go install github.com/42wim/matterbridge@master +go install github.com/42wim/matterbridge@latest ``` You should now have matterbridge binary in the ~/go/bin directory: diff --git a/changelog.md b/changelog.md index 88b82ccd..0f7c92c5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,24 @@ +# v1.24.1 + +## Enhancements + +- discord: Switch to discordgo upstream again (#1759) +- general: Update dependencies and vendor (#1761) +- general: Create inmessage-logger.tengo (#1688) (#1747) +- general: Add OpenRC service file (#1746) +- irc: Refactor utf-8 conversion (irc) (#1767) + +## Bugfixes + +- irc: Fix panic in irc. Closes #1751 (#1760) +- mumble: Implement a workaround to signal Opus support (mumble) (#1764) +- telegram: Fix for complex-formatted Telegram text (#1765) +- telegram: Fix Telegram channel title in forwards (#1753) +- telegram: Fix Telegram Problem (unforwarded formatting and skipping of linebreaks) (#1749) + +This release couldn't exist without the following contributors: +@s3lph, @ValdikSS, @reckel-jm, @CyberTailor + # v1.24.0 ## New features @@ -30,6 +51,9 @@ - matrix: Make HTMLDisable work correct (matrix) (#1716) - whatsapp: Make EditSuffix option actually work (whatsapp). Fixes #1510 (#1728) +This release couldn't exist without the following contributors: +@DavyJohnesev, @GoliathLabs, @pontaoski, @PeGaSuS-Coder, @dependabot[bot], @vpzomtrrfrt, @SevereCloud, @soloam, @YashRE42, @danwalmsley, @SuperSandro2000, @inzanity + # v1.23.2 If you're running whatsapp you should update. @@ -38,6 +62,9 @@ If you're running whatsapp you should update. - whatsapp: Update go-whatsapp version (#1630) +This release couldn't exist without the following contributors: +@snikpic + # v1.23.1 If you're running mattermost 6 you should update. @@ -52,6 +79,9 @@ If you're running mattermost 6 you should update. - xmpp: Use a new msgID when replacing messages (xmpp). Fixes #1584 (#1623) - zulip: Add better error handling on Zulip (#1589) +This release couldn't exist without the following contributors: +@Polynomdivision, @minecraftchest1, @alexmv + # v1.23.0 ## New features