summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2024-04-14 21:33:50 +0200
committerextrawurst <mail@rusticorn.com>2024-04-14 21:33:50 +0200
commit4bf12906101f435c9fd825a633fd3e702262912e (patch)
treebd3053806d63b3442ebe94d5e9e1c72cdee59a3d
parenta72c62bd824ef497614b0223b9cdef3f2bd0a172 (diff)
add a release image
-rw-r--r--CHANGELOG.md4
-rw-r--r--assets/gitui-signing.pngbin0 -> 37554 bytes
2 files changed, 4 insertions, 0 deletions
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
--- /dev/null
+++ b/assets/gitui-signing.png
Binary files differ