Release notes

Changelog

Every notable change since v0.1, in reverse chronological order. Each release is anchored — link to a specific version with /landing/changelog/#v0-13-0.

v0.1.1

Higher-contrast dark mode.

Higher-contrast dark mode.

Changed

  • Reworked the .dark palette in static_src/css/input.css with bigger lightness steps. Background L 0.145 → 0.075, card 0.17 → 0.19, popover → 0.21, secondary / muted / accent 0.215 → 0.235, border / input 0.265 → 0.28. Sidebar 0.205 → 0.11 (now darker than background, matching the Apex Next.js family), sidebar-accent 0.265 → 0.20, sidebar-border 0.265 → 0.26. Zenith's distinctive purple sidebar-primary and near-white primary preserved. Light mode untouched.
  • Compiled static/css/app.css regenerated via npm run build.
v0.1.0

Phase 1 — Skeleton fork. Forked [dashboardpack-apex-django](https://github.com/puikinsh/dashboardpack-apex-django) as the starting point for the Zenith Dashboard Django Edition. Backend, 27 apps, full test suite, and architecture carry over verbatim from apex; visual presentation rebrands to Zenith's pure achromatic OKLCh palette ("shadcn default, elevated").

Phase 1 — Skeleton fork. Forked

dashboardpack-apex-django

as the starting point for the Zenith Dashboard Django Edition.

Backend, 27 apps, full test suite, and architecture carry over

verbatim from apex; visual presentation rebrands to Zenith's

pure achromatic OKLCh palette ("shadcn default, elevated").

Added

  • Phase 0 recon doc cataloguing Zenith's 67 pages, 44 UI primitives, 10 chart types, and 6 color presets — input to the 15-phase port plan (docs/superpowers/specs/2026-05-14-phase0-zenith-recon.md).
  • Phase 1 design doc covering the rename strategy and token swap (docs/superpowers/specs/2026-05-14-phase1-skeleton-design.md).

Changed

  • Renamed Django package apexzenith across the codebase (settings, ASGI/WSGI entry points, deploy configs).
  • Project metadata, README, CLAUDE.md, CUSTOMIZE.md rebranded.
  • Alpine.js factory names (apexShellzenithShell and ~25 others) and apex-* CSS classes renamed to zenith-*.
  • HTTP webhook signing headers (Apex-Signature, Apex-Event, Apex-Webhook) renamed to Zenith-*.
  • API token prefix apex_zenith_.
  • Demo credentials: demo / ZenithShowcase!2026 (was ApexShowcase!2026).
  • OKLCh design tokens replaced with Zenith's achromatic (zero-chroma) palette — pure greyscale neutral scale, light sidebar, colourful chart 1–5 accents preserved.
  • LocalStorage keys: apex-theme, apex-density, etc. → zenith-theme, zenith-density, etc.

Preserved

  • ApexCharts / apexcharts JS library references (third-party charting library at apexcharts.com).
  • The full test suite (710+ unit tests) — runs green against the renamed codebase.