From e948ca850e9c7093e016313a0801b520cb28d615 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 25 Feb 2021 15:08:12 +0100 Subject: [PATCH] added changelog see #549 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3cce18c..ca377c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ![charcount](assets/char_count.gif) ### Fixed +- fixed key binding for *external exitor* in vim key bindings [[@yanganto](https://github.com/yanganto)] ([#549](https://github.com/extrawurst/gitui/issues/549)) - fix some potential errors when deleting files while they are being diffed ([#490](https://github.com/extrawurst/gitui/issues/490)) - push defaults to 'origin' remote if it exists ([#494](https://github.com/extrawurst/gitui/issues/494)) - support missing pageUp/down support in branchlist ([#519](https://github.com/extrawurst/gitui/issues/519))