Release Edition
v0.1.1

PR details now slide in from the right. The feed stays put. CLI ships as a real npm package.

v0.1.1 · May 4, 2026

Opening any PR in the feed no longer navigates away. A side drawer slides in with full details; close it and you're exactly where you left off, scroll position preserved. The drawer is deep-linkable and respects the browser back button.

The PR detail page received a full visual overhaul with richer metadata, a subtitle showing the PR title and author, and switchable tabs separating the human-readable story from the technical diff. Local development experience improved alongside the redesign.

Gitpulse is now a proper npm package. Run `npx @gitpulse/cli analyze` from anywhere. Repositories can publish their editorial feed to GitHub Pages by dropping a single reusable workflow YAML block into their actions. First release editions also now display actual content instead of landing on a blank page.

← All Releases
7
PRs Merged
2
Contributors
+4.2k
Additions
-633
Deletions
Top Stories
2
feature

PR details now open in a slide-in drawer, preserving scroll position

#25·by @znat·+1389 / -89

Clicking any PR or commit in the feed now opens a portal-rendered side drawer instead of navigating away. The feed stays frozen in place; closing the drawer returns you exactly where you were. The panel is deep-linkable and works with the browser back button.

3
feature

Gitpulse ships distributable CLI with Pages workflow

#26·by @znat·+867 / -300

Gitpulse is now installable as a regular npm package. A new reusable GitHub Actions workflow lets any repo publish its editorial story feed to Pages with a single YAML block.

  • 4
    First release editions now populate with content
    Release editions for first releases on a repository now display stats, top stories, and changelog instead of a mostly blank page. URLs were also simplified from /releases/tag/<tag>/<slug>/ to /releases/<tag>/.
    bugfix
  • 5
    GitPulse 0.1.1 released with PR drawer and CLI
    This release delivers a right-side drawer for viewing PR details without losing scroll position, a full redesign of the PR detail page, and the debut of the @gitpulse/cli package with a reusable GitHub Pages workflow.
    maintenance