Load runtime version from VERSION file

This commit is contained in:
Dymas
2026-05-26 19:49:10 +02:00
parent 7a0fa024ed
commit 2c1650d699
5 changed files with 24 additions and 3 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.45.12 - 2026-05-26
- Changed `ani-cli-web` runtime version reporting to load directly from the project `VERSION` file instead of a duplicated hardcoded constant, which keeps Runtime info, API version responses, and startup logs in sync with release metadata.
- Added regression coverage to ensure the loaded runtime version matches the checked-in `VERSION` file.
## 0.45.11 - 2026-05-26
- Fixed watchlist auto-download queueing so the first manual or scheduled refresh after adding a `Watching` series can pick up already-available missing episodes instead of waiting for a later refresh cycle.