From 8e47b56895cf294a192dd98b6692e501b67f708a Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Tue, 30 Jun 2026 01:54:13 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d6ba2..7ef7ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - POSIX: support for non-Cygwin Windows environments (e.g. Busybox). +- Support for RISC-V (riscv64) Linux. - `import` now supports fetching entries from `atuin`. ### Changed @@ -20,10 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- PowerShell: use fully qualified names when invoking cmdlets. - 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. -- 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