1.22.0 (2025-01-11)
Features
- battery: Use best match instead of first match for
battery.display
threshold (#6442) (2690a32) - bun: Detect bun using new text-format lockfile (#6441) (2df521c)
- direnv: allow direnv to detect environment variables (#6196) (4593716)
- status: add
{success,failure}_style
options (#6269) (e21775c)
Bug Fixes
- fish: restore support for fish <v3.4.0 (#6337) (85d3fb2)
- handle variable bash $SHLVL behavior with explicit option (#4912) (7ead2b5)
- hostname: use DNS instead of NetBIOS name on Windows (#6343) (43f097e)
- init/pwsh: preserve ViModeChangeHandler (#6225) (9b6d394)
- init: do not use cygpath for elvish (#6376) (576aa14)
- status: add trailing space to
pipestatus_format
(#6404) (8a38b8f) - username: avoid using
whoami
on android (#6342) (af5d139), closes #6340