-
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