4.3.3
fish 4.3.3
Added 2
- The abbr, bind, complete, functions, history and type commands now support a --color option to control syntax highlighting in their output with values auto, always, or never
- Existing file paths in redirection targets are now highlighted using fish_color_valid_path to indicate that the file will be clobbered
Fixed 7
- Selecting a completion could insert only part of the token
- Glitch with soft-wrapped autosuggestions and fish_right_prompt
- Spurious echo in tmux when typing a command really fast
- tomorrow theme always using the light variant
- fish_config theme choose sometimes not shadowing themes set by webconfig
- Sample prompts and themes are correctly installed
- Last line of command output could be hidden when missing newline
This release fixes the following problems identified in fish 4.3.0:
- 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).
Other improvements include:
- 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).
Download links: To download the source code for fish, we suggest the file named fish-4.3.3.tar.xz. The file downloaded from Source code (tar.gz) will not build correctly. A GPG signature using this key is available as fish-4.3.3.tar.xz.asc.
The files called fish-4.3.3-linux-*.tar.xz contain standalone fish binaries for any Linux with the given CPU architecture.