From 91b51f62c0724065d969475c4f68a9a9a3e2af4a Mon Sep 17 00:00:00 2001 From: shokollm <270575765+shokollm@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:48:54 +0000 Subject: [PATCH] docs: update changelog for v0.2.4 --- docs/CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cb4dc74..ed745ec 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [v0.2.4] - 2026-04-06 + +### Fixed +- Queue daemon: Locking to prevent daemon vs manual conflicts +- Queue daemon: Proper error handling for failed tasks +- Queue daemon: Fix GITEA_TOKEN loading from pm-agent.env +- cmd_delegate: Enqueue tasks instead of bypassing queue +- Notifications: Call kugetsu_add_notification from bash instead of os.system() +- kugetsu: Remove duplicate update_queue_item_state that overwrote fixed version + +### Added +- Queue functions moved to kugetsu-index.sh for daemon access +- kugetsu-session.sh sources required modules for daemon use + +## [v0.2.3] - 2026-04-06 + +### Fixed +- get_pending_tasks() returns proper JSON array instead of concatenated JSON objects + ## [v0.2.1] - 2026-04-03 ### Fixed