• v1.6.81 3cf1bc825e

    v1.6.81 Stable

    Administrator released this 2026-03-06 12:09:39 +01:00 | 552 commits to main since this release

    • Fix BestDebrid cookie re-import over existing HttpOnly session cookies
    Downloads
  • v1.6.80 359fb93be3

    v1.6.80 Stable

    Administrator released this 2026-03-06 12:04:56 +01:00 | 553 commits to main since this release

    • Fix BestDebrid cookie import/login validation
    Downloads
  • v1.6.79 67854feeb4

    v1.6.79 Stable

    Administrator released this 2026-03-06 11:45:02 +01:00 | 554 commits to main since this release

    Switch BestDebrid authentication from embedded browser login to cookie file import. Cloudflare Turnstile captcha cannot be bypassed in Electron, so users now export cookies from their real browser (e.g. using 'Get cookies.txt LOCALLY' extension) and import the Netscape-format cookie file via the settings UI. Also fixes provider label (pLabel) scope issue in download status display during active downloads.

    Downloads
  • v1.6.78 d776ad589d

    v1.6.78 Stable

    Administrator released this 2026-03-06 11:36:08 +01:00 | 556 commits to main since this release

    Fix BestDebrid login window showing blank page. Keep CDP debugger attached through page load so anti-fingerprint scripts execute correctly. Debugger is now detached on window close instead of before navigation.

    Downloads
  • v1.6.77 c2bb276c3d

    v1.6.77 Stable

    Administrator released this 2026-03-06 11:32:51 +01:00 | 558 commits to main since this release

    Fix BestDebrid Cloudflare Turnstile captcha: inject anti-fingerprint patches via Chrome DevTools Protocol before page load. Patches navigator.webdriver, plugins, languages, and adds window.chrome stub to make the embedded browser indistinguishable from regular Chrome.

    Downloads
  • v1.6.76 77240ae18d

    v1.6.76 Stable

    Administrator released this 2026-03-06 11:29:44 +01:00 | 560 commits to main since this release

    Fix BestDebrid web-login Cloudflare Turnstile captcha failure. Set Chrome user agent on both session and webContents level so the embedded browser passes Cloudflare verification correctly.

    Downloads
  • v1.6.75 40c539189a

    v1.6.75 Stable

    Administrator released this 2026-03-06 11:27:18 +01:00 | 562 commits to main since this release

    Add 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 54e502b9af

    v1.6.74 Stable

    Administrator released this 2026-03-06 11:09:44 +01:00 | 564 commits to main since this release

    Disable 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 3965d3e494

    v1.6.73 Stable

    Administrator released this 2026-03-06 11:02:07 +01:00 | 566 commits to main since this release

    Fix 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 d9b02065a2

    v1.6.72 Stable

    Administrator released this 2026-03-06 10:58:37 +01:00 | 568 commits to main since this release

    Fix 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