Mindwtr 0.7.3
Highlights
- Unified desktop and mobile sync orchestration for more consistent queued-sync behavior and fewer stale-state edge cases.
- Hardened local persistence, search, and self-hosted cloud merge handling to reduce data-loss and corruption risks.
- Added date and time format overrides plus opt-in inbox processing settings for more control over daily workflows.
- Improved mobile sync visibility and reminder reliability, while tightening desktop project organization and diagnostics.
Desktop
- Added drag-and-drop project moves across areas for easier large-project organization.
- Added date and time format overrides and opt-in inbox processing settings in desktop Settings.
- Improved calendar weekday localization and added settings-open diagnostics.
- Restored macOS calendar permission prompting and guarded EventKit enum handling.
- Fixed several sync timing and file-watcher edge cases, including stale default sync-folder creation.
Mobile
- Added a visible sync activity indicator and improved WebDAV rate-limit handling.
- Improved task editing and inbox processing flows, including safer close confirmation and tab-state recovery.
- Hardened local notification scheduling, alarm-map recovery, and Android reminder behavior.
- Improved board/task editing reliability and reduced duplicate or stale reminder edge cases.
Core, Cloud & Automation
- Added bounded save retries with backoff and stronger snapshot/tombstone safeguards.
- Improved sync merge behavior, attachment validation, and SQLite search/index reliability.
- Hardened self-hosted cloud sync with safer namespace locking, protected task creation fields, and more consistent read behavior.
- The MCP server now correctly honors explicit readonly mode.
- CLI and local API automation now share the desktop storage model more consistently.
Docs & Release Tooling
- Added ADRs for SQLite WAL/FTS5, tombstone retention, and the shared Zustand state model.
- Consolidated deprecated wiki pages and added CI coverage plus Playwright E2E coverage to the release pipeline.
- Updated GitHub Actions pins for the Node 24 transition.
Full Change List (since 0.7.2)
- See commit history from
v0.7.2..v0.7.3for complete details.