Releases: diogocavilha/fancy-git
Releases · diogocavilha/fancy-git
v7.2.0
Fix theme human prompt space between symbols
v7.1.7
- Fix double line for default theme.
- Fix "pve" command.
- Fix python virtualenv checking.
v7.1.6
- Fix code stye according to ShellCheck rules.
- Remove commands to enable/disable tag name.
- Fix minor bugs.
v7.1.5
- Update screenshots on readme file.
- Replace
fancygit --separator-blocs
byfancygit --separator-blocks
. - Replace
fancygit --separator-blocs-tiny
byfancygit --separator-blocks-tiny
.
v7.1.4
- Fix changelog presentation after updating.
v7.1.3
- Improve "default_cga" colors for better contrast and readability.
v7.1.2
- Bug fix: Add a separator between time and username when they have the same background color. (It avoids a weird presentation).
v7.1.1
- Add "cga" color scheme for default theme.
v7.1.0
- 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
!! 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
tofancygit --suggested-global-git-config
. - Change
fancygit --colors-apply
tofancygit --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).