What's Changed
Improved file action feedback, hardened the download history database, and enhanced release notes rendering.
✨ New Features
- File action toasts — Opening files and folders now shows success/failure toasts for every action. Uses
stat()to distinguish file launch from folder open - Missing file detection — Open File and Open Folder buttons are disabled with dimmed styling when the target file no longer exists on disk
- GitHub-style Markdown alerts — Release notes now render
[!NOTE],[!TIP],[!IMPORTANT],[!WARNING], and[!CAUTION]blocks with color-coded styling viamarked-alert
🛠 Improvements
- Database auto-recovery — Download history database now runs
PRAGMA integrity_checkon every cold start. Corrupted databases are automatically deleted and rebuilt with toast notification - Smart file path resolution —
resolveOpenTarget()correctly identifies BT multi-file directories vs single files for all task types - Interactive card press effect — Task cards now respond to pointer press with a scale-down + spring-back animation
📦 Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | .dmg
|
| Windows (x64) | -setup.exe
|
| Linux (x64) | .AppImage / .deb
|
| Linux (ARM64) | .AppImage / .deb
|