Releases: diogocavilha/fancy-git
Releases · diogocavilha/fancy-git
v6.3.1
- Add one more question to "gd" command.
- Fix a minor bug when using MacOS.
- Add the
fancygit --enable-show-user-at-machine
command for making FancyGit to show the (user@machine) prompt info. - Add the
fancygit --disable-show-user-at-machine
command for making FancyGit not to show the (user@machine) prompt info. - Change the
fancygit --full-path-disable
command tofancygit --disable-full-path
in order to keep it organized. - Change the
fancygit --full-path-enable
command tofancygit --enable-full-path
in order to keep it organized. - Add a new font called "Sauce-Code-Pro-Nerd-Font-Complete-Windows-Compatible.ttf" in order to keep compatibility.
- Update virtualenv status icon.
- Change stash status icon.
v6.3.0
- Update icon for stash.
- Update icon for untracked files.
- Update icon for staged files.
- Change icon of merged branch.
- Fix bug about unpushed commits icon. Now it appears again.
- Organize the colored style icon sequence in a logical way of workflow.
v6.2.13
- Update README.md.
- Add
dark-col-double-line
on fancygit completion. - Add possibility to override standard configuration via config-override.sh.
v6.2.11
- Evaluate remote of current branch instead of using hardcoded origin in themes.
v6.2.10
- Fix minor bug.
- Add styling to git stash listing for clarity
- Add configuration file for centralized updates.
- Enable change of prompt style between short path and full path display.
v6.2.7
- Add
human-single-line
style. - Add
human-dark-single-line
style. - Fix some bugs with
grep
command when using MAC OS. - Change
gdb
alias toggdb
alias.
v6.1.6
- Improve the way fancygit looks for its configurations.
- Add the
fancygit --config-list
command to show the current FancyGit configuration. - Add the
fancygit --config-reset
command to reset FancyGit configuration. - Add the
fancygit --full-path-enable
command for making FancyGit to show the full path of the working directory. - Add the
fancygit --full-path-disable
command for making FancyGit to show only working directory, not the full path.
v6.0.5
- Add new icon when branch exists only locally. (Only colored themes).
v6.0.4
- Fix installation command when git package is not installed yet.
- Add the
pve
command to show the current Python virtual environment name.
v6.0.2
- Add a ghost icon to indicate you're working on a Python virtual environment. (Only colored themes).