diff --git a/CHANGELOG.md b/CHANGELOG.md index e52900dc..f64daab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - entry on [git-scm.com](https://git-scm.com/downloads/guis) in the list of GUI tools [[@Vidar314](https://github.com/Vidar314)] (see [PR](https://github.com/git/git-scm.com/pull/1485)) +- commits can be tagged in revlog [[@cruessler](https://github.com/cruessler)] ([#103](https://github.com/extrawurst/gitui/issues/103)) + +![](assets/tagging.gif) ### Changed - async fetching tags to improve reactivity in giant repos ([#170](https://github.com/extrawurst/gitui/issues/170)) diff --git a/assets/tagging.gif b/assets/tagging.gif new file mode 100644 index 00000000..042933a5 Binary files /dev/null and b/assets/tagging.gif differ