From cd3989238b109bd1cf943a1c5ab9074806150a46 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 20 Nov 2021 18:54:24 +0100 Subject: [PATCH] changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d94cfbe6..5ee25e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add highlighting matches in fuzzy finder ([#893](https://github.com/extrawurst/gitui/issues/893)) - support `home` and `end` keys in branchlist ([#957](https://github.com/extrawurst/gitui/issues/957)) - add `ghemoji` feature to make gh-emoji (GitHub emoji) optional ([#954](https://github.com/extrawurst/gitui/pull/954)) +- allow customizing key symbols like `⏎` & `⇧` ([see docs](https://github.com/extrawurst/gitui/blob/master/KEY_CONFIG.md#key-symbols)) ([#465](https://github.com/extrawurst/gitui/issues/465)) ### Fixed - honor options (for untracked files) in `stage_all` command ([#933](https://github.com/extrawurst/gitui/issues/933))