v0.26.0
·
305 commits
to master
since this release
commit signing
Added
- sign commits using openpgp [@hendrikmaus] (#97)
- support ssh commit signing (when
user.signingKeyandgpg.format = sshof gitconfig are set; ssh-agent isn't yet supported) [@yanganto] (#1149) - provide nightly builds (see NIGHTLIES.md) (#2083)
- more version info in
gitui -Vandhelp popup(including git hash) - support
core.commitCharfiltering [@concelare] (#2136) - allow reset in branch popup (#2170)
- respect configuration for remote when pushing [@cruessler] (#2156)
Changed
- Make info and error message popups scrollable [@MichaelAug] (#1138)
- clarify
x86_64linux binary in artifact names:gitui-linux-x86_64.tar.gz(formerly known asmusl) (#2148)
Fixes
- add syntax highlighting support for more file types, e.g. Typescript, TOML, etc. [@martihomssoler] (#2005)
