From 656e4e359f040383b784d16163906e5f45b1dc0c Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Tue, 27 Feb 2024 11:28:52 +0100 Subject: [PATCH] 0.8.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa1461..2e1fcdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.0] - 2024-02-27 + +- Fix segfault when requesting history in a query +- Change format of history command output +- Add count parameter to history command + ## [0.7.1] - 2023-11-09 - Clear server meta stash after an incoming message has been treated @@ -88,6 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release +[0.8.0]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.8.0 [0.7.1]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.7.1 [0.7.0]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.7.0 [0.6.0]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.6.0