Releases: adrianoamalfi/astrix-ghost
Release list
v0.2.4
Stable release. Recommended for everyone on 0.2.x.
- Correct LCP preload. In the Personal header style a hero portrait is the LCP, but 0.2.3 preloaded the first featured card — the wrong image, which added a download instead of saving one. Verified against a running Ghost that the LCP image and the font are each fetched exactly once.
- Clean security audit. Three high-severity advisories in the build toolchain patched via npm
overrides. Dev-only — the theme ships no runtime dependency. - Stronger checks.
npm run smokenow asserts every LCP preload matches the image the page actually renders.
See CHANGELOG.md.
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Hotfix. 0.2.2 is broken — do not use it. It shipped a helper call inside a CSS comment in default.hbs, which made Ghost throw assetPath.match is not a function while rendering every page. Upgrade straight from 0.2.1 to 0.2.3.
See CHANGELOG.md for details.
Full Changelog: v0.2.2...v0.2.3
v0.2.1
What's Changed
- build(deps-dev): Bump svgo from 4.0.1 to 4.0.2 by @dependabot[bot] in #48
- build(deps): Bump shell-quote and concurrently by @dependabot[bot] in #41
- Footer credit link + visible inline-code chip by @adrianoamalfi in #50
New Contributors
- @dependabot[bot] made their first contribution in #48
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Security hardening batch (#34, #16, #29) by @adrianoamalfi in #42
- Robustness batch (#8, #10, #30) by @adrianoamalfi in #43
- Accessibility batch (#6, #18, #22, #28, #31, #35) by @adrianoamalfi in #44
- i18n batch (#26, #27, #40) by @adrianoamalfi in #45
- Performance batch (#5, #12, #13, #32) by @adrianoamalfi in #46
- Quality & DX batch (#11, #19, #20, #33, #37, #38, #39) by @adrianoamalfi in #47
- Features batch (#15, #21, #23, #24, #25) by @adrianoamalfi in #49
New Contributors
- @adrianoamalfi made their first contribution in #42
Full Changelog: v0.1.0...v0.2.0
Astrix 0.1.0 — initial public release
First open-source release of Astrix, a bold, image-led Ghost theme built on the Astryx design tokens.
Highlights
- Four homepage hero styles (Poster / Editorial / Split / Personal) and three feed layouts (Bold grid / Mosaic / List), selectable in Ghost Admin → Design.
- Native dark / light / system color scheme via
light-dark(), with a zero-flash persisted toggle. - Scheme-safe accent system — the Ghost Admin accent is derived into fill, ink and line tokens so it stays readable on both schemes.
- Reading experience — sticky table of contents with a reading-line scrollspy, reading progress bar, related posts, native comments.
- Membership-ready — subscribe forms, Portal integration, a single tier-aware gated-content CTA, pricing-grid membership page.
- Native Ghost search and fully styled Koenig cards.
- i18n — English and Italian locales.
Install
Download `astrix.zip` below and upload it in Ghost Admin → Settings → Design & branding → Change theme → Upload theme.
Requires Ghost ≥ 6.0. The visual system is documented in DESIGN.md.
🤖 Generated with Claude Code
Full Changelog: https://github.com/adrianoamalfi/astrix-ghost/commits/v0.1.0