update changelog/readme

This commit is contained in:
Stephan Dilly 2020-10-18 19:03:11 +02:00
parent 71880f96f7
commit b21fad79c5
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
![branches](assets/push.gif)
- new branch list popup incl. checkout/delete [[@WizardOhio24](https://github.com/WizardOhio24)] ([#303](https://github.com/extrawurst/gitui/issues/303)) ([#323](https://github.com/extrawurst/gitui/issues/323))
- new branch list popup incl. checkout/delete/rename [[@WizardOhio24](https://github.com/WizardOhio24)] ([#303](https://github.com/extrawurst/gitui/issues/303)) ([#323](https://github.com/extrawurst/gitui/issues/323))
![push](assets/branches.gif)

View File

@ -31,6 +31,7 @@
- Stage, unstage, revert and reset files and hunks
- Stashing (save, apply, drop, and inspect)
- Push to remote
- Branch List (create, rename, delete)
- Browse commit log, diff committed changes
- Scalable terminal UI layout
- Async [input polling](assets/perf_compare.jpg)