mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
CHANGELOG: work on 3.8.0
This commit is contained in:
parent
182a42becc
commit
c02cb3b260
1 changed files with 1 additions and 6 deletions
|
@ -42,11 +42,7 @@ Improved prompts
|
|||
|
||||
Completions
|
||||
^^^^^^^^^^^
|
||||
- Added or improved completions for:
|
||||
- ``curl`` (:issue:`9863`).
|
||||
- ``java_home`` (:issue:`9998`).
|
||||
- ``crc`` (:issue:`10034`).
|
||||
- ``oc`` (:issue:`10034`).
|
||||
- Added completions for:
|
||||
|
||||
Improved terminal support
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
@ -57,7 +53,6 @@ Other improvements
|
|||
- An integer overflow in ``string repeat`` leading to a near-infinite loop has been fixed (:issue:`9899`).
|
||||
- ``string shorten`` behaves better in the presence of non-printable characters, including fixing an integer overflow that shortened strings more than intended. (:issue:`9854`)
|
||||
- ``string pad`` no longer allows non-printable characters as padding. (:issue:`9854`)
|
||||
- The colors of the Nord theme better match their official style (:issue:`10168`).
|
||||
|
||||
For distributors
|
||||
----------------
|
||||
|
|
Loading…
Reference in a new issue