Skip to content

Releases: spaceship-prompt/spaceship-prompt

v3.12.3

07 Jun 13:02
Compare
Choose a tag to compare

3.12.3 (2021-06-07)

Bug Fixes

  • license: Fix years in license (da7984a)

v3.12.2

07 Jun 07:47
Compare
Choose a tag to compare

3.12.2 (2021-06-07)

Bug Fixes

v3.12.1

04 Jun 21:36
Compare
Choose a tag to compare

3.12.1 (2021-06-04)

Bug Fixes

  • ci: Fix typo in .releaserc.json (4f19ada)
  • ci: Specify which files to commit on release (631df26)

v3.12.0

04 Jun 21:22
Compare
Choose a tag to compare

3.12.0 (2021-06-04)

Bug Fixes

  • ci: Fix workflow syntax error (fcdf5c2)
  • ci: Remove obsolete Node.js steps (d74944f)
  • change wrong env variables (#817) (1d88d3f)
  • change wrong env variables (#817) (56c7e5d)
  • Fix acpi output bug (75dd4ff)
  • Fix battery section bug because match function is supported at gawk (#780) (1266cd9)
  • Hardened the Docker context checking logic (a853780)
  • Hardened the Docker version checking logic (e075f08)
  • reformat (51e6cf3)
  • typo (dc5c4d2)

Features

3.11.2

29 Aug 03:26
v3.11.2
e32261c
Compare
Choose a tag to compare

Bug Fixes and Improvements

🔧 Fix typo in success message for uninstall.sh
🐛 (#640) Fix fetching battery state with pmset - @Runrioter @edgarkhanzadyan

Documentation

🎉 (#719) Starship, Cross-shell port of Spaceship written in Rust added to doc - @matchai
📝 (#692) Use quotes in zplug installation guide - @kyanny
📝 (#695) Add missing $ in battery section doc - @xfranklin

See full comparison at v3.11.1...v3.11.2

3.11.1

06 Jun 14:28
v3.11.1
5f0a747
Compare
Choose a tag to compare

Bug Fixes and Improvements

🐛 (#603) Fix battery section not detecting charging state with acpi - @RensOliemans
🐛 (#681) Go section checks for Gopkg.toml instead of Gopkg.yml - @matchai

See full comparison at v3.11.0...v3.11.1

3.11.0

05 Mar 18:27
v3.11.0
ddbfa28
Compare
Choose a tag to compare

What's new !!

🎉 (#627) dotnet section now displayed with F# project files - @matchai

Bug Fixes and Improvements

⚡ (#617) package section now shows version from cargo packages - @Runrioter
⚡ (#635) Variables on mercurial root directory detection loops are now quoted to prevent expansion - @floering

🐛 (#625) Uninstall script now prompt for confirmation before removing user configuration. This also run on npm update - @Runrioter

Documentation

📝 (#622) Follow redirects with Unicode compatibility test script

See full comparison at v3.10.0...v3.11.0

3.10.0

16 Jan 20:08
v3.10.0
0e84e38
Compare
Choose a tag to compare

What's new !!

🎉 (#531) Display docker section with .dockerenv file - @codeslake
🎉 (#597) Option to truncate conda environment under custom prefix

SPACESHIP_CONDA_VERBOSE=true

🎉 (#606) Show pyenv version with PYENV_VERSION variables or .python-version file - @laggardkernel

Bug Fixes and Improvements

🐛 (#596) Exits package section if it's null - @Runrioter
⚡ (#609) Prefer --template instead of -T for mercurial branch detection - @ftoulemon
🐛 (#611) Fix go development version display - @Runrioter

Documentation

📝 (#450) API: Exit section if section variable is empty
📝 (#568) Add description to install section - @tesla809
📝 (#591) Specify rules for naming new variables - @Ashniu123

See full comparison at v3.9.1...v3.10.0

3.9.1

07 Jan 05:43
v3.9.1
eb507d8
Compare
Choose a tag to compare

Bug Fixes and Improvements

🐛 (#583) Only use first returned value from acpi in battery - @nomaed

See full comparison at v3.9.0...v3.9.1

3.9.0

14 Dec 06:18
v3.9.0
028b48c
Compare
Choose a tag to compare

What's new !!

🎉 (#576 #588) Highlight kubectl contexts and namespaces based on patterns - @nomaed

You can define an array of pair of values (color, pattern), Where contexts and namespaces with first regex matching patterns would be highlighted with specified color. This array is empty by default.

For example, add the following to your .zshrc file:

SPACESHIP_KUBECONTEXT_COLOR_GROUPS=(
  # red if namespace is "kube-system"
  red    '\(kube-system)$'
  # else, green if "dev-01" is anywhere in the context or namespace
  green  dev-01
  # else, red if context name ends with ".k8s.local" _and_ namespace is "system"
  red    '\.k8s\.local \(system)$'
  # else, yellow if the entire content is "test-" followed by digits,
  # and no namespace is displayed
  yellow '^test-[0-9]+$'
)

See full comparison at v3.8.2...v3.9.0