Commit Graph
107 Commits
Author SHA1 Message Date
Sucukdeluxe dd4a39e47d feat: add per-provider account priority rules 2026-09-06 12:39:11 +02:00
Sucukdeluxe 8957aa3c23 fix: make clipboard collector navigation opt-in 2026-09-06 12:24:20 +02:00
Sucukdeluxe dad645a6eb feat: cycle availability sorting with part-count tie breakers 2026-09-05 13:00:54 +02:00
Sucukdeluxe 36611647ab Disable row and height animations when removing downloads 2026-09-04 22:13:06 +02:00
Sucukdeluxe 3436fcdd24 Default offline cleanup dialog to entire packages first 2026-09-04 21:59:18 +02:00
Sucukdeluxe 2a721dc955 Offer archive-set or whole-package offline cleanup 2026-09-04 21:42:55 +02:00
Sucukdeluxe befb17741e Fix CSS row animation during download column sorting 2026-09-04 21:21:53 +02:00
SucukdeluxeandClaude Fable 5.1 558d6ca4f4 Sort packages by availability and tidy availability-related displays
- Make the Verfügbarkeit column sortable from fully online through partial and unchecked down to fully offline, reversing on the second click
- Show partially available packages in the warning color as soon as one link is online and one is offline
- Switch the package order instantly on column sorts instead of sliding rows
- Keep offline links out of the package status error count
- Show queue volumes of one terabyte or more as grouped gigabytes with one decimal per language

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MxAH7rSv8MgfKEPwMkR8N2
2026-09-04 00:19:37 +02:00
Sucukdeluxe fd71caa341 Compact package availability counts 2026-09-02 12:14:46 +02:00
Sucukdeluxe ad75469854 Handle source links going offline during downloads 2026-09-02 11:32:06 +02:00
Sucukdeluxe 78876869f7 Raise proxy connection limit to 80 2026-09-01 15:31:13 +02:00
Sucukdeluxe 0896720bc0 Create work directories when settings are saved 2026-09-01 15:27:12 +02:00
Sucukdeluxe e7639bc4df release: prepare v2.0.82 2026-09-01 00:13:30 +02:00
Sucukdeluxe f14d166898 fix: align live speed and split package reset 2026-08-31 18:21:58 +02:00
Sucukdeluxe 9ca5789627 Raise proxy connection limit to 40 2026-08-31 15:33:48 +02:00
Sucukdeluxe 61e10034ba Optimize proxy scheduler throughput and fairness 2026-08-31 14:55:26 +02:00
Sucukdeluxe 9a215093c2 fix: begrenze parallele Proxy-Segmente global 2026-08-31 14:12:46 +02:00
Sucukdeluxe a562f9162a feat: erzwinge festen Proxy für API-Anfragen 2026-08-31 13:20:03 +02:00
Sucukdeluxe 17ac99d373 feat: parallele Proxy-Segmentdownloads 2026-08-31 12:49:15 +02:00
Sucukdeluxe 2ea494cd5c Prepare v2.0.74 sidepanel reliability release
Restore and persist the package-based link collector with progressive metadata, bounded high-volume updates, safe hydration, visible selection, and complete localization.

Harden download controls, snapshot ordering, history pagination, statistics recovery, settings saves, backup imports, notification persistence, and Windows storage races with regression coverage.
2026-08-26 20:35:06 +02:00
Sucukdeluxe bdcf9e3754 Persist collector state and stabilize download controls
Persist collector packages and disclosure state through validated atomic AppData storage with backup recovery and shutdown synchronization. Align download sidebar metrics with the hidden-extracted presentation scope and keep Start available through temporary Real-Debrid cooldowns while preserving hard account blocks.
2026-08-26 17:24:07 +02:00
Sucukdeluxe 5644ba25da Collapse newly imported collector packages
Project disclosure state through stable link URLs so new or moved import content starts collapsed, duplicate-only imports preserve manual state, and enrichment-driven package ID changes retain the existing disclosure state.
2026-08-26 16:50:40 +02:00
Sucukdeluxe 1fe48d9ff8 Revert "Separate collector package and file columns"
This reverts commit 65e3b5b2d0.
2026-08-26 16:37:26 +02:00
Sucukdeluxe 65e3b5b2d0 Separate collector package and file columns
Keep package names in the Name column and render file counts or individual filenames in a dedicated File column. Rebalance responsive table tracks and preserve accessible package context for virtualized file rows.
2026-08-26 16:32:49 +02:00
Sucukdeluxe eed8d1e970 Improve collector metadata progress and alignment
Stream completed metadata checks into the collector while preserving generation-based stale-result protection. Derive row statuses from verified availability, move analysis feedback into the sidebar, center table values under their headers, and keep the header synchronized during horizontal scrolling.
2026-08-26 16:05:09 +02:00
Sucukdeluxe 5931c8de75 Use green primary action in link collector
Match the Add Links action to the established green confirmation style with black text and a consistent success-color hover state.
2026-08-26 15:00:21 +02:00
Sucukdeluxe 3ceadd55b1 Virtualize collector disclosure transitions
Render only the visible collector package window, pin a bounded transition cohort and the focused package, and preserve smooth reversible 300 ms disclosure animations under reduced-motion Windows sessions when app animations are enabled. Add logical Tab navigation across unmounted controls plus complete ARIA row counts and indices, while removing collapsing file controls from focus and accessibility order immediately.
2026-08-26 14:56:40 +02:00
Sucukdeluxe aea0839b08 Stabilize collector scrolling for large package sets
Reserve each offscreen collector package with its exact expanded or collapsed block height so content-visibility cannot collapse flex items to zero and rebuild the scroll geometry while moving through the list. Add a regression test for the rendered intrinsic block-size contract.
2026-08-26 14:15:43 +02:00
Sucukdeluxe da4c2fb069 Prevent collector snapshot rerender stalls
Memoize the collector content across unrelated app snapshots and release collapsed child rows from the DOM after their closing animation. Draw the idle speed sparkline as a pixel-aligned one-physical-pixel stroke so its thickness remains uniform across display scales.
2026-08-26 14:09:01 +02:00
Sucukdeluxe 14525fa4c3 Restore package-based link collector without blocking DLC drops
Reintroduce expandable collector packages, background metadata enrichment, filters, selection, and controlled queue transfer. Keep DLC files dropped outside the collector on the direct addContainers path without settings persistence or metadata waits. Protect collector state with stable URL identities, non-degrading metadata merges, and per-URL generations so stale enrichment responses cannot overwrite newer data or resurrect removed links.
2026-08-26 13:52:49 +02:00
Sucukdeluxe ffc0f918ac fix(accounts): isolate checkbox double clicks 2026-08-25 05:58:15 +02:00
Sucukdeluxe e195ddbbb9 fix(accounts): serialize rapid toggle intents 2026-08-25 05:55:50 +02:00
Sucukdeluxe ee66f1b3d9 feat(downloads): inherit package selection visually 2026-08-25 05:29:54 +02:00
Sucukdeluxe afcc1fe782 fix(downloads): stabilize remaining metric updates 2026-08-25 05:22:42 +02:00
Sucukdeluxe 9d3d627401 feat(settings): label provider order with account modes 2026-08-25 05:16:20 +02:00
Sucukdeluxe bd2808a763 feat(settings): discard unsaved changes 2026-08-25 04:53:53 +02:00
Sucukdeluxe 5a04a62945 style(settings): emphasize the save action
Give the settings save button a dedicated success-green background with black text and a matching lightened hover state while retaining focus and disabled behavior. Add a renderer regression test for the exact scoped class and color contract.
2026-08-25 04:23:59 +02:00
Sucukdeluxe 967eab00ae feat(ui): refine download controls and package motion
Move the global package disclosure action into a responsive right-aligned toolbar group and disable it for empty queues. Replace the decorative package title with a compact neutral filter group, coordinate disclosure opacity with height transitions, and make contextual help follow combined pointer and keyboard focus state.
2026-08-24 20:59:50 +02:00
Sucukdeluxe e8046f3fa3 feat(history): complete package lifecycle telemetry
Persist separate download, extraction, remux, post-processing, and total durations together with accurate file, byte, archive, part, output, and phase failure results. Keep download item counts independent from extraction and remux outcomes, distinguish partial and cancelled packages, and expose additive failure counters and fixed categories in history and Discord notifications. Track archive operations across parallel work, aborts, restarts, nested multipart sets, and skipped split files while deriving generation outputs from privacy-safe signatures and merging overlapping extraction intervals.
2026-08-24 20:59:44 +02:00
Sucukdeluxe 1b7caba2eb feat: add Deepbrid, daily scheduling, and notification center
Add encrypted Deepbrid API accounts with account validation, provider routing, fallback, usage tracking, safe error handling, and verified 1Fichier downloads. Restore persistent recurring daily starts with local-calendar deduplication and legacy schedule compatibility. Add durable Discord package, run, remaining-volume, stall, and recovery notifications with privacy-safe telemetry and disk-failure recovery.
2026-08-24 07:37:55 +02:00
Sucukdeluxe 7bd31185b0 feat(downloads): restore sorting and stable availability
Make Service sortable by visible provider labels, keep pointer sorting distinct from column dragging, preserve keyboard sorting, infer active and completed transfers as online, and retain definitive availability across item and package resets. Keep manual extraction and package-status changes out of this selective rebuild.
2026-08-24 00:46:40 +02:00
Sucukdeluxe 5aa0359a93 feat(statistics): keep large totals precise in gigabytes 2026-08-21 10:34:13 +02:00
Sucukdeluxe 4de4f4a0be feat(statistics): show rolling account usage 2026-08-21 08:30:50 +02:00
Sucukdeluxe 8fb92caa30 feat(downloads): explain unknown remaining sizes 2026-08-21 01:06:03 +02:00
Sucukdeluxe 3a95136ef1 feat(history): update the open view live 2026-08-21 00:48:42 +02:00
Sucukdeluxe 18fa58002c feat(accounts): show current account check status 2026-08-21 00:41:40 +02:00
Sucukdeluxe 9ceea828ec fix(downloads): refine availability spacing 2026-08-21 00:30:51 +02:00
Sucukdeluxe db8ff00c4a fix(downloads): balance availability spacing 2026-08-21 00:29:03 +02:00
Sucukdeluxe 710d33ae8f fix(downloads): remove unused availability spacing 2026-08-21 00:27:39 +02:00
Sucukdeluxe 787fa6d7ef fix(downloads): tighten availability spacing 2026-08-21 00:25:13 +02:00