Versie 4.8.1 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 Windows Subsystem for Linux te gebruiken. De changelog voor deze uitgave kan hieronder worden gevonden.
Interactive improvementsRegression fixes:
- On non-macOS platforms,
Alt-Backspace,Alt-Delete,Alt-LeftandAlt-Rightoperate on words again instead of tokens (#12122) eliminating cross-platform differences in input handling.- Builtin and function commands can now be colored separately via new variables
fish_color_builtinandfish_color_function(#12837).- Add fish_darcs_prompt for Darcs repository status.
- Fixed a crash in
commandline --current-processwhen the cursor is inside a&|pipe (#12868).- Since prompt marking (via OSC 133) causes an issue in Konsole’s default configuration, prompt marking had been disabled for Konsole in 4.8.0. Now the
omit-term-workaroundsfeature flag can be enabled to enable prompt marking on Konsole again (#12859).
