Skip to content

Releases: brujoand/sbp

v0.3

08 Aug 12:52
f97a7ef
Compare
Choose a tag to compare

New segments:

  • Load: Shows the current 5min load relative to cpu cores
  • Conda: Shows the current conda environment

New helpers

  • 'sbp list config' shows the current active settings

v0.2.2

12 Jul 08:35
Compare
Choose a tag to compare
Bugfix: don't cleanup artifacts

v0.2.0

12 Jul 07:45
3e2eba8
Compare
Choose a tag to compare

Changes

Improved testing, and minor bugfixes.
SEGMENTS_SPLITTER_COLOR is now renamed to SEGMENTS_COLOR_SPLITTER for consistancy with the other color variables.

Bugfix: Unbreak brew install

07 Jul 15:36
Compare
Choose a tag to compare
v0.1.1

Make sure we use the correct release version for travis scripts

Initial release

07 Jul 11:47
3c9b999
Compare
Choose a tag to compare

This is the first attempt at following a release pattern.

Changes:

  • We now avaid subshells to lower execution time
  • Uppercase variables should be understood as Global to SBP
  • The ´sbp´ cli now supports verbs for better usability
  • The git segment can now be instructed to only check the branch on large repos
  • Creating custom layouts is much easier due to the /layouts configuration.
  • Added the option to install releases via homebrew

Fixes:

  • Some of the color schemes had wrong values, these have been fixed
  • There used to be a trail of colored background left after the prompt on some terminals, this has ben fixed

Bugs:

  • The 'debug' functions are available outside of sbp, this isn't a huge problem, but it's unclean and should be fixed.