factory
- Update to version 0.73.1:
* Bug fixes
* Skip $FZF_CURRENT_ITEM export when the item contains a NUL byte;
exec(2) rejects the env, breaking preview and other
child commands (#4806)
* Fixed O(n^2) HTTP body accumulation in --listen; a single ~390 KB
request could block the single-threaded server for ~8 s
- Changes from 0.73.0:
* Nushell integration via fzf --nushell and the installer (#4630)
* New --preview-window=next position that places the preview adjacent
to the input section, on the list side: above the input in the
default layout, below it in --layout=reverse (#4798)
* Timer-driven every(N) event for --bind, where N is seconds
* Added $FZF_IDLE_TIME (whole seconds) and $FZF_IDLE_TIME_MS
(milliseconds), holding the elapsed time since the last user activity
* Added $FZF_CURRENT_ITEM for shells where quoting {} is awkward (#4802)
* fix: Scoring: non-word characters at the start of input or after
a delimiter now receive the same boundary bonus as word
characters (#4795)
* fix: change-preview-window no longer resets wrap / wrap-word state
set via toggle-preview-wrap / toggle-preview-wrap-word (#4791)
* fix: Stripped UTF-8-encoded C1 control characters from rendered
items to prevent terminal control-sequence injection
* fix: Fixed integer-overflow panic in FuzzyMatchV2 on 32-bit builds
* fix: Fixed bg-transform reload / exclude payloads being dropped
* fix: Fixed rendering glitch with preview window on the left combined with footer
OBS-URL: https://build.opensuse.org/request/show/1355453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=82
Description
No description provided
Languages
RPM Spec
100%