What's Changed
Simplifies the browser extension auto-submit configuration and fixes a bug where .torrent file URLs were downloaded as raw files instead of being parsed as torrents.
🛠 Improvements
- Simplified auto-submit settings — Replaced the "Browser Extension" section (1 master toggle + 4 sub-toggles) with a single toggle merged into the "Notification & Confirm" section. The 5-switch configuration added unnecessary UX complexity without practical benefit.
- Config schema v3 —
autoSubmitFromExtensionflattened from a nested object to a boolean. Existing user settings are migrated automatically.
🐛 Bug Fixes
- Fixed
.torrentURL auto-submit — When the browser extension sent a.torrentURL with auto-submit enabled, aria2 would download the.torrentfile itself (~10 KB) instead of parsing its content and starting the actual torrent download. Torrent and metalink URLs now always show the AddTask dialog, where the file is fetched, parsed, and file selection is available before submission.
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|