Multi-Hoster-Upload/renderer
Administrator e1b03605fa feat: retry/start selected jobs while upload batch is running
Previously, 'Erneut versuchen' and 'Ausgewählte starten' did nothing
when a batch was already running (uploading=true). Failed jobs were
set to 'Wartet' but never actually uploaded because they couldn't be
added to the running batch.

New: upload-manager.addJobs() allows adding tasks to a running batch.
When a batch is active and user retries/starts jobs, they're injected
into the running batch via IPC 'add-jobs-to-batch'. The upload manager
starts processing them immediately using the existing semaphores.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 18:15:31 +01:00
..
app.js feat: retry/start selected jobs while upload batch is running 2026-03-23 18:15:31 +01:00
drop-target.html feat: floating drop target window and English column labels 2026-03-12 04:11:01 +01:00
index.html ♻️ refactor: remove redundant 'X abbrechen' context menu items 2026-03-22 14:48:51 +01:00
styles.css feat: multi-account support with primary/fallback and separate API/login types 2026-03-12 05:00:33 +01:00