Update CHANGELOG
This commit is contained in:
parent
73599f995b
commit
59f464517b
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -9,10 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Support for Csh.
|
||||||
|
- Added `--score` flag to `zoxide add`.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Bash: zoxide will now rewrite the prompt when using Space-Tab completions.
|
- 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
|
## [0.9.7] - 2025-02-10
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue