kandown 0.25.1 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.26.0 — 2026-07-20 — "Task Workspace"
4
+
5
+ - **Added**: **Desktop opened-task workspace** — opening a task on desktop now replaces the modal overlay with a split workspace below the sticky header. The left pane lists tasks grouped by board status, while the right pane keeps the full task editor available in a large three-quarter-width panel.
6
+ - **Added**: **Collapsible status navigation for open tasks** — the workspace task list groups every active task under its Kandown column, shows per-section counts, lets sections collapse, highlights the currently open task, and makes switching between tasks much faster than returning to the board after every edit.
7
+ - **Added**: **Header back control for task focus mode** — when a task is open on desktop, a visible Back button appears beside the Kandown logo. It saves and closes the current task so users can return to their existing board or list view without hunting for the editor footer.
8
+ - **Changed**: **Responsive task-opening behavior** — desktop now uses the new workspace, while small screens keep the existing modal drawer so mobile editing stays familiar and does not squeeze a two-column layout into a narrow viewport.
9
+ - **Changed**: **Task editor reuse** — the desktop workspace reuses the existing drawer store state, save paths, URL copy action, dependency chips, archive/delete actions, agent hook button, conflict state, and recovery draft behavior instead of creating a second persistence model.
10
+ - **Fixed**: **Safer quick task switching** — switching tasks from the workspace navigator now guards against unsaved edits and stores discarded drafts in the existing recovery buffer, avoiding silent data loss during rapid navigation.
11
+ - **Fixed**: **Logo close behavior while editing** — clicking the header logo while a task is open now saves and closes through the drawer workflow instead of force-closing the task state directly.
12
+
3
13
  ## 0.25.1 — 2026-07-20 — "Stale Daemon Refresh"
4
14
 
5
15
  - **Fixed**: **Deep-link refreshes after existing daemon sessions** — Kandown now detects when a project daemon was started by an older CLI version and restarts it when the current CLI is newer. This matters because URL refresh handling for paths like `/058?p=suzu` lives in the daemon process itself; refreshing `kandown.html` alone cannot teach an already-running old daemon to serve task deep-link routes.