mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
some updates
This commit is contained in:
parent
4f01ef783c
commit
40cd31bece
2 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue