• v1.7.112 1c78bb61c6

    v1.7.112 Stable

    Administrator released this 2026-03-24 08:58:36 +01:00 | 298 commits to main since this release

    CRITICAL: Revert post-MKV-move auto-rename that corrupted files from other packages

    Downloads
  • v1.7.111 bc4cdd3d81

    v1.7.111 Stable

    Administrator released this 2026-03-23 21:35:56 +01:00 | 300 commits to main since this release

    Refactor Mega-Debrid account UI: proper add/remove form instead of textarea

    Downloads
  • v1.7.110 c182bc9269

    v1.7.110 Stable

    Administrator released this 2026-03-23 20:13:38 +01:00 | 302 commits to main since this release

    Add Mega-Debrid multi-account support with automatic fallback on Fair-Use limits

    Downloads
  • v1.7.109 672c74f98f

    v1.7.109 Stable

    Administrator released this 2026-03-23 18:04:21 +01:00 | 304 commits to main since this release

    Handle SxxSxx scene typo in episode detection (e.g. s05s01 interpreted as S05E01)

    Downloads
  • v1.7.108 f0c37bed80

    v1.7.108 Stable

    Administrator released this 2026-03-23 12:07:11 +01:00 | 306 commits to main since this release

    Skip sample files during auto-rename to prevent (2) MKV duplicates

    Downloads
  • v1.7.107 8cc08a422f

    v1.7.107 Stable

    Administrator released this 2026-03-23 11:54:31 +01:00 | 308 commits to main since this release

    Fix auto-rename race condition: files extracted during hybrid rounds are now renamed after MKV-move

    Downloads
  • v1.7.106 024e0995b5

    v1.7.106 Stable

    Administrator released this 2026-03-23 11:25:48 +01:00 | 310 commits to main since this release

    Fix auto-rename episode range folders (S01E01-E08) producing duplicate MKV names with (2)(3)(4) suffixes

    Downloads
  • v1.7.105 15ed49e783

    v1.7.105 Stable

    Administrator released this 2026-03-22 16:24:38 +01:00 | 312 commits to main since this release

    v1.7.105 — Bug Fixes

    Fix: Auto-Rename Episode Token Pollution

    Root cause of two user-reported issues:

    1. Wrong episode numbers during auto-rename — Files like hrs-irland.krimi.hdtv.7p-101.mkv were not renamed (or renamed to the wrong episode) because the episode detection picked up S01E07 from an unrelated file in the same package (4sf-...-s01e07.mkv) instead of correctly parsing the compact episode code 101S01E01.

    2. Duplicate MKV files with (2)(3) suffixes — When multiple files were incorrectly renamed to the same episode number (e.g., all getting S01E07), the MKV collection step would create filename (2).mkv, filename (3).mkv copies because the target already existed.

    Technical details: The packageExtraCandidates array in autoRenameExtractedVideoFiles previously included ALL item filenames from the package. The resolveEpisodeTokenForAutoRename function iterated these candidates looking for episode tokens, and would return the first SxxExx match from ANY file — even if it belonged to a completely different episode. This polluted the episode detection for all files that relied on compact numeric codes (e.g., 101, 102, 103).

    Fix: Only the package directory name (outputDir) is now used as an extra naming candidate. Individual item filenames are no longer included, preventing cross-file episode token leakage.


    Fix: Deferred Nested Extraction Not Abortable

    The nested extraction step in runDeferredPostExtraction (which extracts archives found inside the extracted output) did not receive the deferredController.signal. This meant that if the user stopped, cancelled, or restarted the application during nested extraction, the extraction process would continue running until it finished naturally instead of aborting immediately.

    Fix: The signal: deferredController.signal parameter is now passed to extractPackageArchives in the deferred nested extraction path, matching the behavior of both the hybrid and full extraction paths.


    Test Suite Fully Green (548/548)

    All 14 previously failing tests have been resolved:

    • Updated extract error label expectations to match the current format (archive name + German error summaries)
    • Added timeouts for tests affected by the archive settle delay
    • Relaxed byte-exact assertions to account for Windows ALLOCATION_UNIT_SIZE tolerance
    • Made mini-file retry assertion platform-aware (Windows pre-allocation masks detection)
    Downloads
  • v1.7.104 6dcd3796e9

    v1.7.104 Stable

    Administrator released this 2026-03-11 20:05:52 +01:00 | 315 commits to main since this release

    Fix auto-rename for mixed package groups like idTV/GDR by preserving each episode's own release suffix

    Downloads
  • v1.7.103 fc9342577f

    v1.7.103 Stable

    Administrator released this 2026-03-11 14:18:29 +01:00 | 317 commits to main since this release

    Fix auto-rename choosing raw archive folder names like 4sf-amilllt and scn-alco7-S03E18

    Downloads