-
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
-
v1.7.5 Stable
released this
2026-03-07 04:09:01 +01:00 | 509 commits to main since this releaseBug Fixes
- Fix action column alignment when AllDebrid shows the extra Status button: The actions cell now keeps its own stable left inset so the visual separator stays in place and the Status button no longer appears to push the action column into the previous column.
Downloads
-
v1.7.4 Stable
released this
2026-03-07 04:06:28 +01:00 | 510 commits to main since this releaseImprovements
- AllDebrid status note now sits below the status badge: The "Update: ..." text is rendered as its own line under the status pill instead of stretching the entire status row horizontally.
- Action buttons aligned further right: The Accounts action column is now pushed more clearly to the right edge for a cleaner table layout.
Bug Fixes
- Fix AllDebrid status line affecting account row layout: Long AllDebrid status/update text no longer visually distorts the account table as much as before.
Downloads
-
v1.7.3 Stable
released this
2026-03-07 04:01:21 +01:00 | 511 commits to main since this releaseBug Fixes
- Fix startup crash introduced in 1.7.2: The new Accounts column reset action referenced a renderer callback before initialization, which caused a blank startup window with "Cannot access before initialization" in the renderer bundle on launch. This release fixes that regression and restores normal startup behavior.
- Safe follow-up update release: Published immediately as 1.7.3 so broken 1.7.2 installs can move to a clean version through the normal update channel.
Downloads
-
v1.7.2 Stable
released this
2026-03-07 03:58:27 +01:00 | 512 commits to main since this releaseImprovements
- Account column layout reset button: Added a dedicated "Reset columns" action in the Accounts settings section so machines with broken locally stored table widths can return to the intended default layout without removing any accounts.
- Updater-ready patch release: Published as 1.7.2 so existing 1.7.1 installations can detect and install the fix through the normal update channel.
Bug Fixes
- Fix inconsistent Accounts table layout across machines: Two systems on the same app version could still render different Account/Zugang/Aktionen column widths because the table stores widths in local browser storage. The new reset action fixes that safely without touching account credentials or settings.
Downloads