• v0.2.1 40a2cbefab

    david released this 2026-06-17 15:49:04 -07:00 | 14 commits to main since this release

    Pagemaster v0.2.1 Cleanup Refresh

    v0.2.1 removes the old fixture/demo application surfaces so fresh installs start empty after the first operator account is created.

    Included

    • Removed fixture-only app routes for seed data, fake client tests, fake SAB handoff, and direct fixture scans.
    • Removed runtime fixture-root configuration from serve and the Proxmox LXC service environment.
    • Replaced the embedded fallback HTML with a neutral unavailable-bundle page.
    • Updated configured-root scan tests to use the real source-root API path.
    • Updated docs to describe the configure-first lab behavior.

    Verification

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

    Expected Fresh Install State

    After creating the first operator account, the app should have no wanted items, release candidates, fake clients, fixture scans, or seeded download jobs.

    Downloads