All Versions
21
Latest Version
Avg Release Cycle
169 days
Latest Release
1238 days ago

Changelog History
Page 2

  • v2.0.0 Changes

    March 24, 2018

    This is actually a minor, but breaking change.

    gitHUD executable was renamed to githud

  • v1.3.7 Changes

    March 31, 2017
    • When in detached, but on a commit that has a tag, display the tag name rather than the commit SHA
  • v1.3.6 Changes

    February 07, 2017
    • BASH shell: properly escape invisible control characters so that the prompt length is computed properly
  • v1.3.5 Changes

    • in 1.3.1 I introduced merge_branch_ignore_branches to be able to deal with "false" branches like the famous gh-pages. It happens that if this branch was properly created as an orphan branch (git branch --orphan gh-pages), ๐Ÿ”€ then I can detect that it does not merge back into master and not show this part of the prompt automatically without people having to manually maintain ๐Ÿ‘ป exception. Thanks to Markus for pointing that out
  • v1.3.4 Changes

    • ๐Ÿšš Minor breaking change: Removed the trailing space. If you need it, just put it in your prompt definition
    • Do not override background color. Just act on foreground text color
  • v1.3.3 Changes

    • ๐Ÿ”€ Merge branch count indicator will not include merge-commit anymore. This is actually redundant in all case. In fact, in a develop/master typical flow, ๐Ÿ”€ when develop merges into master and develop and master are actually equal, if ๐Ÿ”€ you count the merge-commit, you'll have the impression that there is a delta between the 2 branches
  • v1.3.2 Changes

    • Introduce merge_branch_ignore_branches config list that allows to not display the merge-branch part of the prompt for certain branch names
  • v1.3.1 Changes

    • ๐Ÿ‘ Allow for a special "NoColor" configuration color to reset to the terminal foreground color
    • 0๏ธโƒฃ NoColor is the default if the config file cannot be read
    • Protect the prompt from possible color set before gitHUD is invoked
    • 0๏ธโƒฃ Branch name has no color by default
    • 0๏ธโƒฃ The default commit pull-push symbol is changed to a (hopefully) clearer 'โฅฏ'
  • v1.3.0 Changes

    • โœ‚ Remove dependency on a patched font in the default config
    • ๐Ÿ‘ Allow for partial prompt through configuration
  • v1.2.0 Changes

    • ๐Ÿ”ง Configurable "no remote tracking branch" color
    • ๐Ÿ›  Fix brew formula in gbataille/homebrew-gba which failed on some configs