What's Changed
This release completely fixes the file-missing badge state machine. Previously, the badge could show stale state after auto-archive, after external file deletion, or after failed file operations. The new reactive architecture ensures the badge always reflects the true filesystem state.
🐛 Bug Fixes
- Eliminated file-missing flash after auto-archive — The archived path Map now uses a Vue
shallowRefversion counter to trigger immediate recomputation of the file check, instead of waiting for the next store poll cycle (~1s delay) - Badge now updates on failed file operations — When "Open File" or "Show in Folder" detects a missing file, the badge updates immediately alongside the toast notification
- Window-focus recheck for external deletions — Switching back to Motrix after deleting a file in Finder/Explorer triggers an automatic file-existence recheck on all visible tasks — zero polling overhead
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|