What's Changed
This release improves the Pause All / Resume All user experience with loading feedback and smarter button states.
✨ New Features
- Pause All loading feedback — Clicking "Confirm" on the Pause All dialog now shows a loading spinner on the button while aria2 processes the operation. The dialog stays open until all tasks are confirmed paused, then closes with a success message.
- Smart button states — The "Resume All" and "Pause All" buttons are now automatically disabled when there are no paused or active tasks respectively, preventing unnecessary confirmation dialogs.
🛠 Improvements
- Window border — Added a subtle border to the main window layout for better visual definition on all platforms.
- Faster pause — Replaced the redundant double-RPC pattern in
pauseAllTask()(graceful → force fallback) with a directforcePauseAll()call, eliminating wasted roundtrips.
📦 Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | .dmg
|
| Windows (x64) | -setup.exe
|
| Linux (x64) | .AppImage / .deb
|
| Linux (ARM64) | .AppImage / .deb
|