diff --git a/CHANGELOG.md b/CHANGELOG.md index c84057e6..c4df5086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - added gitui to [chocolatey](https://chocolatey.org/packages/gitui) on windows by [@nils-a](https://github.com/nils-a) - push to remote ([#265](https://github.com/extrawurst/gitui/issues/265)) ([#267](https://github.com/extrawurst/gitui/issues/267)) -![push](assets/push.gif) +![branches](assets/push.gif) - new branch list popup incl. checkout/delete [[@WizardOhio24](https://github.com/WizardOhio24)] ([#303](https://github.com/extrawurst/gitui/issues/303)) ([#323](https://github.com/extrawurst/gitui/issues/323)) +![push](assets/branches.gif) + - scrollbar in long commit messages [[@timaliberdov](https://github.com/timaliberdov)] ([#308](https://github.com/extrawurst/gitui/issues/308)) ### Changed diff --git a/assets/branches.gif b/assets/branches.gif new file mode 100644 index 00000000..c42a3125 Binary files /dev/null and b/assets/branches.gif differ