# adacovex 1.14.0 Date: _2026-08-18_ Version bumped 1.13.0 -> 1.14.0. ## Changes ### C1: `--serve` dashboard rendered only the header and footer (fatal fix) The bundled dashboard template (`resources/dashboard.html`) wrapped its `__CARDS__` placeholder in an HTML comment (``), and the renderer substituted only the placeholder text -- so the served page kept the comment markers and the browser treated the entire cards block as a comment. Running `adacovex --serve` showed the page title, the theme dropdown, and the footer, but **no status badges, no source/proof/test metrics, and no compliance cards**; the `/api/metrics` and `/badge/*.svg` endpoints were unaffected because they are served separately. The placeholder is now a bare `__CARDS__` marker (no comment wrapper), so the substituted cards render as live elements. The renderer tests gained a fatal-bug regression check: the rendered page must contain zero `