mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
CHANGELOG: further work on milestoned issues
[ci skip]
This commit is contained in:
parent
9d98bc5158
commit
b6a57a2494
1 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,7 @@ Scripting improvements
|
||||||
- ``status`` gained new ``dirname`` and ``basename`` convenience commands
|
- ``status`` gained new ``dirname`` and ``basename`` convenience commands
|
||||||
to get just the directory to the running script or the name of it,
|
to get just the directory to the running script or the name of it,
|
||||||
to simplify a common ``(dirname (status filename))`` idiom (#7076).
|
to simplify a common ``(dirname (status filename))`` idiom (#7076).
|
||||||
|
- The ``_`` gettext function is now implemented as a builtin for performance purposes (#7036).
|
||||||
|
|
||||||
Interactive improvements
|
Interactive improvements
|
||||||
------------------------
|
------------------------
|
||||||
|
@ -119,6 +120,8 @@ Improved prompts
|
||||||
|
|
||||||
- The default and example prompts print the correct exit status for
|
- The default and example prompts print the correct exit status for
|
||||||
commands prefixed with ``not`` (#6566).
|
commands prefixed with ``not`` (#6566).
|
||||||
|
- git prompts include all untracked files in the repository, not just those in the current
|
||||||
|
directory (#6086).
|
||||||
|
|
||||||
Improved terminal output
|
Improved terminal output
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
@ -148,10 +151,12 @@ Completions
|
||||||
``pg_dumpall``
|
``pg_dumpall``
|
||||||
- ``gh``
|
- ``gh``
|
||||||
- ``gitk``
|
- ``gitk``
|
||||||
|
- ``imv`` (#6675)
|
||||||
- ``mpc``
|
- ``mpc``
|
||||||
- ``nc``, ``netcat``, ``nc.openbsd``, ``nc.traditional``
|
- ``nc``, ``netcat``, ``nc.openbsd``, ``nc.traditional``
|
||||||
- ``nmap``, ``ncat``
|
- ``nmap``, ``ncat``
|
||||||
- ``prime-run``
|
- ``prime-run``
|
||||||
|
- ``ps2pdf{12,13,14,wr}`` (#6673)
|
||||||
- ``pyenv`` (#6551)
|
- ``pyenv`` (#6551)
|
||||||
- ``rst2html``, ``rst2html4``, ``rst2html5``, ``rst2latex``,
|
- ``rst2html``, ``rst2html4``, ``rst2html5``, ``rst2latex``,
|
||||||
``rst2man``, ``rst2odt``, ``rst2pseudoxml``, ``rst2s5``,
|
``rst2man``, ``rst2odt``, ``rst2pseudoxml``, ``rst2s5``,
|
||||||
|
|
Loading…
Reference in a new issue