# Starship changelog > The minimal, blazing-fast, infinitely customizable prompt. - Vendor: Starship - Category: Developer Tools - Official site: https://starship.rs - Tracked by: What's New (https://whatsnew.fyi/product/starship) - Harvested from: GitHub (starship/starship) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v1.26.0 - Date: 2026-06-28 - Version: v1.26.0 - Original notes: https://github.com/starship/starship/releases/tag/v1.26.0 - Permalink: https://whatsnew.fyi/product/starship/releases/v1.26.0 - **added** — Show git am progress in git_state module - **added** — Enable sha256 support in git module - **added** — Add level variable to nix-shell module to show nix shell depth - **added** — Expose PIXI_PROJECT_NAME as format placeholder in pixi module - **changed** — Improve timezone handling in time module by switching to jiff - **fixed** — Honor CLOUDSDK_COMPUTE_REGION env variable in gcloud module - **fixed** — Improve reliability of config-file writing - **fixed** — Avoid detecting user .mvn config as project in maven module - **fixed** — Avoid deno project files in nodejs module - **fixed** — Make OS symbol dynamic in Tokyo Night theme preset - **fixed** — Handle null context_window fields at session start in statusline module ##### [1.26.0](https://github.com/starship/starship/compare/v1.25.1...v1.26.0) (2026-06-28) ###### Features * **git_state:** show git am progress ([#7500](https://github.com/starship/starship/issues/7500)) ([26ce2cc](https://github.com/starship/starship/commit/26ce2ccf4c850e8ce050ab79a86e70ad97de76c3)) * **git:** enable sha256 support ([#7531](https://github.com/starship/starship/issues/7531)) ([e1418b2](https://github.com/starship/starship/commit/e1418b212974b1ebc7274c2813b0a1b74d7c428d)) * **nix-shell:** Add level variable to show nix shell depth ([#7394](https://github.com/starship/starship/issues/7394)) ([b85b7b9](https://github.com/starship/starship/commit/b85b7b9c52852220313dc1b44f34694c00dcd914)) * **pixi:** expose PIXI_PROJECT_NAME as format placeholder ([#7346](https://github.com/starship/starship/issues/7346)) ([cfd5e76](https://github.com/starship/starship/commit/cfd5e7619ebfa4f5832acaafe94333e7d141d515)) * **time:** improve timezone handling by switching to jiff ([#7222](https://github.com/starship/starship/issues/7222)) ([3dd8c14](https://github.com/starship/starship/commit/3dd8c1414476b139a7e5a73e27fb6e1402ed4c79)) ###### Bug Fixes * **gcloud:** honor CLOUDSDK_COMPUTE_REGION env variable ([#7451](https://github.com/starship/starship/issues/7451)) ([d0e2468](https://github.com/starship/starship/commit/d0e246802c85d5aa956f536f9ab7ead282dbab7a)) * improve reliability of config-file writing ([#5426](https://github.com/starship/starship/issues/5426)) ([57bb99b](https://github.com/starship/starship/commit/57bb99bd0d498fd7bc554ac04c738d3bc279b504)) * **maven:** avoid detecting user .mvn config as project ([#7426](https://github.com/starship/starship/issues/7426)) ([d455255](https://github.com/starship/starship/commit/d455255e7bc5ae5e96ac5a3e2610458a9f213b49)) * **nodejs:** avoid deno project files ([#7478](https://github.com/starship/starship/issues/7478)) ([96c1f90](https://github.com/starship/starship/commit/96c1f90eeb9acd255ec28c2a00918dba2a474997)) * **preset:** make OS symbol dynamic in Tokyo Night theme ([#7555](https://github.com/starship/starship/issues/7555)) ([9627650](https://github.com/starship/starship/commit/962765009bd0b04d6927d8b9749b755532a32c0b)) * **statusline:** handle null context_window fields at session start ([#7533](https://github.com/starship/starship/issues/7533)) ([0185e48](https://github.com/starship/starship/commit/0185e48579a6af31af61571d6221e722c4defb12)) * use cargo-zigbuild for riscv64gc-unknown-linux-musl release builds ([#7449](https://github.com/starship/starship/issues/7449)) ([166d7bb](https://github.com/starship/starship/commit/166d7bb30a92f983e740cb5071448887ccad4d7c)) ### v1.25.1 - Date: 2026-04-30 - Version: v1.25.1 - Original notes: https://github.com/starship/starship/releases/tag/v1.25.1 - Permalink: https://whatsnew.fyi/product/starship/releases/v1.25.1 - **fixed** — improve bare repository detection in git module - **fixed** — update no-nerd-font preset to be up-to-date - **fixed** — align python_binary schema with argument support in python module ##### [1.25.1](https://github.com/starship/starship/compare/v1.25.0...v1.25.1) (2026-04-30) ###### Bug Fixes * **git:** improve bare repository detection ([#7421](https://github.com/starship/starship/issues/7421)) ([27079d7](https://github.com/starship/starship/commit/27079d7669b3072a944d3610f5dd5fec65321841)) * **presets:** Update no-nerd-font to be up-to-date ([#7440](https://github.com/starship/starship/issues/7440)) ([65fb647](https://github.com/starship/starship/commit/65fb647bc38da09fe5d140f055c9f67d740bfa67)) * **python:** align `python_binary` schema with argument support ([#7415](https://github.com/starship/starship/issues/7415)) ([3ec9b5c](https://github.com/starship/starship/commit/3ec9b5c54caa828164c710500a25ccd43ef26a64)) ### v1.25.0 - Date: 2026-04-18 - Version: v1.25.0 - Original notes: https://github.com/starship/starship/releases/tag/v1.25.0 - Permalink: https://whatsnew.fyi/product/starship/releases/v1.25.0 - **added** — Add Maven module - **added** — Add statusline subcommand for Claude Code integration - **changed** — Update default `unknown_symbol` for battery module - **added** — Add support for regexes in directory substitutions - **changed** — Include $symbol in default format for env_var module - **added** — Add variables to git_status module to track worktree and index changes - **added** — Add option to python module to replace generic venv-names with parent directory - **added** — Introduce the VCS module - **fixed** — Isolate AWS module tests from host AWS config files - **fixed** — Support $duration for sso_session in aws module - **fixed** — Accept null loadedRC state in direnv module - **fixed** — Allow empty textgroups to set prev_fg/prev_bg in format - **fixed** — Remove deprecated --client flag from helm version command - **fixed** — Avoid false-positive MERGING state in hg_state module - **fixed** — Improve UX for version option in install command - **fixed** — Enable std feature for whoami crate ##### [1.25.0](https://github.com/starship/starship/compare/v1.24.2...v1.25.0) (2026-04-18) ###### Features * add Maven module ([#7189](https://github.com/starship/starship/issues/7189)) ([70b0f73](https://github.com/starship/starship/commit/70b0f7355497715a0e9d480326dc7b721b5314fb)) * add statusline subcommand for Claude Code integration ([#7234](https://github.com/starship/starship/issues/7234)) ([b8ee821](https://github.com/starship/starship/commit/b8ee82167c5b49c7e9fd70e5542fad0e56810b39)) * **battery:** Update default `unknown_symbol` ([#7278](https://github.com/starship/starship/issues/7278)) ([88d384f](https://github.com/starship/starship/commit/88d384f582de7c49b201bc30739c9ad6620fa174)) * **directory:** add support for regexes in substitutions ([#7145](https://github.com/starship/starship/issues/7145)) ([2e8f26e](https://github.com/starship/starship/commit/2e8f26e44846cd52d06563aef98e22b89965dd25)) * **env_var:** include $symbol in default format ([#7262](https://github.com/starship/starship/issues/7262)) ([3885e81](https://github.com/starship/starship/commit/3885e81357b04c244c19c0c8b05ccbbd4f797d62)) * **git_status:** add variables to track worktree and index changes ([#5655](https://github.com/starship/starship/issues/5655)) ([0110bf5](https://github.com/starship/starship/commit/0110bf59c86f6f0f33f95dc614c231acc19547b8)) * **python:** add option to replace generic venv-names with parent dir ([#7112](https://github.com/starship/starship/issues/7112)) ([083ab00](https://github.com/starship/starship/commit/083ab008fc77b982a223af8f4f18020c7a64fec6)) * **vcs:** Introduce the VCS module ([#6388](https://github.com/starship/starship/issues/6388)) ([0dd5a4f](https://github.com/starship/starship/commit/0dd5a4f402c8d94524aaaa5632b2d0cba7fe1630)) ###### Bug Fixes * **aws:** isolate tests from host AWS config files ([#7196](https://github.com/starship/starship/issues/7196)) ([e910f47](https://github.com/starship/starship/commit/e910f47597f3acec36c1c21bf4204af1a3265b92)) * **aws:** support `$duration` for `sso_session` ([#7100](https://github.com/starship/starship/issues/7100)) ([8108cc9](https://github.com/starship/starship/commit/8108cc95cf1b1182f239a3a4cc399d3fcd912187)) * **direnv:** accept null loadedRC state ([#7317](https://github.com/starship/starship/issues/7317)) ([56b8901](https://github.com/starship/starship/commit/56b8901f6feaa841de1f38054db7b3ae495a457b)) * **docs:** Re-add `style` option to `env_var` module ([#7298](https://github.com/starship/starship/issues/7298)) ([e2277e5](https://github.com/starship/starship/commit/e2277e5958c62a5bb1cc1f4ad76ccd051e22d1c5)) * enable std feature for whoami crate ([#7211](https://github.com/starship/starship/issues/7211)) ([9931ab2](https://github.com/starship/starship/commit/9931ab25b28b91b502dae93fc3826fd9a18a01b0)) * **format:** allow empty textgroups to set prev_fg/prev_bg ([#7201](https://github.com/starship/starship/issues/7201)) ([9186188](https://github.com/starship/starship/commit/91861886a779805cd8265a85c629e579d513aa75)) * **helm:** remove deprecated --client flag from helm version command ([#7193](https://github.com/starship/starship/issues/7193)) ([8a69666](https://github.com/starship/starship/commit/8a69666084d248b8fd76b6c54f38aea12abce6e3)) * **hg_state:** avoid false-positive MERGING state ([#7329](https://github.com/starship/starship/issues/7329)) ([7a27475](https://github.com/starship/starship/commit/7a274752d0803960ae25259c8641f6e676f9c7b2)) * **install:** improve UX for version option ([#7197](https://github.com/starship/starship/issues/7197)) ([c576625](https://github.com/starship/starship/commit/c576625343a8353ed2e99157d86065c2e713048e)) ### v1.24.2 - Date: 2025-12-30 - Version: v1.24.2 - Original notes: https://github.com/starship/starship/releases/tag/v1.24.2 - Permalink: https://whatsnew.fyi/product/starship/releases/v1.24.2 - **fixed** — Avoid freezing on notify in cmd_duration on macOS 26 - **fixed** — Restore job counting compatibility with older versions in fish - **fixed** — Use native transient prompt in fish if available - **fixed** — Add basic Reftable compatibility and future-proofing to git - **fixed** — Align mise documentation and implementation - **fixed** — Revert case-insensitive handling of installation directory prompt in install.sh - **fixed** — Fix job counting in zsh ##### [1.24.2](https://github.com/starship/starship/compare/v1.24.1...v1.24.2) (2025-12-30) ###### Bug Fixes * **cmd_duration:** avoid freezing on notify on macOS 26 ([#7187](https://github.com/starship/starship/issues/7187)) ([0daa8d3](https://github.com/starship/starship/commit/0daa8d3f921f5b7f08445a29e2842928b6e637c4)) * **fish:** restore job counting compability with older versions ([#7173](https://github.com/starship/starship/issues/7173)) ([a261b48](https://github.com/starship/starship/commit/a261b48caa4129cd6baa5fa98f364eff66593bc4)) * **fish:** use native transient prompt if available ([#7015](https://github.com/starship/starship/issues/7015)) ([cc65e0c](https://github.com/starship/starship/commit/cc65e0c7429068f1123fe5d9844ebebdfa1b9547)) * **git:** Basic Reftable compatibility and future-proofing ([#7154](https://github.com/starship/starship/issues/7154)) ([6d9c8ea](https://github.com/starship/starship/commit/6d9c8ea8a9736d2e12bda46c9cdb1f8fc1de630c)) * **mise:** align documentation and implementation ([#7131](https://github.com/starship/starship/issues/7131)) ([08824d7](https://github.com/starship/starship/commit/08824d7c6e1f69150cc1c28f3ff46bbb5447a7d0)) * Revert "feat(install.sh): handle installation directory prompt case-insensitively ([#7138](https://github.com/starship/starship/issues/7138)) ([d11bc8d](https://github.com/starship/starship/commit/d11bc8d5867d7d7c16850803b4eed7643bf33b20)) * **zsh:** fix job counting ([#7124](https://github.com/starship/starship/issues/7124)) ([46ab862](https://github.com/starship/starship/commit/46ab8621a7490bdcea635feb6233ce038264ff4e)) ### v1.24.1 - Date: 2025-11-16 - Version: v1.24.1 - Original notes: https://github.com/starship/starship/releases/tag/v1.24.1 - Permalink: https://whatsnew.fyi/product/starship/releases/v1.24.1 - **fixed** — Fix job counting in fish shell - **fixed** — Revert consideration of text-only meta variables in conditionals set if non-empty - **fixed** — Improve timeout warning message in the directory scanner ##### [1.24.1](https://github.com/starship/starship/compare/v1.24.0...v1.24.1) (2025-11-16) ###### Bug Fixes * **fish:** fix job counting ([#7082](https://github.com/starship/starship/issues/7082)) ([7795bab](https://github.com/starship/starship/commit/7795bab3bd55c6515bce73e1e01c977203113ced)) * Revert "fix: consider text-only meta variables in conditionals set if non-empty (#6338)" ([#7103](https://github.com/starship/starship/issues/7103)) ([5736b48](https://github.com/starship/starship/commit/5736b481e229a7e235ac4ce20286f20a8ef590e4)) * improve timeout warning message in the directory scanner ([#7120](https://github.com/starship/starship/issues/7120)) ([d6daf8a](https://github.com/starship/starship/commit/d6daf8a4e1cdfbd361efe26ddefa0b60efaa5b1d)) ### v1.24.0 - Date: 2025-10-25 - Version: v1.24.0 - Original notes: https://github.com/starship/starship/releases/tag/v1.24.0 - Permalink: https://whatsnew.fyi/product/starship/releases/v1.24.0 ##### [1.24.0](https://github.com/starship/starship/compare/v1.23.0...v1.24.0) (2025-10-25) ###### Features * add mercurial state ([#6745](https://github.com/starship/starship/issues/6745)) ([5f0b31b](https://github.com/starship/starship/commit/5f0b31b4c8da64a3dbe27f5966dfbc4ab2b9f7bf)) * **aws:** support duration for aws sso ([#6614](https://github.com/starship/starship/issues/6614)) ([44e9e56](https://github.com/starship/starship/commit/44e9e56480a748ccda1a64a9f623dc2b19ecfe98)) * **cli:** accept 'powershell' for completions subcommand ([#7028](https://github.com/starship/starship/issues/7028)) ([4caee4a](https://github.com/starship/starship/commit/4caee4a7ca5dbb78c346a84cc39ca3a90a9238a5)) * **container:** Add detection of Incus containers ([#6917](https://github.com/starship/starship/issues/6917)) ([6886ad0](https://github.com/starship/starship/commit/6886ad082cd55a5a07160cc847c9c38915dca848)) * **fish:** support input-mode detection for helix-keybinds ([#6841](https://github.com/starship/starship/issues/6841)) ([26a6237](https://github.com/starship/starship/commit/26a62372d11a42f7fec0b65c388e585a79d05b04)) * Fortran module ([#6685](https://github.com/starship/starship/issues/6685)) ([90d8c4a](https://github.com/starship/starship/commit/90d8c4a256b67bfef9cf33e4d560eb34c390d101)) * **git_branch:** add ignore_bare_repo flag ([#6936](https://github.com/starship/starship/issues/6936)) ([87b7ac3](https://github.com/starship/starship/commit/87b7ac342f93b88780863251421283c4874d356c)) * **install.sh:** handle installation directory prompt responses case-insensitively ([#6866](https://github.com/starship/starship/issues/6866)) ([bc48b5f](https://github.com/starship/starship/commit/bc48b5fcb07b3ea806127bc6ab13616028e92642)) * new module `xmake` ([#6811](https://github.com/starship/starship/issues/6811)) ([ff0acb1](https://github.com/starship/starship/commit/ff0acb193eaa04ab63a8e56e1bd18019444b886f)) * **nu:** Add job support for nushell ([#6684](https://github.com/starship/starship/issues/6684)) ([ac2359c](https://github.com/starship/starship/commit/ac2359ca8a020825b5c68b5e3b8da35d4917f46e)) * **package:** Add support for Ansible Galaxy ([#6905](https://github.com/starship/starship/issues/6905)) ([07778a8](https://github.com/starship/starship/commit/07778a8452bb565db55e32c32d7c8434a7bda9dd)) * **package:** pyproject hatchling dynamic version ([#6656](https://github.com/starship/starship/issues/6656)) ([ef5227e](https://github.com/starship/starship/commit/ef5227eeafa4dd5c99aff1fdab07574bc423d648)) * **terraform:** support opentofu for terraform version detection ([#6910](https://github.com/starship/starship/issues/6910)) ([ef7d8bd](https://github.com/starship/starship/commit/ef7d8bd442f659b64cc23fd4b096e696531289ba)) ###### Bug Fixes * consider text-only meta variables in conditionals set if non-empty ([#6338](https://github.com/starship/starship/issues/6338)) ([286b0f2](https://github.com/starship/starship/commit/286b0f2be30db81bc948579c137f0cc646fcde65)) * **docker_context:** add `compose.yml` and `compose.yaml` to files ([#6625](https://github.com/starship/starship/issues/6625)) ([a98a05f](https://github.com/starship/starship/commit/a98a05f1ac4dfc215337a266c784cd62256f0c33)) * **explain:** Filter out non-printing ANSI escape codes ([#6861](https://github.com/starship/starship/issues/6861)) ([2c11c08](https://github.com/starship/starship/commit/2c11c086b8da5ea43ae795fa0e71a621e983ebcc)) * **fossil_metrics:** match single-file ([#6785](https://github.com/starship/starship/issues/6785)) ([5dd40ea](https://github.com/starship/starship/commit/5dd40ea62fb697239c2a84072414bd30059067d9)) * **git_metrics:** adhere to `git_status` `use_git_executable` option ([#6927](https://github.com/starship/starship/issues/6927)) ([05daa3e](https://github.com/starship/starship/commit/05daa3e27832dde93f784c2659b31f94bb827f80)) * **git_status:** Do not show up-to-date when untracked ([#6755](https://github.com/starship/starship/issues/6755)) ([f42b5 _[Truncated at 4000 characters — full notes: https://github.com/starship/starship/releases/tag/v1.24.0]_ ### v1.23.0 - Date: 2025-04-27 - Version: v1.23.0 - Original notes: https://github.com/starship/starship/releases/tag/v1.23.0 - Permalink: https://whatsnew.fyi/product/starship/releases/v1.23.0 ##### [1.23.0](https://github.com/starship/starship/compare/v1.22.1...v1.23.0) (2025-04-27) ###### Features * add network namespace module ([#6449](https://github.com/starship/starship/issues/6449)) ([eb42f5a](https://github.com/starship/starship/commit/eb42f5ac7003da1f9543f5258dd674cec96a7320)) * Add support for pixi ([#6335](https://github.com/starship/starship/issues/6335)) ([7e88ba9](https://github.com/starship/starship/commit/7e88ba9561bead33cefaba1003637e0213199a15)) * added mise module ([#5747](https://github.com/starship/starship/issues/5747)) ([d24e787](https://github.com/starship/starship/commit/d24e78754a0ce1d5ea77eae0a7d3b19aaa7bcfc8)) * **c++:** adding c++ module ([#6570](https://github.com/starship/starship/issues/6570)) ([ed07646](https://github.com/starship/starship/commit/ed076460995cb5175e47442dc11b46ff0f039b4a)) * **completions:** Offer Nushell completions ([#6366](https://github.com/starship/starship/issues/6366)) ([df454d5](https://github.com/starship/starship/commit/df454d5a64fa6de5d2e334c5aa9b07150bf09ae6)) * **nodejs:** disable if bun project files detected ([#6346](https://github.com/starship/starship/issues/6346)) ([00ce705](https://github.com/starship/starship/commit/00ce7057efb7c431e7f9b526ca3ee941573e9f40)) * **package:** support JSR package version ([#6502](https://github.com/starship/starship/issues/6502)) ([bd2321a](https://github.com/starship/starship/commit/bd2321a12fc47135f316e90f22ccab6a61b50730)) * **preset:** Add gcloud symbol to nerd-fonts preset to match aws ([#6693](https://github.com/starship/starship/issues/6693)) ([348c23f](https://github.com/starship/starship/commit/348c23fd58d90352cb128d32c495c1107a98d930)) * **python:** add support for `python_binary` arguments in config ([#6523](https://github.com/starship/starship/issues/6523)) ([7667555](https://github.com/starship/starship/commit/76675559c041fa2ae6a85cb946218e5e1f04bf75)) ###### Bug Fixes * **battery:** prefer charge ratio over current capacity ([#6603](https://github.com/starship/starship/issues/6603)) ([d245939](https://github.com/starship/starship/commit/d2459391194cf5a142d98b1297fe5f630c3415f5)) * Change to a non-yanked version of the log crate ([#6495](https://github.com/starship/starship/issues/6495)) ([ed20b1d](https://github.com/starship/starship/commit/ed20b1d23b1b7ed914fca30fb6788f3d609f4a52)) * **fossil_metrics:** Add -i flag to the fossil_metrics module's command ([#6544](https://github.com/starship/starship/issues/6544)) ([eb7d80b](https://github.com/starship/starship/commit/eb7d80bafac8f6ae719ee357aeff129065ddd7e6)) * **package:** fix cargo workspace version ([#6626](https://github.com/starship/starship/issues/6626)) ([834bbf5](https://github.com/starship/starship/commit/834bbf53e53fc7f46f168e6d13677b737af73dbf)) * **preset:** add missing rlang to plain-text-symbols preset ([ddafaa6](https://github.com/starship/starship/commit/ddafaa62fc85fddff2bc2cc3a1daaf919f8b8f0d)) * **preset:** add missing rlang to plain-text-symbols preset ([#6458](https://github.com/starship/starship/issues/6458)) ([ddafaa6](https://github.com/starship/starship/commit/ddafaa62fc85fddff2bc2cc3a1daaf919f8b8f0d)) ###### Performance Improvements * **ancestor-scan:** preallocate and reuse a single `PathBuf` ([#6387](https://github.com/starship/starship/issues/6387)) ([b3cb92e](https://github.com/starship/starship/commit/b3cb92e6483a6cc054c6f7db14951c99bd7c9e9b)) * use `gitoxide` for `git_status` and `git_metrics` modules ([#6476](https://github.com/starship/starship/issues/6476)) ([daf8d93](https://github.com/starship/starship/commit/daf8d93d27fdc70b110a4a56799d7dc3a10c3810)) ###### Reverts * Remove specialized whoami hostname function choice for windows ([#6651](https://github.com/starship/starship/issues/6651)) ([8eefdb2](https://github.com/starship/starship/commit/8eefdb21a6099d86b831ff1d42ae7f2a1678185a)) ### v1.22.1 - Date: 2025-01-11 - Version: v1.22.1 - Original notes: https://github.com/starship/starship/releases/tag/v1.22.1 - Permalink: https://whatsnew.fyi/product/starship/releases/v1.22.1 ##### [1.22.1](https://github.com/starship/starship/compare/v1.22.0...v1.22.1) (2025-01-11) ###### Bug Fixes * **windows:** downgrade libz-ng-sys ([#6489](https://github.com/starship/starship/issues/6489)) ([6f7c67b](https://github.com/starship/starship/commit/6f7c67b4858b755c19754a2ec1063502545a16b6)) ### v1.22.0 - Date: 2025-01-11 - Version: v1.22.0 - Original notes: https://github.com/starship/starship/releases/tag/v1.22.0 - Permalink: https://whatsnew.fyi/product/starship/releases/v1.22.0 - Labels: Pre-release ##### [1.22.0](https://github.com/starship/starship/compare/v1.21.1...v1.22.0) (2025-01-11) ###### Features * **battery:** Use best match instead of first match for `battery.display` threshold ([#6442](https://github.com/starship/starship/issues/6442)) ([2690a32](https://github.com/starship/starship/commit/2690a329cf9a6b4a160d024674193007fb292e1a)) * **bun:** Detect bun using new text-format lockfile ([#6441](https://github.com/starship/starship/issues/6441)) ([2df521c](https://github.com/starship/starship/commit/2df521c69b0b1400edee7b7b332b5e2a900c7775)) * **direnv:** allow direnv to detect environment variables ([#6196](https://github.com/starship/starship/issues/6196)) ([4593716](https://github.com/starship/starship/commit/45937166c8b3cb53f09b29c65d0f547aa7f2f022)) * **status:** add `{success,failure}_style` options ([#6269](https://github.com/starship/starship/issues/6269)) ([e21775c](https://github.com/starship/starship/commit/e21775c694a81cf092eafa3c9a7b169ae9c8ebf2)) ###### Bug Fixes * **fish:** restore support for fish <v3.4.0 ([#6337](https://github.com/starship/starship/issues/6337)) ([85d3fb2](https://github.com/starship/starship/commit/85d3fb2e2ab96e639fe6b67ba1afbb94b6c5b83e)) * handle variable bash $SHLVL behavior with explicit option ([#4912](https://github.com/starship/starship/issues/4912)) ([7ead2b5](https://github.com/starship/starship/commit/7ead2b55eb58a878dc3ea8d87204f84862bd8148)) * **hostname:** use DNS instead of NetBIOS name on Windows ([#6343](https://github.com/starship/starship/issues/6343)) ([43f097e](https://github.com/starship/starship/commit/43f097eae838c1fba52659113826669802081918)) * **init/pwsh:** preserve ViModeChangeHandler ([#6225](https://github.com/starship/starship/issues/6225)) ([9b6d394](https://github.com/starship/starship/commit/9b6d394e01d50db4395cfe402531bfd96c540462)) * **init:** do not use cygpath for elvish ([#6376](https://github.com/starship/starship/issues/6376)) ([576aa14](https://github.com/starship/starship/commit/576aa14d15f57abf7d1c28e3486f2682e45c2f62)) * **status:** add trailing space to `pipestatus_format` ([#6404](https://github.com/starship/starship/issues/6404)) ([8a38b8f](https://github.com/starship/starship/commit/8a38b8f6f19fa6f17098e32f22183beac0498764)) * **username:** avoid using `whoami` on android ([#6342](https://github.com/starship/starship/issues/6342)) ([af5d139](https://github.com/starship/starship/commit/af5d139060bbb60690196dc53e05424ac3c0fb5d)), closes [#6340](https://github.com/starship/starship/issues/6340) ### v1.21.1 - Date: 2024-10-18 - Version: v1.21.1 - Original notes: https://github.com/starship/starship/releases/tag/v1.21.1 - Permalink: https://whatsnew.fyi/product/starship/releases/v1.21.1 ##### [1.21.1](https://github.com/starship/starship/compare/v1.21.0...v1.21.1) (2024-10-18) ###### Reverts * "perf(fish): Skip unnecessary indirection in starship init fish" ([#6326](https://github.com/starship/starship/issues/6326)) ([00d927b](https://github.com/starship/starship/commit/00d927bb20e618b587635876d2e10047f98eff88))