Changelog

All notable changes. Subscribe via RSS.

RSS

v0.16.0

featuredocs

New .claude/rules guidance so your project's AI agent knows about private (gated) collections, subdomain hubs, and that locking access (Cloudflare Access) is a separate manual step. Plus docs for setting it up.

v0.15.2

docs

Documentation: how to deploy the Trust Center (or any collection) to a subdomain, where the root renders the collection's own index template.

v0.15.1

fix

Bugfix: a collection deployed to a subdomain now renders its root page with the collection's own index template (e.g. the data-driven Trust Center hub) instead of the generic site index.

v0.14.0

feature

Data file values can now carry per-language variants. A value like { en: "Cloud infrastructure", de: "Cloud-Infrastruktur" } resolves to the current page language, so the bundled Trust Center is bilingual out of the box. Plain single-language data is unchanged.

v0.15.0

feature

New `private = true` collection flag builds a collection's hub and pages but keeps them out of every public discovery surface (sitemap, llms.txt, search index, feeds, homepage) — for content placed behind Cloudflare Access or HTTP auth.

v0.13.0

feature

seite now collects anonymous, opt-out usage telemetry (which commands run, on what platform) to guide development. No paths, content, or personal data are sent — disable any time with `seite telemetry off`, SEITE_TELEMETRY=0, or DO_NOT_TRACK=1.

v0.12.2

fiximprovement

Bug-fix release: the MCP search tool no longer crashes on non-ASCII content, frontmatter parsing handles `---` inside values, self-update verifies checksums in-process, and GitHub Pages re-deploys are idempotent.

v0.12.1

fixsecurity

Maintenance release: dependency updates, a transitive security patch, and CI fixes. No behavior changes.

v0.12.0

feature

Auto-generate subdomain deploy steps in CI workflows and stop pinning the seite version so projects always use the latest release.

v0.11.0

fix

Fix AVIF image processing errors and add i18n support for shortcode callout labels.

v0.10.1

fix

Plausible Analytics: support new unique snippet format (Oct 2025+) with async loading and init script.

v0.8.2

fixsecurity

Security fix: heading XSS, i18n language context bug, Plausible warning spam, image attribute extraction

v0.10.0

featureperformance

Incremental builds: dev server skips rebuilding unchanged content for faster iteration

v0.8.1

fix

Bug fixes: PageSpeed URL encoding, Atom feed RFC 4287 author compliance, tag link URL prefix, CLAUDE.md pagination example

v0.4.5

fix

Fix serve watcher rebuild loop on Linux with strictatime/relatime filesystems

v0.8.0

new

Atom 1.0 feeds, redirect aliases via frontmatter, upgrade path for custom templates

v0.6.0

new

Previous/next article navigation for blog posts

v0.7.0

new

PageSpeed audit command, CSS/JS minification on by default

v0.5.0

newimprovement

Path-scoped .claude/rules/ context files for leaner CLAUDE.md

v0.9.0

new

Major UX improvements: build progress spinners, Vite-style dev server, shell completions, smart error hints, and more.

v0.4.3

new

Collection index pages with sidebar nav, redirect_to, and docs-index template

v0.4.4

fix

Fix seite upgrade not updating project version when no file changes needed

v0.4.0

new

Per-collection subdomain deploys

v0.3.3

improvement

Further build pipeline optimizations: eliminate redundant file walks and per-page allocations.

v0.4.2

improvement

Per-subdomain base URL override

v0.3.2

improvement

Parallelize the build pipeline with rayon and consolidate HTML post-processing for faster builds.

v0.4.1

improvement

Subdomain support in MCP, scaffolding, and upgrade system

v0.3.1

fix

Fix Windows build by switching KaTeX from quick-js to duktape backend. The quick-js JavaScript engine does not support Windows targets, causing release builds to fail.

v0.3.0

newimprovementfix

4 new themes, 2026 design refresh, math/LaTeX rendering, AVIF image format, and SEO improvements.

v0.2.4

new

Brand identity builder skill: logo, color palette, and favicon creation via /brand-identity.

v0.2.3

newfix

Plausible script extensions, conversion event tracking, and PNG image optimization.

v0.2.2

fix

Image quality settings now apply to JPEG and WebP output: lossy WebP encoding via libwebp.

v0.2.1

fixnew

SEO meta tag fixes across all themes and new public/ directory for root-level files.

v0.1.0

new

Initial public release of seite, the AI-native static site generator built in Rust.