Software-update: fish 4.6.0
Versie 4.6.0 van fish is uitgekomen. Fish, wat staat voor 'friendly interactive shell', is een Unix-shell met een focus op interactiviteit en gebruikersvriendelijkheid. Het kan bijvoorbeeld worden gebruikt als vervanger van Bash. Downloads zijn beschikbaar voor macOS, Linux, BSD en onder Windows is het ook in de Windows Subsystem for Linux te gebruiken. De changelog voor deze uitgave kan hieronder worden gevonden.
New Spanish translations (#12489).New Japanese translations (#12499).
New Spanish translations (#12489).New Japanese translations (#12499).The default width for emoji is switched from 1 to 2, improving the experience for users connecting to old systems from modern desktops. Users of old desktops who notice that lines containing emoji are misaligned can set $fish_emoji_width back to 1 (#12562).
The default width for emoji is switched from 1 to 2, improving the experience for users connecting to old systems from modern desktops. Users of old desktops who notice that lines containing emoji are misaligned can set $fish_emoji_width back to 1 (#12562).The tab completion pager now left-justifies the description of each column (#12546).fish now supports the SHELL_PROMPT_PREFIX, SHELL_PROMPT_SUFFIX, and SHELL_WELCOME environment variables. The prefix and suffix are automatically prepended and appended to the left prompt, and the welcome message is displayed on startup after the greeting. These variables are set by systemd’s run0 for example (#10924).
The tab completion pager now left-justifies the description of each column (#12546).fish now supports the SHELL_PROMPT_PREFIX, SHELL_PROMPT_SUFFIX, and SHELL_WELCOME environment variables. The prefix and suffix are automatically prepended and appended to the left prompt, and the welcome message is displayed on startup after the greeting. These variables are set by systemd’s run0 for example (#10924).set_color is able to turn off italics, reverse mode, strikethrough and underline individually (e.g. --italics=off).set_color learned the foreground (--foreground or -f) and reset (--reset) options.An error caused by slow terminal responses at macOS startup has been addressed (#12571).
set_color is able to turn off italics, reverse mode, strikethrough and underline individually (e.g. --italics=off).set_color learned the foreground (--foreground or -f) and reset (--reset) options.An error caused by slow terminal responses at macOS startup has been addressed (#12571).Signals like SIGWINCH (as sent on terminal resize) no longer interrupt builtin output (#12496).For compatibility with Bash, fish now accepts |& as alternate spelling of &|, for piping both standard output and standard error (#11516).fish_indent now preserves comments and newlines immediately preceding a brace block ({ }) (#12505).A crash when suspending certain pipelines with ctrl-z has been fixed (#12301).
Signals like SIGWINCH (as sent on terminal resize) no longer interrupt builtin output (#12496).For compatibility with Bash, fish now accepts |& as alternate spelling of &|, for piping both standard output and standard error (#11516).fish_indent now preserves comments and newlines immediately preceding a brace block ({ }) (#12505).A crash when suspending certain pipelines with ctrl-z has been fixed (#12301).cargo xtask subcommands no longer panic on test failures.
cargo xtask subcommands no longer panic on test failures.(from 4.5.0) Intermediate ⏎ artifact when redrawing prompt (#12476).(from 4.4.0) history honors explicitly specified --color= again (#12512).(from 4.4.0) Vi mode dl and dh (#12461).(from 4.3.0) Error completing of commands starting with - (#12522).
(from 4.5.0) Intermediate ⏎ artifact when redrawing prompt (#12476).(from 4.4.0) history honors explicitly specified --color= again (#12512).(from 4.4.0) Vi mode dl and dh (#12461).(from 4.3.0) Error completing of commands starting with - (#12522).
Source:
Tweakers.net