Skip to content

Releases: justjanne/powerline-go

v1.8.2

03 Nov 08:30
Compare
Choose a tag to compare

Fixes issues with terminal width detection

v1.8.1

18 Oct 21:06
Compare
Choose a tag to compare

Minor patch to improve rendering of the usage.

Add Kubernetes segment

18 Oct 20:46
Compare
Choose a tag to compare

Also fixes minor issues with path priorities, and minor issues with the defaults. Thanks to @spheromak for the PR that this is based on.

Fix issues with long directory names, improve segment truncation

18 Oct 16:36
Compare
Choose a tag to compare
v1.7.3

Fixed a minor bug in the truncation functionality

v1.7.1: Merge pull request #44 from james-antill/runewidth

16 Oct 11:52
Compare
Choose a tag to compare

Fixes issues with the width detection thanks to a patch from @james-antill.

Added AWS, DOCKER_HOST, and .dotenv segment

08 Oct 18:14
Compare
Choose a tag to compare

Thanks to @pmenglund for contributing these!

v1.6.0

26 Sep 20:24
Compare
Choose a tag to compare

Bugfixes and Improvements

Fixed several build issues on i386

02 Sep 11:05
Compare
Choose a tag to compare
v1.5.1

Update README.md

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

25 Aug 23:07
Compare
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
Compare
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