Skip to content

Releases: michaeldfallen/git-radar

Bash bug fixes

13 Nov 10:09
Compare
Choose a tag to compare
Bash bug fixes Pre-release
Pre-release

This release fixes some minor bugs that occur when using git-radar in Bash that have a major effect on usability.

In this release:

  • #89 Cleans up error messages that occur with untracked branches
  • #90 Fixes rendering of the stash indicator in Bash, which caused major rendering issues

Thanks to @matthillman and @colinsf for their contributions.


To update to this release (on OSX):

> brew update
> brew upgrade git-radar

Stability is key

27 Oct 10:53
Compare
Choose a tag to compare

This release of Git-radar focuses mostly on increasing the stability of the radar. It has better support for linux and supports multiple remotes better, preventing bad error messages that previously occurred. With that come a few new features

In this release:

  • #80 add a new stash indicator
  • #82 adds support for multiple remotes and multiple branches pointing to the same remote branch
  • #79 and #78 Better linux support including supporting differences between GNU and OSX sed and date
  • #70 adds the ability to configure how often git-radar will fetch in the background
  • #76 and #72 improves documentation

Thanks to @slackorama, @cbandera, @hallzy, @srstevenson, @jhunold and @inakiabt for their contributions.

Custom formats

15 Oct 11:32
Compare
Choose a tag to compare

The big feature in this release is the much requested ability to fully customise your prompt. This is done through a format string

Changes in this release:

  • #65 - A way of customising your prompt

Big thanks to @slackorama for finding a fair number of bugs in my poor quality sed scripts.

To update to this release (on OSX):

> brew update
> brew upgrade git-radar

That first bad release

05 Sep 09:40
Compare
Choose a tag to compare

This release fixes a bug that was introduced in last nights v0.3.

As found and fixed by @BoGeM in #55 and fixed in #56, the colour codes in bash were being escaped and so rendering raw text rather than colouring the prompt.

To update to this release run (on OSX):

> brew update
> brew upgrade git-radar

Colour Config and bug fixes

04 Sep 11:46
Compare
Choose a tag to compare

This release adds a mound of config options so that theme designers can change colours at will. In a future release the overall shape of the prompt will also be configurable, promise it's coming soon.

Changes in this release:

  • Increased colour configuration #39
  • Fixed a bug where git error output would cloud the shell #25
  • Documentation and support for Fish #23 and #18
  • Option to not perform the potentially slow remote commit status part #29
  • Fixes for the examples in the docs which weren't actually executable #37
  • A makefile and manual installation instructions to make it easier to install on linux #51 and #53

Thanks to @joaoschaab, @kain88-de, @reinaldo13, @btabibian and @BoGeM for their contributions to this release.

To update to this release run:

> brew update
> brew upgrade git-radar

Bash bugfixes

26 Aug 13:32
Compare
Choose a tag to compare

This release fixes some bugs in using git-radar in bash PS1 prompts.

  • Properly handling non-printing characters in bash #4
  • A loud git error message #8

To update:

> brew update
> brew upgrade git-radar

To install:

> brew install michaeldfallen/formula/git-radar

Initial Release

25 Aug 16:17
Compare
Choose a tag to compare

A heads up display for git.

Example of git radar