Store queue in SQLite with pagination

This commit is contained in:
Dymas
2026-05-11 12:59:16 +02:00
parent 32ec0fe856
commit 6260138286
4 changed files with 210 additions and 55 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 0.2.0 - 2026-05-11
- Replaced JSON queue storage with SQLite-backed queue persistence.
- Added automatic migration from the previous `queue.json` queue file.
- Limited the queue view to 10 jobs per page with previous and next controls.
- Added bulk queue actions to remove finished jobs and retry all failed jobs.
## 0.1.2 - 2026-05-11
- Updated finalized download layout to save media under `ANI_CLI_DOWNLOAD_DIR/anime_name/Season <season>/`.