diff options
author | extrawurst <mail@rusticorn.com> | 2024-04-10 11:56:55 +0200 |
---|---|---|
committer | extrawurst <mail@rusticorn.com> | 2024-04-10 11:56:55 +0200 |
commit | 665e99779e61900d1385c0eb477317fbb92e6a61 (patch) | |
tree | bc40103bc61d7b3f7f803a4f926544da5434e87f | |
parent | 945ec45027d81c3c11d5bbed418fcd32ba10d84f (diff) |
update changelog and readme
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 528606d2..6a4284f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * 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)) -* support sign commits with ssh key in the disk when `user.signingKey` and `gpg.format = ssh` of gitconfig are set(ssh-agent isn't yet supported) ([#1149](https://github.com/extrawurst/gitui/issues/1149)) +* 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)) ### Changed * Make info and error message popups scrollable [[@MichaelAug](https://github.com/MichaelAug)] ([#1138](https://github.com/extrawurst/gitui/issues/1138)) @@ -84,7 +84,6 @@ These are the high level goals before calling out `1.0`: ## 5. <a name="limitations"></a> Known Limitations <small><sup>[Top ▲](#table-of-contents)</sup></small> - no sparse repo support (see [#1226](https://github.com/extrawurst/gitui/issues/1226)) -- no support for SSH signing yet (see [#1149](https://github.com/extrawurst/gitui/issues/1149)) - no git-lfs support (see [#1089](https://github.com/extrawurst/gitui/discussions/1089)) - *credential.helper* for https needs to be **explicitly** configured (see [#800](https://github.com/extrawurst/gitui/issues/800)) |