Releases: extrawurst/gitui
Releases · extrawurst/gitui
v0.2.6
Fixed
- fix crash help in small window size (#63)
v0.2.5
Added
- introduced proper changelog
- hook support on windows [@MCord] (#14)
Changed
- show longer commit messages in log view
- introduce propper error handling in
asyncgit
[@MCord] (#53)
- better error message when trying to run outside of a valid git repo (#56)
- improve ctrl+c handling so it is checked first and no component needs to worry of blocking it
Fixed
- support multiple tags per commit in log (#61)
v0.2.3
- support more navigation keys:
home
/end
/pageUp
/pageDown
(#43)
- highlight current tab a bit better:
v0.2.2
- show tags in commit log (#47)
- support home/end key in diff (#43)
- close application shortcut is now the standard
ctrl+c
- document tab key to switch tabs (#48)
- some diff improvements (#42)
tags in commit log:
v0.2.1
first version of Logview (see #2):
- very fast even on big repos
- consumes little memory than
tig
(on whole log of linux kernel 300MB vs 1,1GB)
- still lacks lots of features
v0.2.0
- improved navigation (#29)
- tree view
- spinner indicating pending background activities (upper left corner)