mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:06:49 +08:00
CHANGELOG: work on 3.5.1
This commit is contained in:
parent
a4f5b9eb54
commit
e8cc3803ca
|
@ -5,9 +5,13 @@ This release of fish introduces the following small enhancements:
|
||||||
|
|
||||||
- Cursor shaping for Vi mode is enabled by default in tmux, and will be used if the outer terminal is capable (:issue:`8981`).
|
- Cursor shaping for Vi mode is enabled by default in tmux, and will be used if the outer terminal is capable (:issue:`8981`).
|
||||||
- ``printf`` returns a better error when used with arguments interpreted as octal numbers (:issue:`9035`).
|
- ``printf`` returns a better error when used with arguments interpreted as octal numbers (:issue:`9035`).
|
||||||
- New completions for ``qdbus`` (:issue:`9031:`) and ``reflector`` (:issue:`9027`), and improvements to some completions.
|
|
||||||
- ``history merge`` when in private mode is now an error, rather than wiping out other sessions' history (:issue:`9050`).
|
- ``history merge`` when in private mode is now an error, rather than wiping out other sessions' history (:issue:`9050`).
|
||||||
- The error message when launching a command that is built for the wrong architecture on macOS is more helpful (:issue:`9052`).
|
- The error message when launching a command that is built for the wrong architecture on macOS is more helpful (:issue:`9052`).
|
||||||
|
- Added completions for:
|
||||||
|
- ``expect`` (:issue:`9060`)
|
||||||
|
- ``qdbus`` (:issue:`9031`)
|
||||||
|
- ``reflector`` (:issue:`9027`)
|
||||||
|
- Improvements to some completions.
|
||||||
|
|
||||||
This release also fixes a number of problems identified in fish 3.5.0.
|
This release also fixes a number of problems identified in fish 3.5.0.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user