-
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