Path to this page:
Subject: CVS commit: pkgsrc/devel/gitui
From: pin
Date: 2024-04-16 07:48:49
Message id: 20240416054849.EA107FA2C@cvs.NetBSD.org
Log Message:
devel/gitui: update to 0.26.1
[0.26.0+1] - 2024-04-14
this release has no changes to `0.26.0` but provides windows binaries that were
missing before.
Added
* sign commits using openpgp [[@hendrikmaus](https://github.com/hendrikmaus)] \
([#97](https://github.com/extrawurst/gitui/issues/97))
* support ssh commit signing (when `user.signingKey` and `gpg.format = ssh` of \
gitconfig are set; ssh-agent isn't yet supported) \
[[@yanganto](https://github.com/yanganto)] \
([#1149](https://github.com/extrawurst/gitui/issues/1149))
* provide nightly builds (see [NIGHTLIES.md](./NIGHTLIES.md)) \
([#2083](https://github.com/extrawurst/gitui/issues/2083))
* more version info in `gitui -V` and `help popup` (including git hash)
* support `core.commitChar` filtering \
[[@concelare](https://github.com/concelare)] \
([#2136](https://github.com/extrawurst/gitui/issues/2136))
* allow reset in branch popup \
([#2170](https://github.com/extrawurst/gitui/issues/2170))
* respect configuration for remote when pushing \
[[@cruessler](https://github.com/cruessler)] \
([#2156](https://github.com/extrawurst/gitui/issues/2156))
Changed
* Make info and error message popups scrollable \
[[@MichaelAug](https://github.com/MichaelAug)] \
([#1138](https://github.com/extrawurst/gitui/issues/1138))
* clarify `x86_64` linux binary in artifact names: `gitui-linux-x86_64.tar.gz` \
(formerly known as `musl`) \
([#2148](https://github.com/extrawurst/gitui/issues/2148))
Fixes
* add syntax highlighting support for more file types, e.g. Typescript, TOML, \
etc. [[@martihomssoler](https://github.com/martihomssoler)] \
([#2005](https://github.com/extrawurst/gitui/issues/2005))
* windows release deployment was broken (reason for release `0.26.1`) \
[218d739](https://github.com/extrawurst/gitui/commit/218d739b035a034b7bf547629d24787909f467bf)
Files: