From 40cd31bece7c397bf1bffb1eaba8d8fae310f2e7 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 23 May 2020 14:07:41 +0200 Subject: [PATCH] some updates --- CHANGELOG.md | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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