Releases: magicmonty/bash-git-prompt
Releases · magicmonty/bash-git-prompt
Release 2.7.1
Support for Git 2.14.0
This release contains some bug fixes. Especially support for Git 2.14.0
Release 2.6.2
Important security fix: See #310
Release 2.6.1
- FEATURE: You can now temporarily toggle the prompt with
git_prompt_toggle
- FEATURE: It's now possible to specify the custom theme file via
GIT_PROMPT_THEME_FILE
- FEATURE: Configurable display of numbers for changed files via
GIT_PROMPT_SHOW_CHANGED_FILES_COUNT
- FEATURE: New Theme PlagueDoctor
- FIX: The prompt shows now, if a file is both staged and unstaged
- FIX: Fixed a rare issue with the index.lock by creating a private lock file
- FIX: Fixed some typos in README
- FIX: Aliases for cp and rm are now lower priority than the original …
- FIX: Fixed utf8 and added Python 3 support for
gitstatus.py
- FIX: Fixed 'not in a GIT repository' problem
- FIX: Fixes substring expression < 0 issue for older bash versions
Lots of bugfixes and Themes
Merge pull request #260 from ogr3/colors-as-function Extract color definition loading as a function
Bugfix Release
GIT_SHOW_UNTRACKED_FILES
was not working correctly.
- Renamed
GIT_SHOW_UNTRACKED_FILES
toGIT_PROMPT_SHOW_UNTRACKED_FILES
GIT_PROMPT_SHOW_UNTRACKED_FILES
can now set on a per repository basis in.bash-git-rc
Lots of new Themes and features
Better stability, more themes ...
Fixes an new Themes
Adds new Single line themes
Adds new themes for openSUSE
Bugfix release
Fixes a bug, where the GIT_PROMPT_IGNORE_STASH
setting was not recognized
Bugfix release
Reverted a breaking change from last release