-
v1.7.19 Stable
released this
2026-03-07 19:27:04 +01:00 | 355 commits to main since this releaseFix duplicate (1) filenames after app restart with partial downloads on disk. After restarting (or auto-updating), the in-memory path reservation map was empty, causing the downloader to create new files with (1) suffix instead of reusing the existing partial file. This broke RAR split archive extraction. Fix: restore target path reservations from persisted session data on startup, so each item correctly reclaims its own file path. This also prevents the edge case where a new download could accidentally overwrite a completed file from another item with the same filename.
Downloads