Mindwtr 0.6.4
Highlights
- Global Area filter (“hat switching”) across views, plus area assignment for standalone tasks.
- Duplicate projects on desktop for reusable checklists.
- Density/compact mode toggles and board layout refinements for better scanning.
- Mobile widget can complete tasks; inbox processing steps fixed.
Desktop
- Add a global Area filter in the sidebar and reflect it throughout the UI.
- Duplicate projects from the sidebar (deep copy with fresh task state).
- Density toggle in list headers + keyboard shortcut; compact details label cleanup.
- Board view spacing + drag handle refinements.
- Replace discard confirm with a custom modal and improve review modal behavior.
- Enable native notifications.
Mobile
- Widget now supports completing tasks.
- Fix inbox processing steps and layout overlap issues.
- Harden offline Whisper model download paths; request notification permission in standalone builds.
Core & Data
- Focus view now respects start time; recurring tasks keep start times unset by default.
- Normalize timestamps on load and warn on FTS lock failures.
- Add REST API support for self-hosted sync.
Full Change List (since 0.6.3)
- feat(areas): add global area filter and quick add support
- feat(desktop): duplicate projects from sidebar
- feat(desktop): add project duplicate action
- feat(list): add density toggle to header
- feat(list): add hotkeys for density and details
- feat(list): rename details toggle label
- feat(list): simplify density toggle label
- feat(board): apply density spacing
- feat(board): tighten columns and move drag handle
- fix(focus): respect start time for visibility
- fix(core): keep recurring start times unset
- fix(core): restore escapes on empty project
- fix(mcp): support reference task status
- fix(core): warn when fts lock is unavailable
- fix(core): normalize task timestamps on load
- fix(core): clear areaId when projectId set
- fix(core): skip fetch while editing tasks
- fix(desktop): replace discard confirm with modal
- feat(desktop): enable native notifications
- fix(mobile): prevent inbox refine overlap
- fix(mobile): restore inbox processing steps
- fix(mobile): harden whisper model download paths
- fix(mobile): request notification permission in standalone
- feat(mobile): complete widget tasks
- feat(cloud): add REST task API