--- - branch: MAIN date: Tue Apr 5 20:49:22 UTC 2022 files: - new: '1.34' old: '1.33' path: pkgsrc/shells/fish/Makefile pathrev: pkgsrc/shells/fish/Makefile@1.34 type: modified - new: '1.13' old: '1.12' path: pkgsrc/shells/fish/PLIST pathrev: pkgsrc/shells/fish/PLIST@1.13 type: modified - new: '1.26' old: '1.25' path: pkgsrc/shells/fish/distinfo pathrev: pkgsrc/shells/fish/distinfo@1.26 type: modified id: 20220405T204922Z.f55b348d77a54519adbb48d9f644fd01bbf68051 log: | fish: update to 3.4.1 fish 3.4.1 This release of fish fixes the following problems identified in fish 3.4.0: * An error printed after upgrading, where old instances could pick up a newer version of the fish_title function, has been fixed * fish builds correctly on NetBSD and OpenIndiana. * nextd-or-forward-word, bound to Alt-Right Arrow by default, was inadvertently changed to move like forward-bigword. This has been corrected. * funcsave -q and funcsave --quiet now work correctly. * Issues with the csharp and nmcli completions were corrected. If you are upgrading from version 3.3.1 or before, please also review the release notes for 3.4.0 (included below). fish 3.4.0 Notable improvements and fixes: * fish's command substitution syntax has been extended: $(cmd) now has the same meaning as (cmd) but it can be used inside double quotes, to prevent line splitting of the results. * Complementing the prompt command in 3.3.0, fish_config gained a theme subcommand to show and pick from the sample themes (meaning color schemes) directly in the terminal, instead of having to open a Web browser. For example fish_config theme choose Nord loads the Nord theme in the current session. The current theme can be saved with fish_config theme dump , and custom themes can be added by saving them in ~/.config/fish/themes/. * set and read learned a new option, --function, to set a variable in the function?s top scope. * string pad now excludes escape sequences like colors that fish knows about, and a new --visible flag to string length makes it use that kind of visible width. * Performance improvements to globbing, especially on systems using glibc. In some cases (large directories with files with many numbers in the names) this almost halves the time taken to expand the glob. * Autosuggestions can now be turned off by setting $fish_autosuggestion_enabled to 0, and (almost) all highlighting can be turned off by choosing the new ?None? theme. The exception is necessary colors, like those which distinguish autosuggestions from the actual command line. * The fish_git_prompt function, which is included in the default prompts, now overrides git to avoid running commands set by per-repository configuration. This avoids a potential security issue in some circumstances, and has been assigned CVE-2022-20001. module: pkgsrc subject: 'CVS commit: pkgsrc/shells/fish' unixtime: '1649191762' user: bsiegert