Releases: michaeldfallen/git-radar
Bash bug fixes
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
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
anddate
- #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
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
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
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