Skip to content

Releases: diogocavilha/fancy-git

v7.2.0

11 Apr 17:54
85f7f32
Compare
Choose a tag to compare

Fix theme human prompt space between symbols

v7.1.7

03 Mar 00:53
1a9054c
Compare
Choose a tag to compare
  • Fix double line for default theme.
  • Fix "pve" command.
  • Fix python virtualenv checking.

v7.1.6

01 Mar 13:50
Compare
Choose a tag to compare
  • Fix code stye according to ShellCheck rules.
  • Remove commands to enable/disable tag name.
  • Fix minor bugs.

v7.1.5

27 Feb 23:17
Compare
Choose a tag to compare
  • Update screenshots on readme file.
  • Replace fancygit --separator-blocs by fancygit --separator-blocks.
  • Replace fancygit --separator-blocs-tiny by fancygit --separator-blocks-tiny.

v7.1.4

25 Feb 01:38
e5e4090
Compare
Choose a tag to compare
  • Fix changelog presentation after updating.

v7.1.3

24 Feb 16:06
1944434
Compare
Choose a tag to compare
  • Improve "default_cga" colors for better contrast and readability.

v7.1.2

24 Feb 01:16
8133c29
Compare
Choose a tag to compare
  • Bug fix: Add a separator between time and username when they have the same background color. (It avoids a weird presentation).

v7.1.1

24 Feb 01:05
9a369e6
Compare
Choose a tag to compare
  • Add "cga" color scheme for default theme.

v7.1.0

21 Feb 13:34
Compare
Choose a tag to compare
  • Add tag name instead of "HEAD"
  • Add fancygit --set-user-name command to set the user name.
  • Add fancygit --unset-user-name command to go back to the default user name.
  • Add fancygit --set-host-name command to set the host name.
  • Add fancygit --unset-host-name to go back to the default host name .
  • Add "neon" color scheme for default theme.
  • Add fancygit --color-scheme-neon command to select the color scheme. (Available for theme-default).

v7.0.0

21 Feb 13:34
c4a74d7
Compare
Choose a tag to compare

!! 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).