Mindwtr 0.6.8
Highlights
- Description markdown now supports task checkbox syntax (
[ ]and[x]) and bullet lists consistently. - On mobile, tapping a notification now opens the Review screen.
- Sync is more resilient on mobile and better preserves freshly created local tasks during merge.
Mobile
- Restored diagnostics log file handling and improved sync diagnostics behavior.
- Improved notification scheduling reliability on Android.
- WebDAV settings text now clearly asks for a folder URL.
- Sync history in Settings is folded by default and can be expanded.
Desktop
- Guard WebDAV attachment download path when cloud keys are missing.
Sync & WebDAV
- Sync merge path now protects in-memory task changes when persisted snapshots lag.
- Additional WebDAV safety and diagnostics improvements.
Full Change List (since 0.6.7)
- feat: improve markdown checklists and mobile sync diagnostics
- fix(mobile): restore diagnostics log file and open review on notification tap
- fix(mobile): preserve in-memory tasks during sync merge
- fix(mobile): dedupe WebDAV hint and collapse sync history
- fix(mobile): avoid android digest schedule crash
- fix(mobile): add android notification channel
- fix(mobile): schedule digest notifications on android
- fix(desktop): guard webdav download cloud key
- fix(sync): warn about webdav password storage
- docs(wiki): align sync, notifications, and markdown docs with current behavior