Skip to content

Commit

Permalink
Release v0.28.0 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim authored Oct 24, 2023
1 parent 5b37512 commit a86efdc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

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

0 comments on commit a86efdc

Please sign in to comment.