-
v1.7.49 Stable
released this
2026-03-08 03:58:11 +01:00 | 301 commits to main since this releaseFixes repeated resume/download loops near 90 percent. Detects direct_link_retry_exhausted reliably even with Error prefixes, keeps fresh-link retry behavior for ignored ranges, and performs one clean restart from zero when resumed direct links repeatedly end with tiny underflow chunks.
Downloads
-
v1.7.48 Stable
released this
2026-03-08 03:42:39 +01:00 | 303 commits to main since this release- Fixes persistent session/download stats when completed items are removed from the queue\n- Improves extraction UX and status labels during finalization\n- Prefers native legacy extraction for RAR archives on Windows in auto mode\n- Fixes status text separators and queue UI issues
Downloads
-
v1.7.47 Stable
released this
2026-03-08 02:55:03 +01:00 | 305 commits to main since this release- Use short subst target paths for legacy extraction on Windows\n- Preserve Cannot create path errors and retry in flat mode
Downloads
-
v1.7.46 Stable
released this
2026-03-08 02:49:23 +01:00 | 307 commits to main since this release- Prefer Rar.exe over UnRAR.exe for native RAR extraction\n- Add deeper per-attempt extractor error logging
Downloads
-
v1.7.45 Stable
released this
2026-03-08 02:36:11 +01:00 | 309 commits to main since this release- Remove WinRAR.exe from automatic extractor probing to avoid the Unknown option ? popup - Keep UnRAR as the preferred native RAR extractor
Downloads
-
v1.7.44 Stable
released this
2026-03-08 02:28:51 +01:00 | 310 commits to main since this release- Prefer WinRAR/UnRAR over 7-Zip for RAR extraction and log the chosen extractor - Keep duplicate-suffixed multipart RAR copies out of archive candidate selection - Keep fresh direct-link refresh after repeated same-link download failures
Downloads
-
v1.7.43 Stable
released this
2026-03-08 02:18:53 +01:00 | 311 commits to main since this release- Fix repeated same-link download retries by forcing fresh direct links - Fix duplicate-suffixed multipart RAR candidates that caused extraction from the wrong part
Downloads
-
v1.7.42 Stable
released this
2026-03-08 02:03:17 +01:00 | 312 commits to main since this release- Fix extraction retry loop after CRC/password failures and preserve extract errors across restart
Downloads
-
v1.7.41 Stable
released this
2026-03-08 01:41:28 +01:00 | 314 commits to main since this releasePer-package detailed logging release.
Highlights:
- each package gets its own persistent TXT log file
- package context menu can open the package log directly
- logs cover downloads, retries, extraction, password attempts, rename steps and MKV moves
- existing packages continue writing to the same log after app restart as long as the package remains in the saved queue/session
Verification:
- npx vitest run tests/package-log.test.ts tests/session-log.test.ts
- npm run build
- npm run release:win
Downloads
-
v1.7.40 Stable
released this
2026-03-08 01:04:05 +01:00 | 315 commits to main since this releaseFix auto-recovery force re-download for CRC/password errors on encrypted RAR5 archives: when both JVM and legacy extractors fail (suggestRedownload=true), always force re-download once regardless of valid archive signature (with loop protection via per-archive Set). Previously the sibling-items check failed when other episodes were already cleaned up after hybrid extraction, causing auto-recovery to skip re-download entirely. Also lowered suspicious mini-download retry threshold from 100KB to 5KB.
Downloads