v1.1.1
v1.1.1
Changed
- /api/stats moved to /dashboard/stats — The stats endpoint now lives under the dashboard path, consistent with other operational endpoints. Auth bypass rules apply the same way as other
/dashboard routes. - Centralized version info via AppVersionInfo — Version string, commit SHA, and build date are now sourced from a single AppVersionInfo service, replacing scattered assembly lookups
across pages and endpoints. - Build date auto-generated for all builds — BuildDate is now automatically set to the current UTC date when not explicitly provided. Previously it only appeared in release builds that
passed -p:BuildDate=..., leaving CI and local builds without a date. - Directory sizes caching for defined TTL (default 5 minutes)
Fixed
- Fixed /api/stats endpoint returning incorrect responses in certain configurations.
Improved
- /dashboard/stats JSON response now includes full version detail (version, commit, build date).
- Dashboard and footer consistently display build date across all build types.