update changelog

This commit is contained in:
Stephan Dilly 2021-02-23 11:12:55 +01:00
parent 457f644f30
commit a11da53bda
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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))