starship/CHANGELOG.md

33 KiB

Changelog

1.16.0 (2023-07-30)

Features

  • pwsh: Support vi command mode indicator (#5049) (3180509)
  • shlvl: add repeat_offset for repeated symbol (#5289) (3402f0e)
  • update the nushell init file and make it valid module and overlay (#5188) (470aeb0)

Bug Fixes

  • bash: Clear out completed jobs before counting NUM_JOBS (#5253) (0a05b5c)
  • rprompt: remove lprompt modules from $all again (#5067) (b9a4b08)

Performance Improvements

  • git_status: query git stash count via gitoxide (#5238) (410f107)

1.15.0 (2023-06-06)

Features

Bug Fixes

  • bump libz-ng-sys (#5218) (6ab8f40)
  • config: Make print-config not panic without a config (#5001) (ce7f984)
  • ensure nested style variables are processed during formatting (e5cec9e)
  • presets: Added ($style) to format in module 'sudo' in Bracketed Segments Preset (#5146) (1bd6db5)
  • snap: Update snapcraft.yaml to add personal-files interface (#5131) (b3ccc0f)
  • style: ensure nested style variables are processed during formatting (#5120) (e5cec9e)
  • update of presets and default configuration to reflect changes in Nerd Fonts 3.0 (#5162) (2558c45)

1.14.2 (2023-04-12)

Bug Fixes

  • git_commit: resolve panic on 32-bit targets (#5095) (5ef90a6)

1.14.1 (2023-04-11)

Bug Fixes

1.14.0 (2023-04-10)

Features

  • aws: add support for source_profile (#3834) (d2801ac)
  • aws: add support for source_profile (#4859) (d2801ac)
  • aws: Adds support for AWS_CREDENTIAL_EXPIRATION environment variable (#5002) (74ce7fd)
  • custom: add option to check if pwd is in a repo (#4822) (d29ce7c)
  • fossil: detection of Fossil check-outs in subdirectories (#4910) (4bca74e)
  • release: handle chocolatey starship.portable and starship.install pkg publishing (#4723) (b55774d)

Bug Fixes

  • fossil_branch: fossil checkout database file name on windows (#4978) (c07a21d)
  • fossil_branch: use proper fossil checkout database file name on windows (c07a21d)
  • gradle: add support for unstable Gradle versions (#5021) (f7fe41f)
  • init: avoid cygpath for starship binary path (#4970) (0ad0465)
  • java: wrong version number when using Android Studio JDK (#4966) (de7e948)
  • preset: add output-flag to avoid encoding issues (#4926) (5e78226)
  • pulumi: Fix formatting on pulumi module when using version (#5038) (aef799b)

1.13.1 (2023-02-26)

Bug Fixes

1.13.0 (2023-02-24)

Features

Bug Fixes

  • 'to to' -> 'to' (8c2135f)
  • container: reduce docker, podman and systemd confusion (#4832) (85d683d)
  • fish: enable transient prompt when in vi mode (#4826) (9ac924e)
  • git_commit: fix potential test failure (#4734) (27d167b)
  • Improve regex for extracting gradle package version from gradle.properties (#4759) (9093891)
  • let-env warning when using nushell (#4893) (e6c5571)
  • nodejs: apply style even if node version is unavailable (#4713) (e88484d)
  • package: Improve regex for extracting gradle version from gradle.properties (#4760) (9093891)
  • Remove vulnerable time-0.1.x chrono dependency (#4750) (255f91c)

1.12.0 (2022-12-13)

Features

Bug Fixes

  • aws: enable when using .aws/credentials (#4604) (c8ac877)
  • buf: broken icon on windows 10 (#4689) (7341607)
  • ci: cache after selecting the toolchain (#4619) (e4dbff0)
  • config: unrecognized config properties don't cause config error (#4547) (1b03ef2)
  • container: avoid detecting WSL as a systemd-container (#4593) (b47a4fe)
  • don't attempt to display cmd_duration notification if in TTY (#4535) (0427863)
  • git: check tag_disabled option (#4527) (fd165b9)
  • java: Improved regex for Java version (starship#4610) (#4616) (a9eb65e)
  • nu: remove -c parameter from term size (#4477) (4999530)
  • pwsh: fix error log display on older versions of pwsh (#4650) (ef83e7a)
  • status: replace multiply with cross mark emoji (#4461) (186d99e)

1.11.0 (2022-10-14)

Features

Bug Fixes

  • buf: fix spacing & harmonize docs with actual configuration (#4450) (3d45236)
  • directory: don't strip duplicate directory names twice (#4295) (801fbab)
  • pwsh: avoid potential deadlock in init (#4335) (fd55397)

Performance Improvements

  • directory: Skip repo resolution if unused by directory config (#4401) (227ec32)

1.10.3 (2022-09-07)

Performance Improvements

  • git_commit: only use exact match for tag by default (#4281) (5984f08)

1.10.2 (2022-08-18)

Bug Fixes

1.10.1 (2022-08-15)

Bug Fixes

  • Disable multithreading in jwalk (via gitoxide) as workaround for #4251 (#4258) (37b54f7)

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 with git-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

1.9.1 (2022-06-27)

Bug Fixes

Miscellaneous Chores

1.9.0 (2022-06-26)

Features

Bug Fixes

  • character: Standadise Vim config names (#4081) (6761938)
  • install: Have fixed a spacing issue in output (#4082) (2ffe173)

1.8.0 (2022-06-16)

Features

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)

1.7.1 (2022-05-24)

Bug Fixes

1.7.0 (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)

1.6.3 (2022-04-26)

Bug Fixes

  • git_branch: correct variable name for remote branch (#3897) (bd7957f)
  • schema: move config-schema into docs folder (#3878) (094f982)

Performance Improvements

  • package: only try to read files that exist (#3904) (2a650bf)

Reverts

  • schema: move config-schema back into .github folder (#3886) (9b2ce42)

1.6.2 (2022-04-15)

Bug Fixes

  • trigger another release (81d2ce6)

1.6.1 (2022-04-15)

Bug Fixes

  • fix release-please permissions (23be606)

1.6.0 (2022-04-14)

Features

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)