-
v1.7.36 Stable
released this
2026-03-07 23:35:17 +01:00 | 448 commits to main since this releaseFix stall-timeout false positives on fully downloaded small archive parts (e.g. 15-20 × 101 MB multi-part RARs): the download loop now exits immediately once all expected bytes are received instead of waiting for the server to close the connection, which previously triggered the stall detector and caused unnecessary re-downloads from scratch. Also reduce post-processing churn by consuming requeue flags after no-op hybrid extraction rounds (<2s), preventing dozens of redundant archive-readiness scans when many small parts complete in rapid succession.
Downloads
-
v1.7.35 Stable
released this
2026-03-07 23:15:42 +01:00 | 450 commits to main since this releaseFix stop-start race conditions that could cause app hang when disabling a provider between stop and start. Added scheduler generation counter to cleanly terminate stale schedulers. Guard abort handlers from overwriting item status after a new session start. Yield in start() to let pending abort handlers complete before building the run item list. Added regression test for rapid stop, disable provider, start sequence.
Downloads
-
v1.7.34 Stable
released this
2026-03-07 22:33:46 +01:00 | 452 commits to main since this releaseFix auto-recovery causing infinite re-download loop on password-protected archives
Downloads
-
v1.7.33 Stable
released this
2026-03-07 22:27:22 +01:00 | 454 commits to main since this releaseFix extraction failures on already-downloaded archives with correct file sizes but corrupt content
Downloads
-
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