Skip to content

Releases: spaceship-prompt/spaceship-prompt

3.8.2

08 Dec 10:08
v3.8.2
326c200
Compare
Choose a tag to compare

What's new !!

🎉 (#575) Option to toggle namespace on kubecontext - @nomaed

SPACESHIP_KUBECONTEXT_NAMESPACE_SHOW=true

Bug Fixes and Improvements

🐛 (#582) Fix docker version parsing - @Runrioter @LockedOutofHeaven

Documentation

🎉 (#571) Spacefish, Fish shell port of Spaceship added to doc - @matchai
📝 (#580) Simplify antigen install command - @segevfiner

See full comparison at v3.8.1...v3.8.2

3.8.1

30 Nov 05:47
v3.8.1
a461550
Compare
Choose a tag to compare

🐣 We're now on Twitter @SpaceshipZSH

Follow our Twitter account to keep yourself updated about new features, improvements, and bug fixes.

Bug Fixes and Improvements

🐛 (#567) Redirect acpi error to null on battery section

See full comparison at v3.8.0...v3.8.1

3.8.0

23 Nov 02:57
v3.8.0
fd7b680
Compare
Choose a tag to compare

What's new !!

🎉 (#542) New section for terraform workspace information - @pabloxco

Shown only in directories that contain .terraform/environment file.

SPACESHIP_TERRAFORM_SHOW=true
SPACESHIP_TERRAFORM_PREFIX=SPACESHIP_PROMPT_DEFAULT_PREFIX
SPACESHIP_TERRAFORM_SUFFIX=SPACESHIP_PROMPT_DEFAULT_SUFFIX
SPACESHIP_TERRAFORM_SYMBOL=🛠·
SPACESHIP_TERRAFORM_COLOR=105

🎉 (#565) kubecontext shows namespace alongside cluster name on non-default namespaces.
🎉 (#395) Support multiple files for COMPOSE_FILE in docker section - @juracy

Bug Fixes and Improvements

⚡ (#544) Use Zsh field splitting instead of awk

See full comparison at v3.7.2...v3.8.0

3.7.2

21 Nov 11:09
v3.7.2
e58f438
Compare
Choose a tag to compare

What's new !!

🎉 (#521) Option to toggle verbose rust version - @Snuggle

SPACESHIP_RUST_VERBOSE_VERSION=false

🎉 (#559) Recognize go.mod file when showing go section - @Runrioter

Bug Fixes and Improvements

⚡ (#441) Improve package version detection using jq, python and node.
⚡ (#541) Prefer acpi before upower on battery section - @Snuggle

🐛 (#559) Fix GOPATH matching - @Runrioter
🐛 (#549) Fix issue with multiple batteries on macOS - @nomaed
🐛 (#534) Group and quote local variable declaration in char section
🐛 (#417) Truncate .git directory and child like normal directories - @segevfiner

Documentation

📝 (#551) Document pyproject.toml in pyenv section - @richin13
📝 (#556) Hide PR template guidance behind comments
📝 (#467) Suggest Fira Code as powerline font - @ecbrodie

See full comparison at v3.7.1...v3.7.2

3.7.1

07 Nov 18:00
v3.7.1
aaa34ae
Compare
Choose a tag to compare

What's new !!

🎉 (#550) Recognize pyproject.toml when showing pyenv section - @richin13

Bug Fixes and Improvements

🐛 (#533) Remove argument from shebang in char tests

Documentation

📝 (#539) More idiomatic English to improve readability - @localstatic
📝 (#517) Add image in doc for powerline dir lock symbol
📝 (#548) Fix ordered list count on CONTRIBUTING page

See full comparison at v3.7.0...v3.7.1

3.7.0

19 Oct 09:37
v3.7.0
2e36433
Compare
Choose a tag to compare

What's new !!

🎉 (#340) Display powerline lock symbol as dir section suffix on no-write directories - @phineas0fog

SPACESHIP_DIR_LOCK_SYMBOL=""
SPACESHIP_DIR_LOCK_COLOR=red

🎉 (#528) New section for elm version information - @ajlende

Shown only in directories that contain elm.json file, elm-package.json file, elm-stuff directory, or any other file with .elm extension.

SPACESHIP_ELM_SHOW=true
SPACESHIP_ELM_PREFIX=$SPACESHIP_PROMPT_DEFAULT_PREFIX
SPACESHIP_ELM_SUFFIX=$SPACESHIP_PROMPT_DEFAULT_SUFFIX
SPACESHIP_ELM_SYMBOL=🌳·
SPACESHIP_ELM_COLOR=cyan

🎉 (#461) Add options to change secondary char and root char - @Darkhogg

SPACESHIP_CHAR_SYMBOL_ROOT=$SPACESHIP_CHAR_SYMBOL
SPACESHIP_CHAR_SYMBOL_SECONDARY=$SPACESHIP_CHAR_SYMBOL

Bug Fixes and Improvements

🛠️ (#396) Automate GitBook build on push to master with Travis CI
⚡ (#520) Use cut instead of grep for rustc version - @Snuggle
⚡ (#522) Use AWS_PROFILE variable for aws named profiles - @RolfKoenders

Documentation

📝 (#532) Fix multiple typos in docs with Spellcheck - @ajlende

See full comparison at v3.6.0...v3.7.0

3.6.0

29 Sep 05:04
Compare
Choose a tag to compare

What's new !!

🎉 (#445) New options to set prefix and suffix for number of jobs in jobs section - @guilhermeleobas

SPACESHIP_JOBS_AMOUNT_PREFIX=''
SPACESHIP_JOBS_AMOUNT_SUFFIX=''

🎉 (#484) Now docker edition is not displayed by default with docker section - @Runrioter

SPACESHIP_DOCKER_VERBOSE=false

🎉 (#486) Only show jobs symbol and hide jobs count until count is less than variable - @mimadrid

SPACESHIP_JOBS_AMOUNT_THRESHOLD=1

Bug Fixes and Improvements

🐛 (#421) Prevent alias expansion of unassigned local variables - @gurpreetatwal
🐛 (#445) Fixed showing wrong number of background process - @guilhermeleobas
🐛 (#483) Fixed npm test error - @Runrioter

⚡ (#430) Use POSIX sed to upgrade version of spaceship

Documentation

📝 (#475) Link to Troubleshooting from bug issue template
📝 (#489) Document new variables in jobs section
📝 (#490) Add API and tests to CONTRIBUTING.md
📝 (#503) Update link to preview in Troubleshooting page
📝 (#505) Beautify README
📝 (#509) Update contribution guidelines about submodules - @merikan

See full comparison at v3.5.0...v3.6.0

3.5.0

15 Jul 17:50
Compare
Choose a tag to compare

What's new !!

🎉 (#281) Option to add prefix before current directory when truncated - @segevfiner

SPACESHIP_DIR_TRUNC_PREFIX=''

Tests (#457)

Hooray.. Now we've tests for some sections( char, user, host, dir) and library functions (section, hooks, utils). We're missing tests for several sections. Please contribute and follow progress at #458

Bug Fixes and Improvements

🐛 (#432) Add space after kubecontext symbol - @deploymentking
🐛 (#447) Show all indicators for hg status - @zebastiane
⚡ (#437) Change grep --colour to grep --color- @rakenodiax

Documentation

📝 (#434) Split issue templates to multiple templates
📝 (#435, #438) Document handling of package version not found.
📝 (#449) Update link to new issue templates in doc
📝 (#471) Add vi_mode indicator to Troubleshooting page
📝 (#482) Fix typo in README - @xxczaki

See full comparison at v3.4.1...v3.5.0

3.4.1

24 Apr 14:00
Compare
Choose a tag to compare

What's new !!

🎉 (#403) Now you can add symbols for virtualenv section

Bug Fixes and Improvements

⚡ (#390) Don't consider comments while installing spaceship-prompt - @Runrioter
⚡ (#402) Reduce number of commands to get go version
⚡ (#409) Fix pattern in PHP version grep - @patrikziduliak

Documentation

📝 (#418) Typo in doc - @rspt
📝 (#425) Update API example to check spaceship::exists before checking for files - @ellaqezi

See full comparison at v3.3.0...v3.4.1

3.3.0

09 Mar 18:45
Compare
Choose a tag to compare

Bug Fixes and Improvements

⚡ (#219) Show GHC version instead of stack version in haskell section - @rteabeault
⚡ (#309) Display php section if composer.json is present in current directory - @el7cosmos
⚡ (#363) Show both + and ! git indicators if staged file is modified
🐛 (#385) Fix directory truncation in git repositories with symlinks in path - @AnonymFx
🐛 (#387) Show complete go version instead of first two digits

Documentation

📝 (#372) Installation instruction for Arch Linux with AUR - @kleinschmidt

See full comparison at v3.2.0...v3.3.0