
Versie 4.3.3 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.
This release fixes the following problems identified in fish 4.3.0:Other improvements include:
- Selecting a completion could insert only part of the token (#12249).
- Glitch with soft-wrapped autosuggestions and fish_right_prompt (#12255).
- Spurious echo in tmux when typing a command really fast (#12261).
tomorrowtheme always using the light variant (#12266).fish_config theme choosesometimes not shadowing themes set by e.g. webconfig (#12278).- The sample prompts and themes are correctly installed (#12241).
- Last line of command output could be hidden when missing newline (#12246).
- The
abbr,bind,complete,functions,historyandtypecommands now support a--coloroption to control syntax highlighting in their output. Valid values areauto(default),always, ornever.- Existing file paths in redirection targets such as
> file.txtare now highlighted usingfish_color_valid_path, indicating thatfile.txtwill be clobbered (#12260).
