Mindwtr 0.5.3
Highlights
- Attachment sync (WebDAV + Self‑Hosted): upload/download with progress, integrity checks, retries, and cleanup for orphans.
- Per‑task RTL/LTR support: set text direction per task (auto/ltr/rtl) across desktop and mobile.
- MCP server updates: README updates and CLI guidance for LLM integration.
Desktop
- Attachment progress UI + cleanup.
- Expanded speech‑to‑text model options.
- Regex lint fix and binary payload handling improvements.
Mobile
- Attachment download UI states + progress.
- Whisper offline download OOM guard.
- Attachment sync plumbing + retry.
Core/Sync
- Attachment validation, hashing, progress tracking, retries, and cleanup utilities.
- Cloud/WebDAV attachment endpoints.
- Normalized binary payload handling for hashing + uploads.
Packaging/CI
- Homebrew/Scoop update automation and Winget PR submission in release workflow.
- AUR
.SRCINFOregeneration.
Full Change List (since 0.5.2)
- chore(mobile): bump android versionCode
- fix(core): normalize binary payload types
- fix(desktop): remove invalid regex escape
- feat(attachments): add desktop progress + cleanup ui
- chore(ci): update package repos and winget
- feat(attachments): add remote delete cleanup
- feat(attachments): add orphan cleanup
- feat(attachments): add progress tracking
- feat(attachments): add upload validation
- feat(sync): add retry + hash validation for attachment downloads
- feat(core): add retry utilities
- feat(cloud): add attachment sync endpoints
- feat(sync): add file‑based attachment sync
- feat(mobile): add attachment download UI states
- feat(sync): add attachment sync for webdav
- fix: tighten RTL direction typings
- feat: add per‑task RTL/LTR text direction
- docs: add MCP feature to README
- fix(core): clear projectId when unset
- feat(desktop): expand speech‑to‑text model options
- ci: regenerate .SRCINFO for AUR
- fix(mobile): avoid OOM in whisper model download