Releases: trebaud/diffcat
Releases · trebaud/diffcat
v0.11.1
v0.11.0
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
What's Changed
- feature: The
Sdashboard 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
What's Changed
- ux: In the history view, the commit list now fills the whole screen by default — press
Tab(orl/→) to open the selected commit's diff on the right half, andEsc/Tabto close it again.
Full changelog: v0.8.0...v0.9.0
v0.8.0
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
Dbranch-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
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
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
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
What's Changed
- feature: diffcat now opens on the branch's commit history by default; press
Dto 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
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