Skip to content

Releases: trebaud/diffcat

v0.11.1

07 Jun 02:53

Choose a tag to compare

What's Changed

No user-facing changes in this release — maintenance only (CI workflow, README demo GIFs, and release/install tooling tweaks).

Full changelog: v0.11.0...v0.11.1

v0.11.0

04 Jun 20:45

Choose a tag to compare

What's Changed

  • feature: The repository overview now shows a richer stats dashboard — commit activity by hour of day and by weekday, longest and current commit streaks, busiest day, average commits per week, human vs. AI commit split, and author concentration (top-author share and bus factor).

Full changelog: v0.10.0...v0.11.0

v0.10.0

04 Jun 18:40

Choose a tag to compare

What's Changed

  • feature: The S dashboard is now a whole-repo Stats view — a scrollable per-author commit ranking (each human and AI agent its own row) with activity charts, computed across all of HEAD's history.
  • ux: Stats opens instantly and fills in the background while a deep history is walked, so it never blocks on large repos.

Full changelog: v0.9.0...v0.10.0

v0.9.0

04 Jun 11:48

Choose a tag to compare

What's Changed

  • ux: In the history view, the commit list now fills the whole screen by default — press Tab (or l/) to open the selected commit's diff on the right half, and Esc/Tab to close it again.

Full changelog: v0.8.0...v0.9.0

v0.8.0

03 Jun 20:08

Choose a tag to compare

What's Changed

  • ux: file names now flash a one-shot highlight the moment a sync changes them, making fresh changes easier to spot at a glance.
  • feature: the D branch-diff view is reachable again from the commit-history view, with a matching footer hint.
  • bug: the working-tree row now appears only when there are real uncommitted changes, not merely because a feature branch differs from its base.

Full changelog: v0.7.1...v0.8.0

v0.7.1

03 Jun 19:03

Choose a tag to compare

What's Changed

  • perf: The branch dashboard now opens instantly — the AI/human authorship split is computed in the background instead of blocking the summary view.
  • ux: Simplified the commit history page for a cleaner browsing experience.

Full changelog: v0.7.0...v0.7.1

v0.7.0

03 Jun 18:32

Choose a tag to compare

What's Changed

  • feature: The history view now shows the base branch's recent commits below a labeled divider, so you can see at a glance what your branch added versus what it forked from.
  • ux: Commit counts in the history header now reflect only your branch's own commits, not the base history shown for context.

Full changelog: v0.6.0...v0.7.0

v0.6.0

02 Jun 22:19

Choose a tag to compare

What's Changed

  • feature: New AI vs human attribution view in the overview, showing how much of the diff was authored by AI versus by a human.
  • ux: Cooler nyan cat animation.

Full changelog: v0.5.0...v0.6.0

v0.5.0

02 Jun 18:38

Choose a tag to compare

What's Changed

  • feature: diffcat now opens on the branch's commit history by default; press D to jump to the aggregated branch-vs-base file tree and diff.
  • ux: navigating the file tree with j/k now skips over folder rows and lands directly on files.
  • ux: assorted layout and rendering polish across the diff and sidebar.

Full changelog: v0.4.1...v0.5.0

v0.4.1

02 Jun 15:45

Choose a tag to compare

What's Changed

  • ux: The commit-history view now pins its sidebar to about half the pane for a steadier layout — it's no longer collapsible or resizable there, and the [ ] hint is hidden in that view.

Full changelog: v0.4.0...v0.4.1