Files
ani-cli-web/CHANGELOG.md
T
2026-05-11 13:03:28 +02:00

27 lines
926 B
Markdown

# Changelog
## 0.2.1 - 2026-05-11
- Padded season folder numbers to two digits, such as `Season 01` and `Season 02`.
## 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>/`.
## 0.1.1 - 2026-05-11
- Expanded `.gitignore` to ignore `__pycache__` directories at every project depth.
## 0.1.0 - 2026-05-11
- Split `ani-cli-web` into a standalone project that uses system-wide `ani-cli`.
- Added project hygiene files: `.gitignore`, `VERSION`, and this changelog.
- Documented runtime state handling and standalone project layout.