submodules view
commit message history
Added
- submodules support (#1087)
- remember tab between app starts (#1338)
- repo specific gitui options saved in
.git/gitui.ron
(#1340) - commit msg history (#1345)
- customizable
cmdbar_bg
theme color & screen spanning selected line bg [@gigitsu] (#1299) - word motions to text input [@Rodrigodd] (#1256)
- file blame at right revision from commit-details [@heiskane] (#1122)
- dedicated selection foreground theme color
selection_fg
(#1365) - add
regex-fancy
andregex-onig
features to allow building Syntect with Onigumara regex engine instead of the default engine based on fancy-regex [@jirutka] - add
vendor-openssl
feature to allow building without vendored openssl [@jirutka] - allow copying marked commits [@remique] (#1288)
- feedback for success/failure of copying hash commit [@sergioribera](#1160)
- display tags and branches in the log view [@alexmaco] (#1371)
- display current repository path in the top-right corner [@alexmaco](#1387)
- add Linux targets for ARM, ARMv7 and AARCH64 [@adur1990] (#1419)
- display commit description in file view [@alexmaco] (#1380)
- allow launching editor from Compare Commits view (#1409)