Update CHANGELOG

This commit is contained in:
Ajeet D'Souza 2025-05-05 22:58:42 -07:00
parent 73599f995b
commit 59f464517b
1 changed files with 11 additions and 0 deletions

View File

@ -9,10 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- Support for Csh.
- Added `--score` flag to `zoxide add`.
### Changed
- Bash: zoxide will now rewrite the prompt when using Space-Tab completions.
### Fixed
- Nushell: stop ignoring symlinks when `cd`-ing into a directory.
- Fzf: updated minimum supported version to v0.51.0.
- PowerShell: avoid setting `$error` when defining `__zoxide_hooked`.
## [0.9.7] - 2025-02-10
### Added