mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 20:34:07 +08:00
Update CHANGELOG
This commit is contained in:
parent
56e1109609
commit
c7c9ff9a4a
|
@ -15,7 +15,6 @@ Scripting improvements
|
||||||
|
|
||||||
Interactive improvements
|
Interactive improvements
|
||||||
------------------------
|
------------------------
|
||||||
- ``help`` and ``fish_config`` no longer open to a "Your file couldn't be accessed" page when fish is running in a Chrome OS Crostini Linux VM and URLs are opened in Chrome running outside the VM.
|
|
||||||
|
|
||||||
New or improved bindings
|
New or improved bindings
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
@ -39,6 +38,12 @@ This release of fish fixes a few issues discovered in fish 3.2.0:
|
||||||
This repainting has been removed (:issue:`7775`).
|
This repainting has been removed (:issue:`7775`).
|
||||||
- ``fish_add_path`` would remove the wrong entry when moving multiple entries (:issue:`7776`).
|
- ``fish_add_path`` would remove the wrong entry when moving multiple entries (:issue:`7776`).
|
||||||
- Pasting into a multi-line prompt would cause a ``__fish_tokenizer_state`` error (:issue:`7782`).
|
- Pasting into a multi-line prompt would cause a ``__fish_tokenizer_state`` error (:issue:`7782`).
|
||||||
|
- Calling ``psub`` inside of an event handler will no longer leave temporary files behind (:issue:`7792`).
|
||||||
|
|
||||||
|
As well as a few small enhancements:
|
||||||
|
|
||||||
|
- ``help`` and ``fish_config`` no longer open to a "Your file couldn't be accessed" page when fish is running in a Chrome OS Crostini Linux VM and URLs are opened in Chrome running outside the VM (:issue:`7789`).
|
||||||
|
- Additions to the ``rsync`` completions (:issue:`7763`).
|
||||||
|
|
||||||
If you are upgrading from version 3.1.2 or before, please also review
|
If you are upgrading from version 3.1.2 or before, please also review
|
||||||
the release notes for 3.2.0 (included below).
|
the release notes for 3.2.0 (included below).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user