-
v1.7.18 Stable
released this
2026-03-07 19:21:00 +01:00 | 357 commits to main since this releaseFix duplicate filenames after app restart: when the app restarts or updates while downloads are in progress, partial files remain on disk. Previously, restarting would create new files with (1) suffix (e.g. file.part2 (1).rar) instead of reusing/overwriting the existing partial file. This broke RAR split archive extraction because the filenames no longer matched the expected pattern. Now, if a file exists on disk but no other active download has claimed it, the downloader correctly overwrites it instead of creating a duplicate.
Downloads