Skip to content

Releases: justjanne/powerline-go

Merged PRs for improved windows support, light themes, and ignored git roots

25 Aug 23:07

Choose a tag to compare

Merge pull request #18 from strangebug/master

Add unix variants hints. Add windows specific implementation.

Introduced a solution that automatically shrinks down the prompt if the shell is low on space, fixed several bugs.

24 Aug 17:15

Choose a tag to compare

  • Introduced a system for shell segment priorities, which, if space is limited, removes segments with lowest priority first. This can be controlled with the -priority flag, with decreasing priority.
  • Introduced -maxwidth, specifying the maximum width (in percent) of the shell that the prompt may take up. Default is 50
  • Fixed an issue where segment-cwd could read out of bounds

Fixed an issue where in newly initialized repos the git segment would not show the correct branch

23 Aug 20:27

Choose a tag to compare

v1.3.2

Improved git segment when in detached state or in newly initialized repo

Massively improved the quality of colorize-hostname

23 Aug 16:56

Choose a tag to compare

These were chosen by taking the color with the highest contrast from

  • background with sqrt-inverse of saturation and luminance
  • background with sqrt-inverse of luminance
  • background with inverse of saturation and luminance
  • the color 250 - #bcbcbc

and then finding, via brute force, in Lab colorspace the xterm-256color with the smallest vector distance

Preview of the colorized hostname feature

Added colorize-hostname feature, merged time segment, improved theming

23 Aug 13:50

Choose a tag to compare

Added a flag to show the input on a new line

22 Aug 22:09

Choose a tag to compare

v1.2.2

Updated the Readme for the -newline flag

Fixed an issue where folders containing backticks were not properly escaped

22 Aug 20:01

Choose a tag to compare

v1.2.1

Fixed an issue where backticks were not properly escaped

Fixed an issue where folders containing `~` or `$` would not be properly escaped, Added Docker Segment

22 Aug 19:23

Choose a tag to compare

Fixes issues with East Asian characters that are of ambiguous width.

22 Aug 09:31

Choose a tag to compare

Now with automated builds

21 Aug 22:33

Choose a tag to compare

v1.0.2

Update .travis.yml