• v1.7.1 3c37cdba85

    v1.7.1 Stable

    Administrator released this 2026-03-07 03:56:54 +01:00 | 513 commits to main since this release

    New Features

    • Per-key Debrid-Link enable/disable controls: The Debrid-Link API key statistics popup now includes a dedicated activate/deactivate button for every stored API key. This allows individual keys to be taken out of rotation without removing them from the account configuration.
    • Persistent Debrid-Link key exclusion in real downloads: Disabled Debrid-Link keys are not just hidden visually; they are stored in settings and skipped by the actual provider selection logic. This means downloads continue with the next eligible Debrid-Link key instead of touching a manually disabled one.
    • Rapidgator quota view per Debrid-Link key: The Debrid-Link statistics popup now loads real Rapidgator API quota information for every configured key, including traffic and link count values, directly from Debrid-Link.
    • Direct key actions inside the statistics popup: Individual Debrid-Link keys can now be copied, reset, activated, or deactivated directly from the API key statistics table instead of only being managed indirectly through account text fields.

    Improvements

    • Debrid-Link quota loading now uses the correct API path: Quota loading first uses the Debrid-Link endpoint that returns the full hoster set, which fixes incomplete Rapidgator quota reads on valid keys that previously returned an empty host list on the plain limits endpoint.
    • Cleaner Debrid-Link key rotation behavior: Debrid-Link key handling now follows a stable, predictable order. Disabled keys and locally limited keys are skipped intentionally, and exhausted keys move cleanly to the next eligible key instead of producing confusing behavior.
    • Clearer provider fallback logic: When Debrid-Link is the first provider and all active keys are exhausted or unavailable, fallback proceeds to the next provider in the configured provider order as expected.
    • Expanded Debrid-Link popup layout: The API key statistics popup is now significantly larger and better suited for multi-key setups, making long key lists and quota columns readable without the cramped layout from before.
    • Improved table alignment in multi-key account views: Access, info, and action columns in the account settings table have been cleaned up so separators and controls stay aligned even when Debrid-Link contains many API keys.
    • Optional line-by-line Debrid-Link key rendering in Accounts: Account settings now support a cleaner expanded Debrid-Link key display for large multi-key setups instead of forcing a compact aggregated look.
    • Better Debrid-Link action button presentation: Key-level action buttons now stay visually aligned, use clearer state colors, and avoid awkward layout shifts between active and inactive rows.
    • Better popup readability for non-Rapidgator keys: Keys that do not return Rapidgator quota no longer blow up row height with oversized fallback text; the table stays compact and readable.
    • Improved copy interaction for Debrid-Link keys: Masked keys inside the Debrid-Link statistics popup now behave more like the existing link-address copy interaction, giving a more natural click-to-copy workflow.
    • Larger default app startup window: The default BrowserWindow size on startup has been increased to 1920x1080.
    • More diagnostic Debrid-Link/provider logs: Additional log messages now make it easier to understand why Debrid-Link keys are skipped and when provider fallback moves to the next service.

    Bug Fixes

    • Fix Debrid-Link quota loading only for some keys: Valid Debrid-Link API keys that previously showed no Rapidgator quota now load correctly because the popup no longer relies on the incomplete endpoint response.
    • Fix endless or misleading Debrid-Link quota loading states: The popup now updates quota rows more reliably for all configured keys, avoiding the previous behavior where only the first subset of keys appeared to work.
    • Fix row expansion caused by long quota fallback strings: Debrid-Link quota cells no longer stretch rows awkwardly when Rapidgator data is missing.
    • Fix action-column alignment in Accounts: Vertical separators and action controls in the Accounts settings page now stay aligned even with multiple Debrid-Link keys and changing button labels.
    • Fix Carter-style auto-rename edge case: Auto-rename now correctly detects episode identifiers in filenames where the show title and season/episode token are glued together without a separator, such as mdgp-carters02e01-720p.mkv.
    • Fix Debrid-Link account summary behavior for larger key setups: Multi-key Debrid-Link account displays are now far more usable when many keys are stored at once, especially in the account list and statistics popup.
    Downloads
  • v1.7.0 576be53b83

    v1.7.0 Stable

    Administrator released this 2026-03-07 02:36:41 +01:00 | 515 commits to main since this release

    • Improvement: package Service column now shows compact provider labels — e.g. Debrid-Link (#3 + #4) instead of Debrid-Link (#3), Debrid-Link (#4)
    Downloads
  • v1.6.99 541860db0a

    v1.6.99 Stable

    Administrator released this 2026-03-07 02:31:09 +01:00 | 517 commits to main since this release

    New Features

    • Daily traffic limits per provider: Configure a daily download limit (in GB) for each provider individually. Once the limit is reached, the provider is automatically skipped and the next available provider takes over.
    • Daily traffic limits per Debrid-Link API key: Set individual daily limits for each Debrid-Link API key. Keys that hit their limit are skipped automatically; downloads continue with remaining keys.
    • Usage tracking with automatic daily reset: All daily usage counters reset automatically at midnight. Manual reset buttons are available per provider and per Debrid-Link key in account settings.
    • Auto-sort packages by progress: Active packages are automatically sorted to the top of the queue during downloads, ordered by completion ratio and downloaded bytes. Toggleable in settings.
    • Debrid-Link multi-key detail view: New toggle in account settings to show each Debrid-Link API key separately with individual usage stats, masked tokens, and per-key reset buttons.

    Improvements

    • Hoster routing respects daily limits: When a provider configured in hoster routing has reached its daily limit, the routing is skipped gracefully and falls back to the normal provider chain.
    • Provider daily limit awareness in provider selection: The debrid service now checks daily limits before selecting a provider, preventing wasted unrestrict attempts on exhausted providers.
    • providerAccountId / providerAccountLabel on download items: Each download item now stores which specific account (e.g. Debrid-Link key #1 vs #2) was used, enabling per-key usage tracking.
    • Package column headers: Flatter, more transparent design for better visual hierarchy.

    Bug Fixes

    • Fix broken German umlauts in entire UI: Restored 142+ broken umlaut characters across the entire renderer. All UI text now displays correctly.
    • Fix remaining broken umlauts in main process: Fixed broken umlauts in main.ts and debrid.ts log messages.
    • Fix LinkSnappy mode label: Changed from "Login" to "Web" to match the actual authentication method.
    • Fix account settings save normalization: Daily usage data and Debrid-Link key limits are now properly preserved when saving settings.
    • Lower mini-download retry threshold: Reduced from 1 MB to 100 KB for faster retry on very small failed downloads.
    Downloads
  • v1.6.98 01b6ef7bdd

    v1.6.98 Stable

    Administrator released this 2026-03-07 00:59:59 +01:00 | 522 commits to main since this release

    Bug Fixes

    • Fix all broken German umlauts in UI: Restored 142 broken umlaut characters across the entire renderer (App.tsx). Characters like Größe, hinzufügen, Schließen, über, für etc. now display correctly instead of showing ? placeholders. File is now properly UTF-8 encoded.
    Downloads
  • v1.6.97 fba05d2add

    v1.6.97 Stable

    Administrator released this 2026-03-07 00:39:03 +01:00 | 524 commits to main since this release

    Bug Fixes

    • Fix extraction failure with absolute archive paths: UnRAR now automatically retries with flat extraction () when an archive contains absolute-style internal paths (leading backslash). This caused invalid double-backslash paths on Windows and extraction failure for certain scene group releases (e.g. TMSF Brokenwood packs).
    • Show provider account number in Service column: The Service column in the download queue now shows the specific account number (e.g. "Debrid-Link (#1)" / "Debrid-Link (#2)") instead of just the generic provider name.
    Downloads
  • v1.6.96 3e2d70485c

    v1.6.96 Stable

    Administrator released this 2026-03-07 00:21:40 +01:00 | 526 commits to main since this release

    Bug Fixes

    • Fix invalid path when package name contains forward slash: Package names like \ no longer cause invalid extraction paths on Windows. \ is now applied before constructing \ and .
    Downloads
  • v1.6.95 7141579289

    v1.6.95 Stable

    Administrator released this 2026-03-07 00:04:02 +01:00 | 528 commits to main since this release

    • Fix: disk-fallback hybrid extraction no longer triggers when an archive part is only partially downloaded; if any pending item in the package has no targetPath and no fileName (e.g. after a reset before re-unrestrict), disk-fallback is now skipped to prevent extracting with a corrupt/incomplete part
    Downloads
  • v1.6.94 33658503a8

    v1.6.94 Stable

    Administrator released this 2026-03-06 23:52:38 +01:00 | 530 commits to main since this release

    • Fix: provider order / hoster routing changes are now immediately respected for queued/stopped items; cached item.provider is cleared when providerOrder or hosterRouting changes in settings, and also when stopped items are restarted
    Downloads
  • v1.6.93 9dd5d4eef8

    v1.6.93 Stable

    Administrator released this 2026-03-06 23:06:35 +01:00 | 532 commits to main since this release

    fix: auto-switch to next provider on cooldown, hoster routing revert bug, provider order in download manager

    Downloads
  • v1.6.92 9bbeffb2df

    v1.6.92 Stable

    Administrator released this 2026-03-06 22:53:50 +01:00 | 535 commits to main since this release

    feat: re-download from history, reset all failed, scheduled start time, fix provider order revert bug

    Downloads