From a11da53bdad3653fd561d86d67cd39bab1f4e34e Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 23 Feb 2021 11:12:55 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ README.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d49499e..11cac5a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Added +- support *force push* command [[@WizardOhio24](https://github.com/WizardOhio24)] ([#274](https://github.com/extrawurst/gitui/issues/274)) +- support mouse scrolling [[@WizardOhio24](https://github.com/WizardOhio24)] ([#306](https://github.com/extrawurst/gitui/issues/306)) - show used char count in input texts ([#466](https://github.com/extrawurst/gitui/issues/466)) ![push](assets/char_count.gif) diff --git a/README.md b/README.md index 49c5c7e2..b45102d3 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,6 @@ The key bindings can be customized: See [Key Config](KEY_CONFIG.md) on how to se These are the high level goals before calling out `1.0`: * upstream branches ([#453](https://github.com/extrawurst/gitui/issues/453)) -* force push ([#274](https://github.com/extrawurst/gitui/issues/274)) * simple pull (only for ff-merge) ([#319](https://github.com/extrawurst/gitui/issues/319)) * merging with conflicts ([#485](https://github.com/extrawurst/gitui/issues/485)) * log search (commit, author, sha) ([#449](https://github.com/extrawurst/gitui/issues/449),[#429](https://github.com/extrawurst/gitui/issues/429))