diff --git a/CHANGELOG.md b/CHANGELOG.md index a980e9d6..f064bf99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/README.md b/README.md index 4346b6a2..4a96d735 100644 --- a/README.md +++ b/README.md @@ -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