diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d292e52..bf91908f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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)) +- support inspecting annotation of tag ([#1076](https://github.com/extrawurst/gitui/issues/1076)) - support deleting tag on remote ([#1074](https://github.com/extrawurst/gitui/issues/1074)) ### Fixed diff --git a/assets/tag-annotation.gif b/assets/tag-annotation.gif index aa607d7d..5f275a74 100644 Binary files a/assets/tag-annotation.gif and b/assets/tag-annotation.gif differ