From 71b2c97a4c773d7be4a293d510e18de5bf57d199 Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 11 Nov 2021 21:07:36 +0100 Subject: [PATCH] Release v0.25.0 (#453) --- README.md | 6 +++--- changelog.md | 21 +++++++++++++++++++++ main.go | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 59fb763c..a5402d10 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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: diff --git a/changelog.md b/changelog.md index 28cbe610..2ce8fdfc 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/main.go b/main.go index 514d65c2..ed21be59 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( ) var ( - version = "0.24.3-dev" + version = "0.25.0" githash string logger *logrus.Entry v *viper.Viper