What's Changed
This beta fixes a race condition where the auto-shutdown countdown failed to trigger after instant-completion downloads (e.g., re-adding a task whose files already exist on disk).
🐛 Bug Fixes
- Fixed auto-shutdown not firing for instant downloads — When a download completes within the 2-second monitor poll window (e.g., file already exists locally), the monitor never observed it as "active", so the
shutdown_triggeredflag was never reset after a previous cancellation. The fix detects newtask:complete/bt-completeevents as evidence of completed work, resetting the trigger regardless of whether the active state was directly observed
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|