-
v1.7.15 Stable
released this
2026-03-07 17:15:15 +01:00 | 488 commits to main since this releaseFix hosterNotAvailable provider cooldown stalling auto-retry
Bug Fixes
-
Fix provider cooldown escalation on hosterNotAvailable errors: The inner unrestrict error handler was still calling
recordProviderFailure()for hosterNotAvailable errors, causing provider-level cooldown to escalate (up to 180 seconds). This made items stall at "Unrestrict-Fehler, Retry X/inf" indefinitely while manual reset ("Zurücksetzen") worked instantly. The root cause was that hosterNotAvailable is a hoster-side issue, not a provider failure, so it should not penalize the provider. -
Dedicated hosterNotAvailable retry path: Added a specialized error handler that:
- Clears
item.providerfor fresh provider selection on retry (mimicking manual reset behavior) - Does NOT call
recordProviderFailure()— avoids provider cooldown escalation - Caps backoff at 30 seconds (5s base with 1.5x growth, max 30s) instead of the previous 5s to 120s+ escalation
- Properly cleans up partial downloads before retry
- Clears
-
Inner catch no longer penalizes providers for hoster issues: The catch block that records provider failures during unrestrict now explicitly excludes hosterNotAvailable errors, preventing the failure counter from growing and triggering shelve/cooldown mechanisms
Downloads
-
-
v1.7.14 Stable
released this
2026-03-07 17:10:07 +01:00 | 490 commits to main since this releaseWhat's New in v1.7.14
Downloads
-
v1.7.13 Stable
released this
2026-03-07 17:02:32 +01:00 | 492 commits to main since this releaseWhat's New in v1.7.13
Downloads
-
v1.7.12 Stable
released this
2026-03-07 16:45:00 +01:00 | 494 commits to main since this releaseWhat's New in v1.7.12
Encrypted Backup System (JDownloader 2 Style)
- Complete redesign of the import/export backup system
- Backups are now AES-256-GCM encrypted (.mdd format) — no more plaintext credentials
- All data is included: settings, ALL credentials (API keys, passwords, tokens), session queue, and download history
- Works on any PC without password — just export and import on another machine
- Backward-compatible: can still import old JSON backup files
- Fixed missing credentials in backup: debridLinkApiKeys, linkSnappy login/password were previously not included
- History entries are now properly normalized during import
Hide Extracted Items in Package List
- Completed/extracted items (showing "Entpackt - Done") are now automatically hidden from the expanded package item list
- Keeps the UI clean — only shows items that are still in progress or queued
- Progress stats (e.g. [49/387]) still count all items correctly
- New toggle in Settings > Extraction: "Entpackte Items in Paketliste ausblenden" (enabled by default)
- Can be disabled if you prefer seeing all items
Downloads
-
v1.7.11 Stable
released this
2026-03-07 15:12:08 +01:00 | 497 commits to main since this releaseCache flat-mode extraction flag per package, skip redundant password cycles for absolute-path archives
Downloads
-
v1.7.10 Stable
released this
2026-03-07 14:39:54 +01:00 | 499 commits to main since this releaseFix auto-rename for episode suffixes (rrp), skip 0-byte MKVs in library collector, prevent duplicate (2) file copies
Downloads
-
v1.7.9 Stable
released this
2026-03-07 14:18:51 +01:00 | 503 commits to main since this releasev1.7.9 � Parallel Extraction Fix & Session Counter
Extraction
- Fix false wrong_password errors during parallel extraction � When multiple UnRAR processes extract into the same target directory simultaneously, CRC mismatches can occur that are misreported as "Incorrect password". Archives that fail with wrong_password are now automatically retried serially after the parallel batch completes. If the password was already proven correct by another archive in the same package, the serial retry will succeed.
- Detailed logging:
Serielle Wiederholung: X fehlgeschlagene Archive werden einzeln wiederholt
Session Statistics
- Fix session download counter resetting on stop/resume � Previously, clicking Stop then Start would reset the "Session" byte counter to zero, losing track of previously downloaded data. The counter now persists across stop/resume cycles and only resets when the queue is completely empty or the app restarts.
Technical Details
- Root cause of extraction issue: parallel UnRAR writing to shared target dir causes I/O contention, leading to CRC validation failures on extracted files
- The serial retry reuses the learned password from successful extractions, so no additional password probing is needed
- Speed/ETA calculations still reset per-run (by design) via
totalDownloadedBytes, only the cumulativesessionDownloadedBytesis preserved
Downloads
-
v1.7.8 Stable
released this
2026-03-07 12:19:20 +01:00 | 505 commits to main since this releasev1.7.8 � Account Settings UI Overhaul & Unicode Fixes
Account Settings Table
- New Info column between Status and Zugang � shows daily usage stats for normal providers, or a Statistik button for Debrid-Link multi-key accounts
- Statistik popup for Debrid-Link API keys � compact table showing per-key usage, limits, and individual reset buttons in a centered modal overlay
- Consistent column separators � vertical divider lines now align perfectly between header and row cells
- Centered layout � all column headers and cell content are horizontally centered under their respective headers
- Status label changes � Konfiguriert renamed to Aktiviert; Deaktiviert now uses red color coding instead of green
- Equal column distribution � INFO, ZUGANG, and AKTIONEN columns share remaining space evenly
- Reduced disabled row opacity � disabled accounts are still visually distinct without being too dim
Bug Fixes
- Fix broken Unicode arrows in provider order buttons � were displaying as ? due to encoding issues
- Fix broken Unicode cancel button in scheduled start indicator
- Zugang box no longer stretches full width � auto-sized and centered under header
Downloads
-
v1.7.7 Stable
released this
2026-03-07 04:16:03 +01:00 | 507 commits to main since this releaseImprovements
- Centered action button groups in Accounts: The action buttons in the Accounts table are now centered cleanly inside the expanded Actions column instead of sticking to one side.
Downloads
-
v1.7.6 Stable
released this
2026-03-07 04:12:09 +01:00 | 508 commits to main since this releaseBug Fixes
- Fix clipped AllDebrid action buttons in Accounts: Increased the effective width of the Actions column so AllDebrid rows with additional controls like Status/Login no longer clip the rightmost buttons or visually push the separator out of place.
Downloads