Update CHANGELOG
This commit is contained in:
parent
a97f239292
commit
8e47b56895
|
|
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- POSIX: support for non-Cygwin Windows environments (e.g. Busybox).
|
- POSIX: support for non-Cygwin Windows environments (e.g. Busybox).
|
||||||
|
- Support for RISC-V (riscv64) Linux.
|
||||||
- `import` now supports fetching entries from `atuin`.
|
- `import` now supports fetching entries from `atuin`.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
@ -20,10 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- PowerShell: use fully qualified names when invoking cmdlets.
|
|
||||||
- Bash/Fish/POSIX/Zsh: resolve symlinks on Windows.
|
- Bash/Fish/POSIX/Zsh: resolve symlinks on Windows.
|
||||||
|
- PowerShell: navigate to home directory with `z` on drives that don't define `HOME`.
|
||||||
|
- Bash: handle `$PROMPT_COMMAND` values ending in a semicolon.
|
||||||
|
- PowerShell: use fully qualified names when invoking cmdlets.
|
||||||
|
- Zsh: skip doctor diagnostics in non-interactive shells.
|
||||||
- Zsh: avoid inserting a trailing space when cancelling interactive Space-Tab completions.
|
- Zsh: avoid inserting a trailing space when cancelling interactive Space-Tab completions.
|
||||||
- Bash: redraw the prompt instead of blanking it when cancelling interactive Space-Tab completions.
|
- Bash: avoid blanking the prompt when cancelling interactive Space-Tab completions.
|
||||||
|
|
||||||
## [0.9.9] - 2026-01-31
|
## [0.9.9] - 2026-01-31
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue