1.4 KiB
1.4 KiB
Changelog
All notable changes to ClaudeDo are documented here.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Versions are derived from git tags (vX.Y.Z) via MinVer.
Unreleased
Fixed
- Review queue is no longer permanently empty: the review virtual list now
matches tasks in
WaitingForReview(it previously matchedDone+ active worktree, a state successful runs never land in). - UI ViewModels (
Details,Tasks,Listsislands and the shell) now dispose theirLoc.LanguageChanged, worker-event, and timer subscriptions, fixing long-lived subscription leaks. - Stopping a task while the worker is offline no longer throws:
StopAsyncguards on task/running/connection state and handles hub errors.
Hardening
- Release-readiness audit pass across Worker, Data, UI, MCP, App and Installer
(see
docs/open.mdbacklog for tracked follow-ups).
1.7.0
- Agent roadblock + run-outcome surfacing in the task detail pane.
- i18n: localized task-header, task-row and prime-schedule tooltips.
- CI: dependency-audit and changelog Gitea workflows.
- Layer A/B/C git merge & conflict-resolution cockpit (multi-worktree batch-merge, inline conflict resolver).