Skip to content

v0.3.0

Choose a tag to compare

@franzos franzos released this 28 May 18:22
· 126 commits to master since this release
d502f40

Changed

  • Web UI redesigned around the "Stackpit Precision Tooling" design system:
    240px fixed sidebar, dark cockpit canvas with a matching light variant,
    Inter + JetBrains Mono, dense tables, semantic status pills, tonal layers
    without shadows
  • Per-project navigation moved from a horizontal tab strip into the sidebar
  • CSS is now pre-built from Tailwind v4 via the standalone CLI (make css);
    runtime stays single-binary — no Node or node_modules at runtime
  • Fonts are vendored as woff2 under assets/fonts/ and served from _assets/
    (no external CDN)

Full Changelog: v0.2.1...v0.3.0


Verify a download:

sha256sum -c stackpit-x86_64-unknown-linux-gnu.tar.gz.sha256

Install steps: README

Changes since v0.2.1: compare