Mindwtr 0.5.5
Highlights
- Release stability fixes: resolve Linux white-screen regressions and improve diagnostics for release builds.
- SQLite startup fixes: safe project order indexing and contentless FTS trigger migrations.
- Sync + setup polish: default sync backend off until configured and improved Winget release metadata.
Desktop
- Add diagnostics mode for release builds (optional devtools/logging).
- Avoid vendor chunk cycles that could break WebKitGTK on Linux.
- Keep sync disabled by default until a backend is configured.
Core / Database
- Guard project order index creation when older schemas lack
orderNum. - Migrate contentless FTS triggers to proper delete semantics and rebuild flow.
Docs / CI
- Set Winget install location metadata for successful submissions.
- Update wiki install guidance (Winget/Scoop).
Full Change List (since 0.5.4)
- fix(sqlite): migrate contentless fts triggers
- fix(sqlite): guard project order index
- fix(desktop): avoid react chunk cycle
- fix(desktop): enable tauri devtools feature
- docs(wiki): restore scoop bucket link
- docs(wiki): remove scoop link
- feat(desktop): add release diagnostics mode
- feat(desktop): default sync backend to off
- docs(wiki): prefer winget install
- ci: set winget install location
- update android version
- fix(scripts): resolve app.json path for version bump