Mindwtr 0.5.7
Highlights
- Project Sections: organize tasks inside projects with section headers, notes, and drag & drop.
- Mobile parity: assign sections in the task editor and see section headers in project task lists.
- Core updates: new sections table + sectionId on tasks, plus sync support and tests.
Desktop
- Project view groups tasks by section with collapse/expand, inline notes, and quick add per section.
- Drag tasks between sections (including “No Section”).
- Task editor shows Section when a project is selected.
Mobile
- Task editor supports section selection and quick create.
- Project task list displays section headers and “No Section” grouping.
- View tab shows the task’s section when applicable.
Core
- Added sections data model and storage/migration support (SQLite + web storage).
- Sync now merges sections across devices.
- Tests for section CRUD, task cleanup, and sync behavior.
Full Change List (since 0.5.6)
- feat(desktop): add project sections
- test(core): cover sections
- fix(mobile): show task sections
- docs: add project sections to guides