Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fzf for openSUSE:Factory checked in at 2021-03-15 10:55:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fzf (Old) and /work/SRC/openSUSE:Factory/.fzf.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fzf" Mon Mar 15 10:55:08 2021 rev:15 rq:878879 version:0.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fzf/fzf.changes 2021-02-03 19:56:48.889753498 +0100 +++ /work/SRC/openSUSE:Factory/.fzf.new.2401/fzf.changes 2021-03-15 10:55:09.433241421 +0100 @@ -1,0 +2,27 @@ +Sat Mar 13 11:18:28 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Update to 0.26.0: + - Added support for fixed header in preview window + # Display top 3 lines as the fixed header + fzf --preview 'bat --style=header,grid --color=always {}' --preview-window '~3' + + More advanced preview offset expression to better support the fixed header + + # Preview with bat, matching line in the middle of the window below + # the fixed header of the top 3 lines + # + # ~3 Top 3 lines as the fixed header + # +{2} Base scroll offset extracted from the second field + # +3 Extra offset to compensate for the 3-line header + # /2 Put in the middle of the preview area + # + git grep --line-number '' | + fzf --delimiter : \ + --preview 'bat --style=full --color=always --highlight-line {2} {1}' \ + --preview-window '~3:+{2}+3/2' + - Added select and deselect action for unconditionally selecting or + deselecting a single item in --multi mode. Complements toggle action. + - Sigificant performance improvement in ANSI code processing + - Bug fixes and improvements + +------------------------------------------------------------------- Old: ---- 0.25.1.tar.gz New: ---- 0.26.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fzf.spec ++++++ --- /var/tmp/diff_new_pack.jdTkbS/_old 2021-03-15 10:55:10.005242298 +0100 +++ /var/tmp/diff_new_pack.jdTkbS/_new 2021-03-15 10:55:10.005242298 +0100 @@ -17,7 +17,7 @@ Name: fzf -Version: 0.25.1 +Version: 0.26.0 Release: 0 Summary: A command-line fuzzy finder License: MIT ++++++ 0.25.1.tar.gz -> 0.26.0.tar.gz ++++++ ++++ 1969 lines of diff (skipped) ++++++ vendor.tar.xz ++++++