Skip to content

3.7.0

Compare
Choose a tag to compare
@salmanulfarzy salmanulfarzy released this 19 Oct 09:37
· 1072 commits to master since this release
v3.7.0
2e36433

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