-
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