You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add gix-tix archive ignore; make mtime sensitive test always work.
New Features
separate the inline history status with a spacer
reuse the history-view repository during sustained scrolling
lazily load commit metadata from commit graphs
open the tix commit pane with o
Accept o as the conventional commit-pane toggle alongside ], and advertise the easier binding in the footer.
abbreviate matching tix attributions
Render an attribution as * when its parsed identity is identical to the primary author, avoiding repetition while preserving distinct and merely mailmapped identities.
show Assisted-by agents in tix
Classify Assisted-by identities from commit trailers and render them as a distinct As attribution group, so agent assistance is visible without assigning co-authorship.
style tix commit message metadata
group tix commit message trailers
show tix copy feedback
align tix commit message trailers
copy tix commit authors with Y
use alternate screen for the tix commit pane
cycle tix author names with n
keep tix graph browsing memory-efficient on large histories
choose which references tix displays
estimate graph width before lanes are ready
toggle align mode with a single key
mark the selected line at its right edge
clear the inline status line on exit
Bug Fixes
recognise GPT as an assisting agent
hide the trailing selection marker on exit
avoid a lane-width shift when graph rendering completes
switch screens after hidden history reloads
restore Shift-G navigation to the first commit
skip the inert tix name mode
When visible commits have no trailer attributions, switching from all names to author-only changes nothing on screen. Skip directly to hidden names so each press of n has an observable effect.
copy parsed tix authors without re-validation
History parsing accepts author names containing > and emails containing <, but IdentityRef serialization rejects them and made the TUI exit when copying. Assemble the displayed identity directly from its already-parsed bytes.
apply mailmap to trailer attributions
The mailmap toggle resolved only the primary commit author, leaving stale
aliases in Co-authored-by, Reviewed-by, and the other supported attribution
trailers. Route both primary and trailer authors through the same name resolver
so the toggle consistently controls every displayed identity.
Commit Statistics
42 commits contributed to the release over the course of 30 calendar days.