Changelog
2026-06-16v0.11.0— Lean Drawer
- Removed: The subtask editor in the task drawer (add/remove/check subtasks and the per-subtask description/report fields). The subtask data model is untouched — tasks still keep their
- [ ]/- [x]checklist in the .md file, and the per-card progress bar on the board still showsdone/total. Editing subtasks just happens in the task file directly now, not in the drawer. - Changed: The drawer body is now strictly stacked: title → DESCRIPTION (full width) → REPORT (full width, below description). The previous side-by-side 7/3 grid is gone, so each editor gets full room to breathe and feels closer to a writing surface than a form.
- Removed: The header subtask count chip (
done/total doneSubtasks) — no more subtasks in the drawer header. - Removed: The
focusedSubtaskIdxstate and thetoggleSubtask/changeSubtask/removeSubtask/addSubtask/insertSubtaskAfter/handleDescriptionChange/handleReportChangehandlers — all dead code now that the subtask editor is gone. TheSubtaskItemimport is gone too (the component file is left in the tree since the data model still usesSubtask).