From 71050e2634ca9d2fb029964c2c19d9d5308ae96a Mon Sep 17 00:00:00 2001 From: ClaudeDo CI Date: Wed, 29 Jul 2026 15:02:02 +0000 Subject: [PATCH] docs(changelog): update for v2.5.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3c73d9..a129d735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v2.5.0 — 2026-07-29 + +### Features + +- move a task to another list via drag & drop (92ce7a4) +- sidebar shows queued+running, no auto-monitor seeding (44cdad3) +- expose maxParallelExecutions in get_app_settings (e653677) +- accent color presets in Settings → General (149e2ad) +- allow Done via update_task_status with worktree guard (d569313) +- add Let Claude handle it broom button to tasks header (7d6cb2b) + +### Fixes + +- stop swallowing mutating hub call failures (b5464fc) +- pin LogRingBuffer clock in Does_not_throw_when_detached (58f8b11) +- propagate HubException from ApproveReviewAsync so blocked merges surface errors (e1807fd) + +### Documentation + +- update for v2.4.0 (3fbbd7a) + ## v2.4.0 — 2026-07-27 ### Features