Skip to content
Product

Changelog

A plain-English record of what changed, version by version. Breaking changes are always called out explicitly.

v0.9.0 May 2026 Minor

Multi-tenant improvements & Docs site

  • New — Public documentation site at /docs with install, config, and theming guides.
  • New — Contact page with SMTP-backed inquiry form.
  • New — Email settings now read from appsettings.json (see Email config).
  • Improved — Mobile navigation and footer layout across all pages.
  • Improved — Changelog, Roadmap, Letter, Privacy, and Terms pages added.
v0.8.0 March 2026 Minor

Studio layout & Paper preset

  • New — Studio layout for portfolio-shaped blogs.
  • New — Paper preset (pure white, high contrast).
  • New — Pull quote support in the Desk editor.
  • Fixed — Autosave now correctly debounces at 3 seconds, not 300 ms.
  • Fixed — Footnotes rendering correctly in Magazine layout.
v0.7.0 January 2026 Minor

Notebook layout & tag system

  • New — Notebook layout with ruled-paper aesthetic.
  • New — Tag system — posts can carry multiple tags; tag archive pages generated automatically.
  • New — RSS and Atom feeds per tenant.
  • Improved — Journal layout now supports a sidebar index.
  • Fixed — Dark mode flash on initial load eliminated with inline theme script.
v0.6.0 October 2025 Major

Multi-tenancy

  • Breaking — Single-tenant mode removed. Every install is now multi-tenant. Existing single-tenant installs can migrate by adding their host to the Tenants array.
  • New — Per-tenant isolated database schemas via EF Core schema prefix.
  • New — Tenant management screen in the Desk.
  • New — Each tenant can pick an independent Layout and Preset.
v0.5.0 July 2025 Minor

The Desk editor

  • New — Keyboard-first Markdown editor with live preview.
  • New — Drafts autosave every 3 seconds.
  • New — Footnote syntax: [^1] inline, [^1]: text at the bottom.
  • New — Publish/unpublish toggle with scheduled publish support.