File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- stashing support ([ #3 ] ( https://github.com/extrawurst/gitui/issues/3 ) )
11
11
12
12
### Changed
13
+ - log tab refreshes when head changes ([ #78 ] ( https://github.com/extrawurst/gitui/issues/78 ) )
13
14
- performance optimization of the log tab in big repos
14
15
- more readable default color for the commit hash in the log tab
15
- - log tab refreshes when head changes ([ #78 ] ( https://github.com/extrawurst/gitui/issues/78 ) )
16
16
17
17
### Fixes
18
18
- panic on small terminal width ([ #72 ] ( https://github.com/extrawurst/gitui/issues/72 ) )
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ blazing fast terminal-ui for git written in rust
23
23
* context based help (** no** need to remember any hot-key)
24
24
* inspect/commit changes (incl. hooks: * commit-msg* /* post-commit* )
25
25
* (un)stage files/hunks, revert/reset files/hunk
26
+ * stashing
26
27
* browse commit log
27
28
* scalable ui layout
28
29
* async [ input polling] ( assets/perf_compare.jpg ) and
You can’t perform that action at this time.
0 commit comments