Skip to content

Commit

Permalink
Release v0.25.0 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim authored Nov 11, 2021
1 parent 077d9f3 commit 71b2c97
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Tested on FreeBSD / Linux / Windows

## Compatibility

- Matterircd works with slack and mattermost 5.x
- Matterircd works with slack and mattermost 5.x, 6.x

Master branch of matterircd should always work against latest STABLE mattermost release.

Expand Down Expand Up @@ -65,10 +65,10 @@ You can find the binaries [here](https://github.com/42wim/matterircd/releases/la

## Building

Go 1.14+ is required
Go 1.16+ is required

```bash
go get github.com/42wim/matterircd
go install github.com/42wim/matterircd
```

You should now have matterircd binary in the bin directory:
Expand Down
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v0.25.0

## New features

- general: Add automated docker builds
- general: Allow overriding handshake timeout. Fixes #438 (#439)
- mattermost: Support saving last viewed at state for multiple users (mattermost) (#425)
- mattermost: Add mattermost 6 support (#452)
- mattermost: Allow overriding client timeout (mattermost) (#449)
- mattermost: Allow overriding the anti-idle channel and interval (mattermost) (#441)

## Bugfix

- general: Fix word boundary and grammar of error messages (#443)
- mattermost: Fix to ensure reply message is on the same line as last message line (mattermost) (#447)
- mattermost: Addition and removal of user to/from team from system (mattermost) (#442)
- slack: Fix segfault when bot user fetch fails (#440)

This release couldn't exist without the following contributors:
@hloeung, @Aketzu

# v0.24.2

## Bugfix
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

var (
version = "0.24.3-dev"
version = "0.25.0"
githash string
logger *logrus.Entry
v *viper.Viper
Expand Down

0 comments on commit 71b2c97

Please sign in to comment.