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
+2 -1
View File
@@ -2,7 +2,7 @@
Small local web UI for a system-wide `ani-cli` install.
Current version: `0.45.11`
Current version: `0.45.12`
## Project Layout
@@ -199,6 +199,7 @@ Layout:
- `Dependencies` stays at the top as a full-width runtime status card.
- The remaining Config sections use two columns on larger screens and collapse to one column at `1080px` width and below.
- Runtime info shows both the `ani-cli-web` version and the installed `ani-cli` version.
- The `ani-cli-web` Runtime info version is read directly from the project `VERSION` file so the UI and startup logs stay aligned with release metadata.
- Path fields include `Browse` buttons that open a host-side folder picker modal in the browser.
Saved settings are written to `.ani-cli-web/config.json`.