-
v1.6.75 Stable
released this
2026-03-06 11:27:18 +01:00 | 562 commits to main since this releaseAdd BestDebrid as a web-login provider. Users can now log in to BestDebrid via an embedded browser window instead of using an API token. The web-login option uses bestdebrid.com's generateLink API with browser session cookies, supporting all hosters available through BestDebrid's web interface. Toggle between API token and web-login in settings. Provider labels now show 'BestDebrid (Web)' or 'BestDebrid (API)' in logs and download list.
Downloads
-
v1.6.74 Stable
released this
2026-03-06 11:09:44 +01:00 | 564 commits to main since this releaseDisable CDN downloads for 1Fichier to preserve CDN credits. Downloads now use direct server transfer (cdn: 0) instead of CDN, which avoids consuming the monthly CDN credit allocation.
Downloads
-
v1.6.73 Stable
released this
2026-03-06 11:02:07 +01:00 | 566 commits to main since this releaseFix download status UI to show full provider label with source mode (e.g. 'Mega-Debrid (API)' instead of just 'Mega-Debrid'). Includes parallel connectUser deduplication fix from v1.6.72.
Downloads
-
v1.6.72 Stable
released this
2026-03-06 10:58:37 +01:00 | 568 commits to main since this releaseFix parallel Mega-Debrid API token race condition: deduplicate concurrent connectUser calls so only one runs at a time. Add (API)/(Web) source labels for all debrid providers — Real-Debrid, AllDebrid, and Mega-Debrid now show their active mode in logs and download list (e.g. 'Real-Debrid (API)', 'AllDebrid (Web)').
Downloads
-
v1.6.71 Stable
released this
2026-03-06 10:52:11 +01:00 | 571 commits to main since this releaseAdd Mega-Debrid API mode with user toggle and provider labels. API is preferred by default (faster speeds), with automatic fallback to web mode on failure. Provider labels in logs and UI now show the active mode (e.g. 'Mega-Debrid (API)' or 'Mega-Debrid (Web)'). API session tokens are cached for 20 minutes with auto-invalidation on auth errors.
Downloads
-
v1.6.70 Stable
released this
2026-03-06 05:45:00 +01:00 | 573 commits to main since this releaseAdd Real-Debrid web-login as alternative to manual API token entry. Users can now log into real-debrid.com via a built-in browser window instead of manually copying their API token. The token is automatically extracted from the website session after login. Includes full integration with provider fallback chain, session persistence, and automatic token refresh.
Downloads
-
v1.6.69 Stable
released this
2026-03-06 04:17:28 +01:00 | 575 commits to main since this release- Fix renderer crash introduced in 1.6.67/1.6.68.
- Add AllDebrid web-login mode for downloads.
- Show AllDebrid Rapidgator host status in Accounts.
Downloads
-
v1.6.66 Stable
released this
2026-03-05 17:32:42 +01:00 | 576 commits to main since this releaseFix: Deferred post-extraction cleanup skipped after hybrid extraction
When hybrid extraction completed all archives during download,
extractedCountstayed at 0 because the full extraction pass was skipped. This caused ALL deferred cleanup steps inrunDeferredPostExtractionto 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_*.jsonmarker files were not deleted - Link artifact removal: promotional
.url/.lnk/.txtfiles 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
runDeferredPostExtractionchecked onlyextractedCount > 0. When hybrid extraction already handled everything,alreadyMarkedExtractedwastruebutextractedCountremained0(full extraction was skipped entirely).Fix
Extended all deferred cleanup conditions from
extractedCount > 0to(extractedCount > 0 || alreadyMarkedExtracted)so cleanup runs regardless of which extraction path was taken.Downloads
-
v1.6.65 Stable
released this
2026-03-05 16:59:48 +01:00 | 578 commits to main since this releaseAdd 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 Stable
released this
2026-03-05 16:39:59 +01:00 | 580 commits to main since this releaseFix 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