Skip to content

Release 2.6.1

Compare
Choose a tag to compare
@magicmonty magicmonty released this 06 Oct 19:43
· 158 commits to master since this release
  • 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