tag:github.com,2008:https://github.com/magicmonty/bash-git-prompt/releasesRelease notes from bash-git-prompt2017-12-21T20:10:27Ztag:github.com,2008:Repository/7006572/2.7.12017-12-21T20:21:34ZRelease 2.7.1<ul>
<li>Add state and step display (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="278577017" data-permission-text="Title is private" data-url="https://github.com/magicmonty/bash-git-prompt/issues/360" data-hovercard-type="issue" data-hovercard-url="/magicmonty/bash-git-prompt/issues/360/hovercard" href="https://github.com/magicmonty/bash-git-prompt/issues/360">#360</a>)</li>
<li>new Theme Single_line_Solarized_Lamda (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="283642564" data-permission-text="Title is private" data-url="https://github.com/magicmonty/bash-git-prompt/issues/364" data-hovercard-type="pull_request" data-hovercard-url="/magicmonty/bash-git-prompt/pull/364/hovercard" href="https://github.com/magicmonty/bash-git-prompt/pull/364">#364</a>)</li>
<li>Allow different color for master branch (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="282728702" data-permission-text="Title is private" data-url="https://github.com/magicmonty/bash-git-prompt/issues/363" data-hovercard-type="pull_request" data-hovercard-url="/magicmonty/bash-git-prompt/pull/363/hovercard" href="https://github.com/magicmonty/bash-git-prompt/pull/363">#363</a>)</li>
<li>Add possibility to ignore submodules on git status</li>
<li>Add nodeenv to prompt virtuals env (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="272288151" data-permission-text="Title is private" data-url="https://github.com/magicmonty/bash-git-prompt/issues/356" data-hovercard-type="pull_request" data-hovercard-url="/magicmonty/bash-git-prompt/pull/356/hovercard" href="https://github.com/magicmonty/bash-git-prompt/pull/356">#356</a>)</li>
<li>Add Single_line_Dark.bgptheme theme (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="268028500" data-permission-text="Title is private" data-url="https://github.com/magicmonty/bash-git-prompt/issues/353" data-hovercard-type="pull_request" data-hovercard-url="/magicmonty/bash-git-prompt/pull/353/hovercard" href="https://github.com/magicmonty/bash-git-prompt/pull/353">#353</a>)</li>
<li>Fix Fish prompt (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="253882229" data-permission-text="Title is private" data-url="https://github.com/magicmonty/bash-git-prompt/issues/346" data-hovercard-type="pull_request" data-hovercard-url="/magicmonty/bash-git-prompt/pull/346/hovercard" href="https://github.com/magicmonty/bash-git-prompt/pull/346">#346</a>)</li>
</ul>magicmontytag:github.com,2008:Repository/7006572/2.6.32017-08-13T10:59:16ZSupport for Git 2.14.0<p>This release contains some bug fixes. Especially support for Git 2.14.0</p>magicmontytag:github.com,2008:Repository/7006572/2.6.22017-03-26T17:58:44ZRelease 2.6.2<p>Important security fix: See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="215122741" data-permission-text="Title is private" data-url="https://github.com/magicmonty/bash-git-prompt/issues/310" data-hovercard-type="issue" data-hovercard-url="/magicmonty/bash-git-prompt/issues/310/hovercard" href="https://github.com/magicmonty/bash-git-prompt/issues/310">#310</a></p>magicmontytag:github.com,2008:Repository/7006572/2.6.12016-10-06T19:43:28ZRelease 2.6.1<ul>
<li><strong>FEATURE</strong>: You can now temporarily toggle the prompt with <code>git_prompt_toggle</code></li>
<li><strong>FEATURE</strong>: It's now possible to specify the custom theme file via <code>GIT_PROMPT_THEME_FILE</code></li>
<li><strong>FEATURE</strong>: Configurable display of numbers for changed files via <code>GIT_PROMPT_SHOW_CHANGED_FILES_COUNT</code></li>
<li><strong>FEATURE</strong>: New Theme <em>PlagueDoctor</em></li>
<li><strong>FIX</strong>: The prompt shows now, if a file is both staged and unstaged</li>
<li><strong>FIX</strong>: Fixed a rare issue with the index.lock by creating a private lock file</li>
<li><strong>FIX</strong>: Fixed some typos in README</li>
<li><strong>FIX</strong>: Aliases for cp and rm are now lower priority than the original …</li>
<li><strong>FIX</strong>: Fixed utf8 and added Python 3 support for <code>gitstatus.py</code></li>
<li><strong>FIX</strong>: Fixed 'not in a GIT repository' problem</li>
<li><strong>FIX</strong>: Fixes substring expression < 0 issue for older bash versions</li>
</ul>magicmontytag:github.com,2008:Repository/7006572/2.5.12016-06-11T19:45:58ZLots of bugfixes and Themes<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/magicmonty/bash-git-prompt/pull/260">#260</a> from ogr3/colors-as-function</p>
<p>Extract color definition loading as a function</p>magicmontytag:github.com,2008:Repository/7006572/2.4.12015-12-24T13:54:05ZBugfix Release<p><code>GIT_SHOW_UNTRACKED_FILES</code> was not working correctly.</p>
<ul>
<li>Renamed <code>GIT_SHOW_UNTRACKED_FILES</code> to <code>GIT_PROMPT_SHOW_UNTRACKED_FILES</code></li>
<li><code>GIT_PROMPT_SHOW_UNTRACKED_FILES</code> can now set on a per repository basis in <code>.bash-git-rc</code></li>
</ul>magicmontytag:github.com,2008:Repository/7006572/2.4.02015-12-19T09:32:34ZLots of new Themes and features<p>Better stability, more themes ...</p>magicmontytag:github.com,2008:Repository/7006572/2.3.52015-02-09T20:42:16ZFixes an new Themes<p>Adds new Single line themes<br>
Adds new themes for openSUSE</p>magicmontytag:github.com,2008:Repository/7006572/2.3.42015-01-03T08:44:04ZBugfix release<p>Fixes a bug, where the <code>GIT_PROMPT_IGNORE_STASH</code> setting was not recognized</p>magicmontytag:github.com,2008:Repository/7006572/2.3.32014-11-15T07:17:47ZBugfix release<p>Reverted a breaking change from last release</p>magicmonty