From 6533958ef7d21e521271f5b3fc56ac5511e2be9a8e7f98c3e97b503c65d84063 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 22 Jul 2022 12:26:03 +0000 Subject: [PATCH] Accepting request 990592 from home:mcepl:branches:utilities - Update to 0.31.0: - Added support for an alternative preview window layout that is activated when the size of the preview window is smaller than a certain threshold. # If the width of the preview window is smaller than 50 columns, # it will be displayed above the search window. fzf --preview 'cat {}' --preview-window 'right,50%,border-left,<50(up,30%,border-bottom)' # Or you can just hide it like so fzf --preview 'cat {}' --preview-window '<50(hidden)' - fzf now uses SGR mouse mode to properly support mouse on larger terminals - You can now use characters that do not satisfy unicode.IsGraphic constraint for --marker, --pointer, and --ellipsis. Allows Nerd Fonts and stuff. Use at your own risk. - Bug fixes and improvements - Shell extension kill completion now requires trigger sequence (**) for consistency OBS-URL: https://build.opensuse.org/request/show/990592 OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=52 --- fzf-0.30.0.tar.gz | 3 --- fzf-0.31.0.tar.gz | 3 +++ fzf.changes | 26 ++++++++++++++++++++++++++ fzf.spec | 2 +- vendor.tar.gz | 4 ++-- 5 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 fzf-0.30.0.tar.gz create mode 100644 fzf-0.31.0.tar.gz diff --git a/fzf-0.30.0.tar.gz b/fzf-0.30.0.tar.gz deleted file mode 100644 index cd95717..0000000 --- a/fzf-0.30.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3428f510b7136e39104a002f19b2e563090496cb5205fa2e4c5967d34a20124 -size 209750 diff --git a/fzf-0.31.0.tar.gz b/fzf-0.31.0.tar.gz new file mode 100644 index 0000000..d83fc23 --- /dev/null +++ b/fzf-0.31.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4edee32cb214018ed40160ced968d4cc3b63bba5b0571487011ee7099faa76 +size 210779 diff --git a/fzf.changes b/fzf.changes index 0367392..9214069 100644 --- a/fzf.changes +++ b/fzf.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Jul 21 16:17:24 UTC 2022 - Matej Cepl + +- Update to 0.31.0: + - Added support for an alternative preview window layout that + is activated when the size of the preview window is smaller + than a certain threshold. + + # If the width of the preview window is smaller than 50 columns, + # it will be displayed above the search window. + fzf --preview 'cat {}' --preview-window 'right,50%,border-left,<50(up,30%,border-bottom)' + + # Or you can just hide it like so + fzf --preview 'cat {}' --preview-window '<50(hidden)' + + - fzf now uses SGR mouse mode to properly support mouse on + larger terminals + - You can now use characters that do not satisfy + unicode.IsGraphic constraint for --marker, --pointer, and + --ellipsis. Allows Nerd Fonts and stuff. + Use at your own risk. + - Bug fixes and improvements + - Shell extension + kill completion now requires trigger sequence (**) for + consistency + ------------------------------------------------------------------- Wed Jun 22 11:08:05 UTC 2022 - Dominique Leuenberger diff --git a/fzf.spec b/fzf.spec index 26b3af2..9817a63 100644 --- a/fzf.spec +++ b/fzf.spec @@ -17,7 +17,7 @@ Name: fzf -Version: 0.30.0 +Version: 0.31.0 Release: 0 Summary: A command-line fuzzy finder License: MIT diff --git a/vendor.tar.gz b/vendor.tar.gz index ee9a91f..74d86c8 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4009f7b427ad4a242f2e4437b773699ac98d3a6424d8c71ad10277d5a906912 -size 2759819 +oid sha256:23c06e9e68baf8774cfe96b58d66811684fe7b6352ae610e41ef48c269827ad1 +size 2590604