Add clear failed queue action

Add a Queue page bulk action and API route to remove all failed jobs, cover it with regression tests, and update the version, changelog, and README for the new queue workflow.
This commit is contained in:
Dymas
2026-07-09 17:20:55 +02:00
parent 0257924785
commit 292bbedd6b
7 changed files with 88 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.48.0 - 2026-07-09
- Added a `Clear failed` bulk action to the Queue page so failed jobs can be removed without touching pending, running, finished, or canceled downloads.
## 0.47.1 - 2026-07-09
- Fixed `anipy-cli` fallback renaming for queued TV downloads so retried jobs now keep the requested episode numbers from the queue, avoiding cases like a retried `S02E11` being renamed as `S02E01`.