From a86efdc29b3c4db3c50ed08ca7d224605c4a99b4 Mon Sep 17 00:00:00 2001 From: Wim Date: Tue, 24 Oct 2023 23:11:29 +0200 Subject: [PATCH] Release v0.28.0 (#560) --- changelog.md | 23 +++++++++++++++++++++++ main.go | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 00e2f5e7..42ba81ec 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,26 @@ +# v0.28.0 + +## New features + +- mattermost: Add support for searching scrollback for specific posts/threads (#533) +- mattermost: Allow ignoring Mattermost server version when checking if supported (#541) +- mattermost: Support for mattermost version 9 (#548) + +## Enhancement + +- mattermost: Include thread context for matterircd style hex numbers for replay and scrollback (#545) +- mattermost: Emphasize system and reaction messages (#549) +- mattermost: Use static initialisation for regular expressions to optimize (#551) +- mattermost: Convert Mattermost markdown formatting / emphasis to IRC (#547) +- mattermost: Update scrollback to support @@msgthreadID and the MM postlist URL (#555) + +## Bugfix + +- mattermost: Fix incorrect msg/thread counters (#542) + +This release couldn't exist without the following contributors: +@hloeung + # v0.27.1 ## Enhancement diff --git a/main.go b/main.go index 86640a4d..29e87938 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( ) var ( - version = "0.27.2-dev" + version = "0.28.0" githash string logger *logrus.Entry v *viper.Viper