diff --git a/CHANGELOG.md b/CHANGELOG.md index eef9b46d..990ade69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.26.0] - 2024-04-14 +** commit signing ** + +![signing](assets/gitui-signing.png) + ### 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)) diff --git a/assets/gitui-signing.png b/assets/gitui-signing.png new file mode 100644 index 00000000..61cbfa86 Binary files /dev/null and b/assets/gitui-signing.png differ