⬆️ Update dependency aqua:junegunn/fzf to v0.73.1#31
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
73f6c30 to
6618a4c
Compare
6618a4c to
403153a
Compare
403153a to
8cc3d29
Compare
8cc3d29 to
dc8c90e
Compare
dc8c90e to
1bc0c98
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.67.0→0.73.1Release Notes
junegunn/fzf (aqua:junegunn/fzf)
v0.73.1Compare Source
$FZF_CURRENT_ITEMexport when the item contains a NUL byte;exec(2)rejects the env, breaking preview and other child commands (#4806)--listen; a single ~390 KB request could block the single-threaded server for ~8 s (Michal Majchrowicz, Marcin Wyczechowski, AFINE Team)v0.73.0Compare Source
Release highlights: https://junegunn.github.io/fzf/releases/0.73.0/
fzf --nushelland the installer (#4630) (@sim590)--preview-window=nextposition 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)every(N)event for--bind, whereNis seconds$FZF_IDLE_TIME(whole seconds) and$FZF_IDLE_TIME_MS(milliseconds), holding the elapsed time since the last user activityevery(N)to build idle-based behavior such as auto-accept or auto-quit (#1211)$FZF_CURRENT_ITEMfor shells where quoting{}is awkward (#4802)change-preview-windowno longer resetswrap/wrap-wordstate set viatoggle-preview-wrap/toggle-preview-wrap-word(#4791)FuzzyMatchV2on 32-bit builds (Michal Majchrowicz, Marcin Wyczechowski, AFINE Team)bg-transformreload/excludepayloads being droppedv0.72.0Compare Source
Release highlights: https://junegunn.github.io/fzf/releases/0.72.0/
--header-border,--header-lines-border, and--footer-bordernow accept a newinlinestyle that embeds the section inside the list frame, separated from the list content by a horizontal line. When the list border has side segments, the separator joins them as T-junctions.--list-bordershape that has both top and bottom segments (rounded,sharp,bold,double,block,thinblock, orhorizontal); falls back tolineotherwise.horizontalhas no side borders, so the separator is drawn without T-junction endpoints.--header-labeland--footer-labelrender on their respective separator row.--color list-borderwhen the section's own border color is not explicitly set.inlinetakes precedence over--header-first: the inline section stays inside the list frame.--header-border=inlinerequires--header-lines-borderto beinlineor unset.dashedborder style with dashed edges (╶/┆) and rounded corners.--border=dashed,--list-border=dashed, etc.VimResizedevent (#4778) (@Vulcalien)--style=minimalhistappendis on (#4764)v0.71.0Compare Source
Release highlights: https://junegunn.github.io/fzf/releases/0.71.0/
--popupas a new name for--tmuxwith Zellij support--popupstarts fzf in a tmux popup or a Zellij floating pane--tmuxis now an alias for--popup--id-nth--id-nth=NTHto define item identity fields for cross-reload operationsreloadis triggered with tracking enabled, fzf searches for the tracked item by its identity fields in the new list.--track --id-nth ..tracks by the entire line--track --id-nth 1tracks by the first field--trackwithout--id-nthretains the existing index-based tracking behaviorEscapeorCtrl-Cto cancel the blocked state without quitting+T*/+t*while searching--multi, selected items are preserved acrossreload-syncby matching their identity fieldsshift-deleteto delete history entries (#4715)GET /HTTP endpoint now includespositionsfield in each match entry, providing the indices of matched characters for external highlighting (#4726)--height=~-HEIGHT) (#4682)--walker=followno longer follows symlinks whose target is an ancestor of the walker root, avoiding severe resource exhaustion when a symlink points outside the tree (e.g. Wine'sz:→/) (#4710)--{accept,with}-nthremoving trailing whitespaces with a non-default--delimiter--with-shellnot handling quoted arguments correctly (#4709)toggle-preview--frozen-leftis usedsh_globoption is on (#4714) (@EvanHahn)v0.70.0Compare Source
change-with-nthaction for dynamically changing the--with-nthoption.--with-nthto be set initially.|can be given to cycle through.change-header-linesaction for dynamically changing the--header-linesoptionnthattribute merge order to respect precedence hierarchy (#4697)printfwith builtinprintfto bypass local indirections (#4684) (@DarrenBishop)v0.68.0Compare Source
--wrap=word(or--wrap-word) option andtoggle-wrap-wordaction for word-level line wrapping in the list sectionctrl-/andalt-/fromtoggle-wraptotoggle-wrap-wordwrap-wordflag for--preview-windowto enable word-level wrappingtoggle-preview-wrap-wordactionfzf --preview 'bat --style=plain --color=always {}' \ --preview-window wrap-word \ --bind space:toggle-preview-wrap-word--color:underline-double,underline-curly,underline-dotted,underline-dashedfzf --color 'fg:underline-curly,current-fg:underline-dashed'4:N) and underline colors (SGR 58/59)--preview-wrap-signto set a different wrap indicator for the preview windowalt-guttercolor option (#4602) (@hedgieinsocks)$FZF_WRAPenvironment variable to child processes (charorwordwhen wrapping is enabled) (#4672) (@bitraid)ALT-ENTERto reformat and insert selected commandsSHIFT-DELETE)_fzf_compgen_{path,dir}to respectFZF_COMPLETION_{PATH,DIR}_OPTS(#4592) (@shtse8, @LangLangBart)--preview-window follownot working correctly with wrapping (#3243, #4258)track-currentunset after a combined movement action (#4649)--accept-nthbeing ignored in filter mode (#4636) (@charemma)maxWidth(#4596) (@LangLangBart)x-api-keyheader not required for GET requests (#4627)executetriggered via a server request (#4653)redraw-current-line(#4635) (@jameslazo)fzf-tmuxTERMquoting and addedmktempusage (#4664) (@Goofygiraffe06)FuzzyMatchV2(#4608)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.