some updates

This commit is contained in:
Stephan Dilly 2020-05-23 14:07:41 +02:00
parent 4f01ef783c
commit 40cd31bece
2 changed files with 2 additions and 1 deletions

View file

@ -10,9 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- stashing support ([#3](https://github.com/extrawurst/gitui/issues/3))
### Changed
- log tab refreshes when head changes ([#78](https://github.com/extrawurst/gitui/issues/78))
- performance optimization of the log tab in big repos
- more readable default color for the commit hash in the log tab
- log tab refreshes when head changes ([#78](https://github.com/extrawurst/gitui/issues/78))
### Fixes
- panic on small terminal width ([#72](https://github.com/extrawurst/gitui/issues/72))

View file

@ -23,6 +23,7 @@ blazing fast terminal-ui for git written in rust
* context based help (**no** need to remember any hot-key)
* inspect/commit changes (incl. hooks: *commit-msg*/*post-commit*)
* (un)stage files/hunks, revert/reset files/hunk
* stashing
* browse commit log
* scalable ui layout
* async [input polling](assets/perf_compare.jpg) and