Skip to content

Commit

Permalink
Release v0.26.0 (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim authored Nov 1, 2022
1 parent e47926b commit 1275ae8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v0.26.0

## New features

- general: Add support for IRCv3 Client Capability Negotiation (#478)
- mattermost: Support mattermost 7 (#481)
- mattermost: Add new thread context to show both Mattermost thread/parent/root and post IDs (#474).
- see `ThreadContext` in matterircd.toml.example

## Enhancement

- general: Add systemd service unit example (#475)
- general: Fix small typo on docker parameter (#469)
- mattermost: Do not split message on newlines (#482)
- see `ShowContextMulti` in matterircd.toml.example to enable context on every line if needed.
- this also fixes #426 where messages could get out of order

## Bugfix

- general: Update dependencies
- mattermost: Fix multiline replies to threads (#473)
- mattermost: Fix replaying to match addUserToChannelWorker (#484)

This release couldn't exist without the following contributors:
@hloeung, @mk-fg, @zodman

# v0.25.1

## Enhancement
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.25.2-dev"
version = "0.26.0"
githash string
logger *logrus.Entry
v *viper.Viper
Expand Down

0 comments on commit 1275ae8

Please sign in to comment.