From d998ca652dec70f158a01f039e7074d1acfbc427 Mon Sep 17 00:00:00 2001 From: Diogo Alexsander Cavilha Date: Fri, 14 Apr 2023 20:09:09 -0300 Subject: [PATCH] :bookmark: Create new version and update the changelog --- CHANGELOG.md | 5 +++++ version.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d32021f..8df22e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ > Any trouble, please visit the [troubleshooting page](https://github.com/diogocavilha/fancy-git/blob/master/TROUBLESHOOTING.md) +## v7.5.3 +- Fix 4 stuck characters when navigating through history commands. +- Fix prompt color leak for default theme. +- Fix human theme double space after notification area. + ## v7.5.2 - Improve human dracula color-scheme branch color. diff --git a/version.sh b/version.sh index d4d1658..c71a960 100644 --- a/version.sh +++ b/version.sh @@ -3,4 +3,4 @@ # Author: Diogo Alexsander Cavilha # Date: 11.17.2017 -export FANCYGIT_VERSION="7.5.2" +export FANCYGIT_VERSION="7.5.3"