-
v1.7.29 Stable
released this
2026-03-07 21:09:28 +01:00 | 337 commits to main since this release- Fix archive underflow handling for RAR/ZIP parts
Downloads
-
v1.7.27 Stable
released this
2026-03-07 20:34:46 +01:00 | 339 commits to main since this releaseFix extraction failure on encrypted RAR archives: when 7-Zip fails with 'Checksum error / wrong password' on .rar files, the extractor now automatically falls back to UnRAR/WinRAR which handles RAR format natively. This fixes cases where 7-Zip incorrectly reports wrong password on encrypted RAR5 multi-part archives while UnRAR extracts them successfully. Also includes: status text now shows base provider name instead of key details (from v1.7.26).
Downloads
-
v1.7.26 Stable
released this
2026-03-07 20:26:10 +01:00 | 341 commits to main since this releaseShift-click range selection: click an item, then shift-click another to select the entire range. Supports Ctrl+Shift to add ranges to existing selection. Works across packages and items in display order. Status text now shows base provider name (e.g. 'Debrid-Link') instead of detailed key info (e.g. 'Debrid-Link (Key 5)'), since the key is already visible in the Service column.
Downloads
-
v1.7.25 Stable
released this
2026-03-07 20:18:59 +01:00 | 343 commits to main since this releaseAdd shift-click range selection: click an item, then shift-click another item to select the entire range between them. Works across packages and items in display order. Supports Ctrl+Shift+click to add ranges to existing selection.
Downloads
-
v1.7.24 Stable
released this
2026-03-07 20:14:48 +01:00 | 345 commits to main since this releaseFix stale session data from previous versions: items incorrectly marked as completed by the old 50% file size threshold persist in the session file across updates. Added startup revalidation that checks all completed items against their actual file size on disk. If the file is smaller than the expected totalBytes, the item is reset to queued so it gets re-downloaded. Also handles missing files (item completed but file deleted). This fixes the issue where hybrid extraction tried to extract incomplete archives on startup because the session still had them marked as completed from before the v1.7.22/v1.7.23 fixes.
Downloads
-
v1.7.23 Stable
released this
2026-03-07 20:10:39 +01:00 | 347 commits to main since this releaseFix hybrid extraction starting on incomplete archives after restart: two bugs in the disk-fallback readiness check caused extraction to trigger on partially downloaded RAR archives. (1) Items with 'failed' status were explicitly excluded from the blocking check, so partial downloads that failed mid-stream would not prevent extraction. Now any non-completed item blocks the disk fallback. (2) The file size check only required > 10 KB instead of checking against the expected file size. A 627 MB partial download of a 1001 MB file easily passed this check. Now requires the file to be within 4 KB of the expected size. Together with the v1.7.22 item-recovery fix, this fully prevents premature extraction of incomplete archive sets.
Downloads
-
v1.7.22 Stable
released this
2026-03-07 19:48:54 +01:00 | 349 commits to main since this releaseFix premature hybrid extraction on incomplete archives: the item recovery logic incorrectly marked partially downloaded files as completed when they were >= 50% of the expected size. This caused hybrid extraction to start on incomplete RAR split archives (e.g. a 627 MB partial download of a 1001 MB file passed the 50% check). Fix: now requires the file to be within 4 KB of the full expected size before recovery. Also added a guard against pre-allocated sparse files from hard crashes where the file appears to be the full size but downloadedBytes records show the download was still in progress.
Downloads
-
v1.7.21 Stable
released this
2026-03-07 19:37:07 +01:00 | 351 commits to main since this releaseAuto-fix legacy duplicate filenames on startup: items with (1), (2), etc. suffixes from the previous filename bug are now automatically renamed back to their original filenames when the app starts. This fixes RAR split archive extraction failures caused by files like 'file.part3 (1).rar' that should be 'file.part3.rar'. The rename only happens when the original filename is not taken by another item and is safe to use.
Downloads
-
v1.7.20 Stable
released this
2026-03-07 19:34:13 +01:00 | 353 commits to main since this releaseFix Debrid-Link key selection: all parallel downloads now consistently use the same API key until it is exhausted, then move to the next one together. Previously, a shared round-robin index caused parallel items to scatter across different keys (e.g. Key 3, 5, 7) even when the first available key still had capacity. Now the key selection always starts from Key 1 and uses the first key that is not disabled, not at daily limit, and not in cooldown. This maximizes usage of each key before moving to the next.
Downloads
-
v1.7.19 Stable
released this
2026-03-07 19:27:04 +01:00 | 355 commits to main since this releaseFix duplicate (1) filenames after app restart with partial downloads on disk. After restarting (or auto-updating), the in-memory path reservation map was empty, causing the downloader to create new files with (1) suffix instead of reusing the existing partial file. This broke RAR split archive extraction. Fix: restore target path reservations from persisted session data on startup, so each item correctly reclaims its own file path. This also prevents the edge case where a new download could accidentally overwrite a completed file from another item with the same filename.
Downloads