diff --git a/CHANGELOG.md b/CHANGELOG.md index b05e5df0..3c3d934a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.16.2] - 2021-07-10 + +![tag-remote-marker](assets/tag-remote-marker.gif) + ## Added -- new `undo-last-commit` command [[@remique](https://github.com/remique)] ([#758](https://github.com/extrawurst/gitui/issues/758)) - taglist: show arrow-symbol on tags not present on origin [[@cruessler](https://github.com/cruessler)] ([#776](https://github.com/extrawurst/gitui/issues/776)) +- new `undo-last-commit` command [[@remique](https://github.com/remique)] ([#758](https://github.com/extrawurst/gitui/issues/758)) - new quit key `[q]` ([#771](https://github.com/extrawurst/gitui/issues/771)) - proper error message if remote rejects force push ([#801](https://github.com/extrawurst/gitui/issues/801)) diff --git a/assets/tag-remote-marker.gif b/assets/tag-remote-marker.gif new file mode 100644 index 00000000..40e6984f Binary files /dev/null and b/assets/tag-remote-marker.gif differ