From 65b121179d28cdd3a1e9663798b284a28d77d3ef Mon Sep 17 00:00:00 2001 From: extrawurst Date: Tue, 30 Aug 2022 14:09:24 +0200 Subject: [PATCH] shorter changelog entry --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16808f89..a44cddd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added * submodules support ([#1087](https://github.com/extrawurst/gitui/issues/1087)) -* selected lines in files and log lists now fills the entire container -* new color for command bar items background (`cmdbar_bg`) +* customizable `cmdbar_bg` theme color & screen spanning selected line bg [[@gigitsu](https://github.com/gigitsu)] ([#1299](https://github.com/extrawurst/gitui/pull/1299)) ### Fixes * remove insecure dependency `ansi_term` ([#1290](https://github.com/extrawurst/gitui/issues/1290))