diff --git a/CHANGELOG.md b/CHANGELOG.md index e28cc96..ed75bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ > Any trouble, please visit the [troubleshooting page](https://github.com/diogocavilha/fancy-git/blob/master/TROUBLESHOOTING.md) +## v7.6.2 +- Fix incomplete Patched fonts + ## v7.6.1 - Fix shellcheck issues. diff --git a/fonts/DejaVu-Sans-Mono-Nerd-Font-Complete-Mono.ttf b/fonts/DejaVu-Sans-Mono-Nerd-Font-Complete-Mono.ttf index 10c879b..46eaa94 100644 Binary files a/fonts/DejaVu-Sans-Mono-Nerd-Font-Complete-Mono.ttf and b/fonts/DejaVu-Sans-Mono-Nerd-Font-Complete-Mono.ttf differ diff --git a/fonts/DejaVu-Sans-Mono-Nerd-Font-Complete.ttf b/fonts/DejaVu-Sans-Mono-Nerd-Font-Complete.ttf index fea1aa9..b571dbf 100644 Binary files a/fonts/DejaVu-Sans-Mono-Nerd-Font-Complete.ttf and b/fonts/DejaVu-Sans-Mono-Nerd-Font-Complete.ttf differ diff --git a/fonts/JetBrains-Mono-Medium-Nerd-Font-Complete-Mono.ttf b/fonts/JetBrains-Mono-Medium-Nerd-Font-Complete-Mono.ttf index 78846c4..c194c36 100644 Binary files a/fonts/JetBrains-Mono-Medium-Nerd-Font-Complete-Mono.ttf and b/fonts/JetBrains-Mono-Medium-Nerd-Font-Complete-Mono.ttf differ diff --git a/fonts/JetBrains-Mono-Regular-Nerd-Font-Complete-Mono.ttf b/fonts/JetBrains-Mono-Regular-Nerd-Font-Complete-Mono.ttf index a2c6b64..5a7fa80 100644 Binary files a/fonts/JetBrains-Mono-Regular-Nerd-Font-Complete-Mono.ttf and b/fonts/JetBrains-Mono-Regular-Nerd-Font-Complete-Mono.ttf differ diff --git a/fonts/Sauce-Code-Pro-Nerd-Font-Complete-Windows-Compatible.ttf b/fonts/Sauce-Code-Pro-Nerd-Font-Complete-Windows-Compatible.ttf index 3dcc2a0..5780ab4 100644 Binary files a/fonts/Sauce-Code-Pro-Nerd-Font-Complete-Windows-Compatible.ttf and b/fonts/Sauce-Code-Pro-Nerd-Font-Complete-Windows-Compatible.ttf differ diff --git a/fonts/SourceCodePro+Powerline+Awesome+Regular.ttf b/fonts/SourceCodePro+Powerline+Awesome+Regular.ttf index a99c4d4..e968339 100644 Binary files a/fonts/SourceCodePro+Powerline+Awesome+Regular.ttf and b/fonts/SourceCodePro+Powerline+Awesome+Regular.ttf differ diff --git a/version.sh b/version.sh index 233db4b..b54d6a5 100644 --- a/version.sh +++ b/version.sh @@ -3,4 +3,4 @@ # Author: Diogo Alexsander Cavilha # Date: 11.17.2017 -export FANCYGIT_VERSION="7.6.1" +export FANCYGIT_VERSION="7.6.2"