Product
Changelog
A plain-English record of what changed, version by version. Breaking changes are always called out explicitly.
Multi-tenant improvements & Docs site
- New — Public documentation site at
/docswith 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.
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.
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.
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
Tenantsarray. - 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.
The Desk editor
- New — Keyboard-first Markdown editor with live preview.
- New — Drafts autosave every 3 seconds.
- New — Footnote syntax:
[^1]inline,[^1]: textat the bottom. - New — Publish/unpublish toggle with scheduled publish support.