Files
ClaudeDo/CHANGELOG.md
mika kuns 384e058812 docs: add CHANGELOG (Keep a Changelog format)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 09:54:32 +02:00

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 matched Done + active worktree, a state successful runs never land in).
  • UI ViewModels (Details, Tasks, Lists islands and the shell) now dispose their Loc.LanguageChanged, worker-event, and timer subscriptions, fixing long-lived subscription leaks.
  • Stopping a task while the worker is offline no longer throws: StopAsync guards 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.md backlog 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).