Skip to content

Releases: magicmonty/bash-git-prompt

Release 2.7.1

21 Dec 20:21
Compare
Choose a tag to compare
  • Add state and step display (#360)
  • new Theme Single_line_Solarized_Lamda (#364)
  • Allow different color for master branch (#363)
  • Add possibility to ignore submodules on git status
  • Add nodeenv to prompt virtuals env (#356)
  • Add Single_line_Dark.bgptheme theme (#353)
  • Fix Fish prompt (#346)

Support for Git 2.14.0

13 Aug 10:59
Compare
Choose a tag to compare

This release contains some bug fixes. Especially support for Git 2.14.0

Release 2.6.2

26 Mar 17:58
Compare
Choose a tag to compare

Important security fix: See #310

Release 2.6.1

06 Oct 19:43
Compare
Choose a tag to compare
  • 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

11 Jun 19:45
Compare
Choose a tag to compare
Merge pull request #260 from ogr3/colors-as-function

Extract color definition loading as a function

Bugfix Release

24 Dec 13:54
Compare
Choose a tag to compare

GIT_SHOW_UNTRACKED_FILES was not working correctly.

  • Renamed GIT_SHOW_UNTRACKED_FILES to GIT_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

19 Dec 09:32
Compare
Choose a tag to compare

Better stability, more themes ...

Fixes an new Themes

09 Feb 20:42
Compare
Choose a tag to compare

Adds new Single line themes
Adds new themes for openSUSE

Bugfix release

03 Jan 08:44
Compare
Choose a tag to compare

Fixes a bug, where the GIT_PROMPT_IGNORE_STASH setting was not recognized

Bugfix release

15 Nov 07:17
Compare
Choose a tag to compare

Reverted a breaking change from last release