Skip to content

Commit

Permalink
Release v1.24.1 (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim authored Mar 19, 2022
1 parent f0f8014 commit 24bc0f1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ See <https://github.com/42wim/matterbridge/wiki>

### 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.
Expand All @@ -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:
Expand Down
30 changes: 30 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 24bc0f1

Please sign in to comment.