Fix ani-cli version probe player mode

This commit is contained in:
Codex
2026-07-26 14:29:46 +02:00
parent 629cf8dcb6
commit 8c62060d4a
5 changed files with 30 additions and 3 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.49.9 - 2026-07-26
- Changed the Config page `ani-cli` version probe to run with `ANI_CLI_PLAYER=download`, avoiding false missing-player failures on headless installs without `mpv` or `vlc`.
- Added regression coverage for the player-safe `ani-cli --version` environment.
## 0.49.8 - 2026-07-21
- Forced queued `ani-cli` attempts into explicit download-player mode with `ANI_CLI_PLAYER=download`, preventing headless Docker jobs from failing the upstream player check when `mpv` or `vlc` are not installed.