Skip to content

v1.1.1

Choose a tag to compare

@Dissimilis Dissimilis released this 03 Mar 09:56
· 14 commits to main since this release

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.