• v1.6.66 18e4b6cd58

    v1.6.66 Stable

    Administrator released this 2026-03-05 17:32:42 +01:00 | 451 commits to main since this release

    Fix: Deferred post-extraction cleanup skipped after hybrid extraction

    When hybrid extraction completed all archives during download, extractedCount stayed at 0 because the full extraction pass was skipped. This caused ALL deferred cleanup steps in runDeferredPostExtraction to be bypassed:

    • Archive cleanup: source RAR/ZIP files remained in the download directory (Downloader Unfertig) instead of being deleted
    • Resume state cleanup: .rd_extract_progress_*.json marker files were not deleted
    • Link artifact removal: promotional .url/.lnk/.txt files from archives were not cleaned up
    • Sample artifact removal: sample video files and folders were not removed
    • Empty directory removal: empty download folders were not pruned after archive deletion
    • Auto-rename: extracted video files were not reliably renamed (hybrid used fire-and-forget only)
    • Nested extraction: archives-inside-archives were not checked for further extraction

    Root Cause

    All cleanup conditions in runDeferredPostExtraction checked only extractedCount > 0. When hybrid extraction already handled everything, alreadyMarkedExtracted was true but extractedCount remained 0 (full extraction was skipped entirely).

    Fix

    Extended all deferred cleanup conditions from extractedCount > 0 to (extractedCount > 0 || alreadyMarkedExtracted) so cleanup runs regardless of which extraction path was taken.

    Downloads
  • v1.6.65 44f202d116

    v1.6.65 Stable

    Administrator released this 2026-03-05 16:59:48 +01:00 | 453 commits to main since this release

    Add 1Fichier as direct file hoster provider. When a 1fichier.com link is detected and an API key is configured, the app downloads directly from 1Fichier instead of routing through a debrid service. Supports all 1Fichier domains (1fichier.com, alterupload.com, cjoint.net, desfichiers.com, dfichiers.com, megadl.fr, mesfichiers.org, piecejointe.net, pjointe.com, tenvoi.com, dl4free.com). Falls back to debrid providers if 1Fichier API fails. Configure via Settings > Accounts > 1Fichier API Key. Also fixes hybrid extraction status label flicker between Ausstehend and Warten auf Parts.

    Downloads
  • v1.6.64 927013d9a6

    v1.6.64 Stable

    Administrator released this 2026-03-05 16:39:59 +01:00 | 455 commits to main since this release

    Fix hybrid extraction status label flicker. Items no longer oscillate between Ausstehend and Warten auf Parts during hybrid extraction. Removed the blanket relabeling on empty hybrid rounds that caused items to constantly switch states. Labels now only change when the actual readiness state changes.

    Downloads
  • v1.6.63 6897776460

    v1.6.63 Stable

    Administrator released this 2026-03-05 16:35:38 +01:00 | 457 commits to main since this release

    Fix footer hoster count: now shows the number of unique file hosters present in the current download list (e.g. 2 if both rapidgator and ddownload links are queued), instead of listing hoster names or counting configured accounts.

    Downloads
  • v1.6.62 e37545c9c9

    v1.6.62 Stable

    Administrator released this 2026-03-05 16:32:14 +01:00 | 459 commits to main since this release

    Fix footer hoster display showing configured accounts instead of active download hosters. The footer now shows the actual file hosters (e.g. ddownload, rapidgator, uploaded) from current session downloads instead of the count of configured debrid accounts.

    Downloads
  • v1.6.61 d1eadff425

    v1.6.61 Stable

    Administrator released this 2026-03-05 16:28:12 +01:00 | 461 commits to main since this release

    • Fix leftover empty package folders in Downloader Unfertig after extraction\n- Resume marker files are ignored for empty-directory cleanup\n- Resume cleanup now runs before empty-directory removal
    Downloads
  • v1.6.60 49e62c1f83

    v1.6.60 Stable

    Administrator released this 2026-03-05 14:52:38 +01:00 | 463 commits to main since this release

    • Package password cache for faster extraction within the same package
    Downloads
  • v1.6.59 11da8b6e9a

    v1.6.59 Stable

    Administrator released this 2026-03-05 14:31:35 +01:00 | 466 commits to main since this release

    • Native extractor default (7-Zip primary)
    • Reduced extraction stalling between archives
    Downloads
  • v1.6.58 265e6a72be
  • v1.6.57 0f4174d153