Releases: starship/starship
Releases · starship/starship
v1.10.2
v1.10.1
v1.10.0
1.10.0 (2022-08-14)
Features
- add bun module (#4187) (85692d1)
- Add starship preset command (#4112) (c8a5adb)
- Add support for blink, hidden, and strikethrough styles. (#4138) (aaab920)
- Add the ability to have some file extensions prevent a module from triggering (#4043) (dd73447)
- Enable transience for Cmd and PowerShell (#4143) (6e9c013)
- git: replace
git2
withgit-repository
(#3883) (ac55a01) - k8s: Add folder detection to the k8s module. (#4157) (5c5969c)
- package: support cargo workspace versions (#4161) (0a1235e)
- status: Add pipestatus_segment_format option to status module (#4103) (6143848)
Bug Fixes
- aws: support official
AWS_SHARED_CREDENTIALS_FILE
variable (#4242) (1390036) - timings: count time spent on custom on 'when' command failure (#4121) (aae1ed0)
Performance Improvements
- pulumi: allow disabling upwards discovery (#4159) (af15de9)
- rust: avoid calling
rustup
in more conditions (#4174) (d8ac940)
Miscellaneous Chores
- master: release 1.10.0 (b974610)
v1.9.1
v1.8.0
1.8.0 (2022-06-16)
Features
- Add support for Daml (#4004) (3fe6cc0)
- kubernetes: add user alias (#4008) (df5c2d8)
- release: add windows msi installers (#4031) (89fd532)
Bug Fixes
- escape text segments in meta variables (#3563) (7d31bac)
- fish: add proper vi mode detection for fish shell (#3839) (1469763)
- install: ignore tarfile ownership values when installing as root (#4046) (1a91510)
- nu: don't use
cygpath
for starship binary path in init (#4001) (9b52475) - some typos (e7c1976)
v1.7.1
1.7.1 (2022-05-24)
Features
- go: check for go.work file to show Go module in prompt (#3968) (9ebfce1)
- hostname: add
ssh_symbol
for ssh connections (#3806) (2bf30dc) - package: Extract package version from PEP 621 compliant pyproject.toml (#3950) (1b938fd)
- rust: Display toolchain names (#3414) (393d62c)
Bug Fixes
- ci: Version bump and fix Crowdin Pretranslate (#3992) (a0a6c94)
- Do not panic in config if editor not found (#3766) (2e80aec)
- module: list option not working (#3919) (6fe6735)
- nu: use the most recent starship init (#3908) (382445d)
- Use git2::Repository::open_ext() instead of discover() (#3591) (81a696a)
v1.6.3
v1.6.2
1.6.2 (2022-04-15)
Features
- Add a module for C projects (#3631) (0863146)
- allow printing config file schema (#3737) (18ad26f)
- aws: add option to force AWS display (#3720) (e04f126)
- cmd_duration: make notify feature optional (compat with nix darwin) (#3855) (efaab49)
- spack: Add
Spack
module (#3639) (3014284) - username: Detect Admin access in Windows (#2791) (c89c130)
Bug Fixes
- bash: ensure
checkwinsize
is enabled for$COLUMNS
(#3832) (0334327) - directory: enable repo_root_style when truncation_length is zero. (#3536) (441ebb3)
- docker_context: ignore the "default" context (#3803) (#3804) (230e85b)
- fish: allow generating session keys in older versions of fish (#3697) (0fb4219)
- init: Change Elvish init to
catch
for 0.18 (#3769) (538329d) - nu: Use
=
instead of space to pass command line parameters (#3833) (2608db3) - nu: use shell-provided terminal width (#3800) (859b780)
v1.5.4
v1.5.4 (2022-03-24)
Features
- aws: Add profile aliases (#3699)
- buf: Add Buf module (#3661)
- git_branch: add 'ignore_branches' option (#3753)
- haskell: Add Haskell module (#3587)
- nodejs: check for
.mts
and.cts
files (#3734)
Bug Fixes
- aws: accept sso credentials (#3718)
- aws: Make AWS_REGION orverrides AWS_DEFAULT_REGION (#3619) (#3733)
- docs: fix and cleanup VuePress config (#3738)
- init: Change Nushell init for nu 0.60 (#3773)
- status: Make status module work even when the status is 0 (#3750)
Docs
- fix typo in Elm config docs
- Fix entry for container config (#3783)
- add SWU banner to README
- Specify MSRV (#3742)
- preset: add Pastel Powerline preset (#3761)
Build
- bump shadow-rs from 0.10.0 to 0.11.0 (#3776)
- bump which from 4.2.4 to 4.2.5 (#3778)
- bump notify-rust from 4.5.6 to 4.5.7 (#3777)
- bump shadow to 0.10.0 & git2 to 0.14.2 (#3767)
- bump process_control from 3.2.1 to 3.3.0 (#3752)
- bump gethostname from 0.2.2 to 0.2.3 (#3748)