Changelog
v1.2.0 — 2026
Section titled “v1.2.0 — 2026”Accessibility, native platform features, and internationalisation.
- Native search support via
[data-ghost-search]— activates Ghost’s built-in search without any third-party dependency. - Native comments via
{{comments}}, gated by a newshow_commentscustom setting (boolean, default on) and membership context. - Password-protected page (
private.hbs) — styled to match the theme. - Custom 404 page (
error-404.hbs) — on-brand, with a link back to the homepage. - Accessible mobile navigation: hamburger toggle with
aria-expanded/aria-controls, closes on Esc or link click, body-scroll-lock while open. - Responsive images throughout:
srcset/sizesattributes on all feature and post-card images, explicitwidth/heightto prevent layout shift,loading="lazy"on below-fold images. - Accessibility improvements: visible
:focus-visibleoutlines,<main id="content">skip-link target,aria-current="page"on active nav links, landmark regions, and form labels on all inputs. - Translation support: all user-facing strings wrapped in
{{t "…"}}and a baselocales/en.jsonfile included.
v1.1.0 — 2026
Section titled “v1.1.0 — 2026”Every Ghost editor card is now bespoke-styled to the theme.
- Callout cards carry per-variant colour for all built-in backgrounds (grey, blue, green, yellow, red, pink, purple).
- Product, file, audio, video, header, signup, toggle, button, and bookmark cards are now fully styled.
- Tables, wide images, and full-width images receive explicit treatment at all viewport widths.
v1.0.0 — 2026
Section titled “v1.0.0 — 2026”Initial release of Dispatch.
- Homepage hero with configurable intro line (
homepage_intro). - Membership pricing table on the homepage (
show_pricing_on_home). - Paywall rendering for members-only and tier-restricted posts.
- Portal sign-in, sign-up, and account page styling.
- Newsletter subscribe modules with configurable call-to-action text (
signup_cta_text). - Feature image display on post cards and article headers, with toggle (
show_feature_images). - Light, Dark, and Auto color schemes (
color_scheme). - Full Ghost editor card coverage: images, galleries, bookmarks, buttons, toggles, callouts, code blocks, tables, embeds.
- Ghost 5 and Ghost 6 compatible.