diff --git a/CHANGELOG.md b/CHANGELOG.md index 544e31c4..1df6a926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +**tag annotation support** + +![tag-annotation](assets/tag-annotation.gif) + **revert commit from rev log** ![revert-commit](assets/revert-commit.gif) @@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - allow reverting a commit from the commit log ([#927](https://github.com/extrawurst/gitui/issues/927)) - disable pull cmd on local-only branches ([#1047](https://github.com/extrawurst/gitui/issues/1047)) +- support adding annotations to tags ([#747](https://github.com/extrawurst/gitui/issues/747)) ### Fixed - Keep commit message when pre-commit hook fails ([#1035](https://github.com/extrawurst/gitui/issues/1035)) diff --git a/assets/tag-annotation.gif b/assets/tag-annotation.gif new file mode 100644 index 00000000..aa607d7d Binary files /dev/null and b/assets/tag-annotation.gif differ