← Releases
Release Edition
v0.1.6

Static site generator ships a very busy changelog.

v0.1.6 · May 19, 2026

Site operators can now lock their Gitpulse publication behind a password. Set one environment variable, rebuild, and every page becomes AES-GCM ciphertext that decrypts in the visitor's browser. No servers, no databases, no infrastructure to manage.

AI-generated editorial illustrations now accompany features and releases. The analyzer produces contextually relevant images for each story, and a new CLI command lets you regenerate individual images without a full re-run. A pluggable storage layer handles the binaries, with Vercel Blob as the first provider.

Feeds and release pages now paginate with configurable limits. Site operators can apply custom accent colors and navigate directly to releases via a new tab. A gitpulse:ignore label also lets you exclude PRs from publication. All settings live in .gitpulse.json.

← All Releases
15
PRs Merged
3
Contributors
+4.5k
Additions
-213
Deletions
Top Stories
2
feature

AI-generated feature illustrations now display on story feeds

#54·by @znat·+1056 / -16

Gitpulse stories get auto-generated editorial illustrations: the latest PR wires up Gemini image generation to the analyzer pipeline, with a new CLI command for regenerating individual story images without re-running the full analysis.

  • 4
    Image storage layer arrives with Vercel Blob
    A pluggable storage interface lands in the CLI, giving the codebase a home for binary assets like AI-generated PR images. Vercel Blob is the first shipped provider.
    feature
  • 5
    Release illustrations generated and displayed on site
    GitPulse now generates and displays AI-crafted "Special Edition" editorial illustrations for releases. The images appear on release cards and detail pages, with caching that avoids regenerating unchanged releases.
    feature