Skip to content

Releases: justjanne/powerline-go

v1.24

25 May 09:06
df3475d
Compare
Choose a tag to compare

What's Changed

  • Add exit codes for an IBM Z OS, named 'zos' by @v1gnesh in #381
  • Goreleaser pipeline to build more archs and make release workflow more reliable by @dex4er in #383
  • AWS module try to use AWS_VAULT when AWS_PROFILE is not set by @vjeantet in #377

New Contributors

Full Changelog: v1.23...v1.24

v1.23

28 Apr 01:03
b736c08
Compare
Choose a tag to compare

What's Changed

  • Use altermative prompt from python venv by @Belphegor in #284
  • Background tasks should use --no-optional-locks to prevent issues with other tools running at the same time. by @jessehouwing in #370
  • Add "git branch" symbol to gitlite module (if git mode is not "compact") by @kispaljr in #366

New Contributors

Full Changelog: v1.22.1...v1.23

v1.22.1

21 Apr 08:57
Compare
Choose a tag to compare

Followup to v1.22.0

Bugfixes:

  • Changed bold foreground back to default, made it into an option set by themes

Full Changelog: v1.22.0...v1.22.1

v1.22.0

20 Apr 17:39
56be7e5
Compare
Choose a tag to compare

Thanks to a lot of helpful pull requests we’ve got lots of bugfixes and several new features:

New Features:

Bugfixes:

  • #289 Avoid a git rev-list if stash stats are disabled (@scop)
  • #292 Fix prompt for Fish Shell (@cfinnberg)
  • #294 fallback to $PWD if os.Getwd returns error (@vgropp)
  • #296 git ignores global config gitexcludes/.git/config/ignore (@vgropp)
  • #301 Path should be escaped in plain mode (@dswij)
  • #312 Improve shell detection (@scop)
  • #314 only warn about shellVarName not existing if it's been set (@kchiem)
  • #317 Try to escape virtualenv on Git Bash for Windows (@avoidik)
  • #319 Replace wc with fish builtin count (@kidonng)
  • #341 Do not render node package segment if no version found (@mjgiarlo)

Full Changelog: v1.21.0...v1.22.0

v1.21.0

19 Feb 18:22
bedd965
Compare
Choose a tag to compare

Several bugfixes and improvements thanks to the help from many contributors :)

v1.20.0

06 Jan 17:14
de5ff71
Compare
Choose a tag to compare

Thanks to a lot of helpful pull requests we’ve got lots of bugfixes and several new features:

  • [New] Support for configuring powerline-go with config files was added
  • [New] WSL segment
  • [Improved] Jobs segment now works with bash 4 and bash 5
    WARNING: This requires you to change the bash/zsh/fish script integrating powerline-go with your shell
  • [Improved] Option to only show a venv indicator if the venv name is long
  • [Improved] vgo now uses the official golang colors
  • [Improved] New fancy modes for git and the path segment
  • [Improved] Powerline-Go now auto-detects the shell, so you don’t need to configure that anymore
  • [Improved] More and more accurate exit codes, no matter which OS you’re on
  • [Improved] goenv is only shown if it's not set to the default
  • [Improved] docker-context is only shown if it's not set to the default
  • [Improved] No more unnecessary whitespace at the end - while still supporting east-asian runes without them getting squished
  • [Improved] Fixed the SSH icon occasionally getting squished
  • [Improved] Precompiled builds for several new platforms

v1.19.0

05 Jan 18:41
c8466d2
Compare
Choose a tag to compare

We've got several new features and bugfixes as always thanks to lots of active contributors, thank you all for your help :)
(I always feel bad when I can’t review and merge all the PRs fast enough)

  • A new Goenv module was added
  • The jobs segment should now work on more systems
  • Several warnings can now be hidden
  • Git statistics can now be selectively hidden
  • A bug adding an unnecessary space for the RPROMPT was fixed
  • The root segment now works on windows, too
  • More error codes can now be shown with descriptive names

v1.18.0

07 Oct 11:09
79e78b1
Compare
Choose a tag to compare

Many new improvements, again thanks to the many contributors submitting Pull Requests. I know I’m not the fastest in merging them, but I see and appreciate every single one of them :)

v1.17.0

24 Apr 09:04
bb3fe96
Compare
Choose a tag to compare

You can now set a maximum size for git repositories in which untracked files should be checked, above that size, it will always show the status as clean.

This significantly improves performance in large or even huge repos.

v1.16.1

23 Apr 14:01
679d788
Compare
Choose a tag to compare

Improved windows support