-
v1.7.32 Stable
released this
2026-03-07 22:14:24 +01:00 | 456 commits to main since this release- Stop unchanged hybrid archive retry loops\n- Keep extract-error state until manual retry or real archive change
Downloads
-
v1.7.31 Stable
released this
2026-03-07 21:53:49 +01:00 | 458 commits to main since this releaseFix hybrid auto-recovery loops and disk-fallback false positives
Downloads
-
v1.7.30 Stable
released this
2026-03-07 21:27:42 +01:00 | 460 commits to main since this releaseFixes auto-recovery for pre-1.7.29 damaged archive parts after update, stabilizes JVM daemon error capture so archive-open failures are detected correctly, and re-queues affected RAR sets for fresh download instead of looping on checksum errors.
Downloads
-
v1.7.29 Stable
released this
2026-03-07 21:09:28 +01:00 | 462 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 | 464 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 | 466 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 | 468 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 | 470 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 | 472 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 | 474 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