Fix non-interactive anikoto backup downloads

- force anikoto-cli backup runs to auto-select the queued anime title through fzf filter options
- add a regression test for the backup retry environment
- bump the project version to 0.46.3 and document the fix in the changelog and README
This commit is contained in:
Dymas
2026-07-09 13:28:36 +02:00
parent 65a1bc1233
commit 897e12e019
5 changed files with 36 additions and 4 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.46.3 - 2026-07-09
- Fixed backup `anikoto-cli` queue runs to force `fzf` into exact-match auto-select mode, which keeps the fallback downloader non-interactive inside the background worker instead of failing with `nothing selected` and `inappropriate ioctl for device`.
## 0.46.2 - 2026-07-09
- Changed the backup downloader setting on the Config page from a hard-to-spot select field into a dedicated checkbox toggle so the enable/disable control is clearly visible.