Hello community, here is the log from the commit of package fzf for openSUSE:Factory checked in at 2020-01-06 15:22:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fzf (Old) and /work/SRC/openSUSE:Factory/.fzf.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fzf" Mon Jan 6 15:22:32 2020 rev:5 rq:761021 version:0.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fzf/fzf.changes 2019-11-20 10:27:56.946570794 +0100 +++ /work/SRC/openSUSE:Factory/.fzf.new.6675/fzf.changes 2020-01-06 15:22:33.616492440 +0100 @@ -1,0 +2,42 @@ +Sat Jan 4 16:48:23 CET 2020 - Matej Cepl <[email protected]> + +- Update to 0.20.0: + - Customizable preview window color (preview-fg and preview-bg + for --color) + + fzf --preview 'cat {}' \ + --color 'fg:#bbccdd,fg+:#ddeeff,bg:#334455,preview-bg:#223344,border:#778899' \ + --border --height 20 --layout reverse --info inline + + Removed the immediate flicking of the screen on reload action. + + : | fzf --bind 'change:reload:seq {q}' --phony + + Added clear-query and clear-selection actions for --bind + + - It is now possible to split a composite bind action over + multiple --bind expressions by prefixing the later ones with + +. + + fzf --bind 'ctrl-a:up+up' + + # Can be now written as + fzf --bind 'ctrl-a:up' --bind 'ctrl-a:+up' + + # This is useful when you need to write special + # execute/reload form (i.e. `execute:...`) + # to avoid parse errors and add more actions to the same key + fzf --multi --bind 'ctrl-l:select-all+execute:less {+f}' --bind 'ctrl-l:+deselect-all' + + - Fixed parse error of --bind expression where concatenated + execute/reload action contains + character. + + fzf --multi --bind 'ctrl-l:select-all+execute(less {+f})+deselect-all' + + - Fixed bugs of reload action + - Not triggered when there's no match even when the command + doesn't have any placeholder expressions + - Screen not properly cleared when --header-lines not filled + on reload + +------------------------------------------------------------------- Old: ---- fzf-0.19.0.tar.gz New: ---- fzf-0.20.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fzf.spec ++++++ --- /var/tmp/diff_new_pack.9OMTwj/_old 2020-01-06 15:22:34.676492989 +0100 +++ /var/tmp/diff_new_pack.9OMTwj/_new 2020-01-06 15:22:34.676492989 +0100 @@ -1,7 +1,7 @@ # # spec file for package fzf # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fzf -Version: 0.19.0 +Version: 0.20.0 Release: 0 Summary: A command-line fuzzy finder License: MIT ++++++ fzf-0.19.0.tar.gz -> fzf-0.20.0.tar.gz ++++++ ++++ 2090 lines of diff (skipped) ++++++ vendor.tar.xz ++++++
