v0.11.0
Notable Features
- Search (accessed via t) now shows the filename first and has icons
- n/p/N is used to navigate to next/previous file
- If used with
git show, and there's a commit preamble present, pressing m will show the commit info. It's also shown in the header - There's finally a scrollbar in the diffview
- Thanks to new contributor @vertti
diffnavnow supports awatchflag which will rungit diffby default (but can be controlled). It will run the command while maintaining the UI state
Once again, thanks to @pablospe for his awesome contributions!
Changelog
- 0957bb1 chore: upgrade deps (#114)
- 4a31deb ci: add basic CI workflow (#113)
- dc735a5 feat(search): show filename first + icons (#105)
- 822adc6 feat: Add shift+tab as alias for tab to switch panels (#109)
- 41f1c16 feat: add F1 key to toggle help overlay (#101)
- c899b9e feat: add n (next file) and p/N (previous file) shortcuts to jump between files (#98)
- e651360 feat: add scrollbar to diff viewer (#112)
- e616b2a feat: add watch mode for auto-refreshing diffs (#96)
- 19503d8 feat: commit info overlay with
mkey (#103) - e215560 feat: show commit info when used as a pager for git show (#97)
- 2898ff7 fix: sidebar search crashes (#95)