| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mindwtr-0.6.19-1.x86_64.rpm | 2026-02-22 | 13.7 MB | |
| mindwtr-0.6.19-foss.apk | 2026-02-22 | 26.9 MB | |
| Mindwtr-0.6.19-x86_64.AppImage | 2026-02-22 | 90.4 MB | |
| mindwtr-0.6.19.apk | 2026-02-22 | 40.8 MB | |
| mindwtr_0.6.19_aarch64.dmg | 2026-02-22 | 12.4 MB | |
| mindwtr_0.6.19_amd64.deb | 2026-02-22 | 13.7 MB | |
| mindwtr_0.6.19_amd64.snap | 2026-02-22 | 11.4 MB | |
| mindwtr_0.6.19_x64-setup.exe | 2026-02-22 | 7.2 MB | |
| mindwtr_0.6.19_x64.dmg | 2026-02-22 | 12.9 MB | |
| mindwtr_0.6.19_x64.msix | 2026-02-22 | 9.6 MB | |
| README.md | 2026-02-22 | 2.2 kB | |
| v0.6.19 source code.tar.gz | 2026-02-22 | 13.3 MB | |
| v0.6.19 source code.zip | 2026-02-22 | 13.6 MB | |
| Totals: 13 Items | 266.0 MB | 0 | |
Mindwtr 0.6.19
Highlights
- Strengthened sync correctness across core, desktop, and mobile, including attachment-state persistence, earlier timestamp normalization, and stricter merged settings sanitization.
- Improved mobile experience with better sync cadence behavior, safer widget data handling, Copilot loading feedback, and smoother quick-add flow.
- Improved desktop task/attachment UX with stale-load guards, blob URL lifecycle cleanup, accessibility error announcements, and filtering feedback.
- Hardened cloud and MCP surfaces with stricter validation, bounded rate-limiting, and pagination improvements.
Sync / Core
- Fixed desktop sync dropping attachment mutation metadata after attachment processing.
- Moved timestamp normalization before merge conflict resolution to avoid inconsistent winners.
- Added merged-settings sanitization safeguards to avoid malformed remote settings corrupting local state.
- Aligned task visibility behavior between helper filtering and query paths.
- Added additional sync race coverage (delete-vs-update, rapid add/delete interleaving, cloud merge edge cases).
Desktop
- Fixed attachment audio loading race conditions and cleaned up blob URLs on unmount.
- Added screen-reader friendly attachment error announcements.
- Added filtering/loading indicator in large filtered list views.
- Reduced task row rerender overhead by stabilizing/memoizing key callbacks and props.
Mobile
- Fixed stale closure behavior in sync cadence handling.
- Improved quick add by dismissing keyboard after submit.
- Added Copilot "thinking" loading state.
- Hardened Android widget payload building and sync-config value validation.
- Improved iOS sync edge cases (version/path handling) and widget/theme behavior.
Cloud / MCP / CI
- Hardened cloud API security and resilience: stricter token/path handling, pagination, and bounded rate-limit key growth.
- Added cloud merge tests for delete/update race behavior.
- Tightened MCP tool input schemas and made preflight migration failures explicit.
- Enabled TestFlight external tester notifications in iOS/macOS App Store workflows.
Full Change List (since 0.6.18)
- See commit history from
v0.6.18..v0.6.19for complete details.