• v0.2.4 b843ce2461

    david released this 2026-06-18 07:42:03 -07:00 | 9 commits to main since this release

    Pagemaster v0.2.4 Release Display Fix

    v0.2.4 fixes a stale backend release string that caused the System status page to show an older version while the UI header showed the current version.

    Included

    • Backend setup status now reports the release from shared build metadata instead of an old hardcoded value.
    • The UI header now uses the backend setup status release, so the header and System status stay aligned.
    • Added a regression test that compares setup status release to the repository VERSION file.

    Verification

    • npm run frontend:check
    • npm run build
    • Docker Go tests: go test ./...
    Downloads