Skip to content

v7.0.0

Compare
Choose a tag to compare
@diogocavilha diogocavilha released this 21 Feb 13:34
· 118 commits to master since this release
c4a74d7

!! ATENTION !!
THIS VERSION INTRODUCES LOTS OF BREAKING CHANGES!

Too many things have been changed on this version. Chances are that you'll need to reinstall FancyGit. But I promise you
that it'll worth. This is because the FancyGit core has been improved so we may have cooler features from here.

  • Improve fancy themes structure by creating a color scheme config.
  • Add "dracula" color scheme for default theme.
  • Add "superman" color scheme for default theme.
  • Improve code that checks if branch is already merged.
  • Change config-manager module to settings-manager.
  • Add font "DejaVu-Sans-Mono-Nerd-Font-Complete.ttf".
  • Add font "DejaVu-Sans-Mono-Nerd-Font-Complete-Mono.ttf".
  • Add font "JetBrains-Mono-Regular-Nerd-Font-Complete-Mono.ttf".
  • Add font "JetBrains-Mono-Medium-Nerd-Font-Complete-Mono.ttf".
  • Change fancygit --colors to fancygit --suggested-global-git-config.
  • Change fancygit --colors-apply to fancygit --suggested-global-git-config-apply.
  • Add fancygit --changelog-show command to show changelog for the last version.
  • Add fancygit --enable-double-line command to enable the double line prompt.
  • Add fancygit --disable-double-line command to disable the double line prompt
  • Add fancygit --enable-rich-notification command to show icons on notification area.
  • Add fancygit --disable-rich-notification command to show simple symbols on notification area.
  • Add fancygit --show-themes command to show all available themes.
  • Add fancygit --show-color-schemes command to show a list of available color schemes to current theme.
  • Add fancygit --show-color-schemes-all command to show all available color schemes.
  • Add fancygit --theme-default command to switch to the default theme.
  • Add fancygit --theme-human command to switch to the human theme.
  • Add fancygit --theme-simple command to switch to the simple theme.
  • Add fancygit --color-scheme-simple command to select the color scheme. (Available for theme-simple).
  • Add fancygit --color-scheme-human command to select the color scheme. (Available for theme-human).
  • Add fancygit --color-scheme-default command to select the color scheme. (Available for theme-default).
  • Add fancygit --color-scheme-dracula command to select the color scheme. (Available for theme-default).
  • Add fancygit --color-scheme-dark command to select the color scheme. (Available for theme-default).
  • Add fancygit --color-scheme-dark-col command to select the color scheme. (Available for theme-default).
  • Add fancygit --color-scheme-light command to select the color scheme. (Available for theme-default).