Hello community, here is the log from the commit of package fzf for openSUSE:Factory checked in at 2019-11-20 10:27:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fzf (Old) and /work/SRC/openSUSE:Factory/.fzf.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fzf" Wed Nov 20 10:27:54 2019 rev:4 rq:749703 version:0.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fzf/fzf.changes 2019-04-23 14:35:42.569458209 +0200 +++ /work/SRC/openSUSE:Factory/.fzf.new.26869/fzf.changes 2019-11-20 10:27:56.946570794 +0100 @@ -1,0 +2,28 @@ +Sun Nov 17 17:48:38 UTC 2019 - Ismail Dönmez <[email protected]> + +- Update to 0.19.0 + - Added --phony option which completely disables search functionality. + Useful when you want to use fzf only as a selector interface. See below. + - Added "reload" action for dynamically updating the input list without + restarting fzf. See https://github.com/junegunn/fzf/issues/1750 to + learn more about it. + - --multi now takes an optional integer argument which indicates the + maximum number of items that can be selected + - If a placeholder expression for --preview and execute action + (and the new reload action) contains f flag, it is replaced to + the path of a temporary file that holds the evaluated list. + This is useful when you multi-select a large number of items + and the length of the evaluated string may exceed ARG_MAX. + - deselect-all no longer deselects unmatched items. It is now + consistent with select-all and toggle-all in that it only affects + matched items. + - Due to the limitation of bash, fuzzy completion is enabled by + default for a fixed set of commands. A helper function for easily + setting up fuzzy completion for any command is now provided. + - Info line style can be changed by --info=STYLE + - Preview window border can be disabled by adding noborder to --preview-window. + - When you transform the input with --with-nth, the trailing white spaces are removed. + - ctrl-\, ctrl-], ctrl-^, and ctrl-/ can now be used with --bind + - See https://github.com/junegunn/fzf/milestone/15?closed=1 for more details + +------------------------------------------------------------------- Old: ---- fzf-0.18.0.tar.gz New: ---- fzf-0.19.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fzf.spec ++++++ --- /var/tmp/diff_new_pack.3N9KL0/_old 2019-11-20 10:27:58.174571039 +0100 +++ /var/tmp/diff_new_pack.3N9KL0/_new 2019-11-20 10:27:58.178571040 +0100 @@ -1,7 +1,7 @@ # # spec file for package fzf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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.18.0 +Version: 0.19.0 Release: 0 Summary: A command-line fuzzy finder License: MIT ++++++ fzf-0.18.0.tar.gz -> fzf-0.19.0.tar.gz ++++++ ++++ 3230 lines of diff (skipped) ++++++ vendor.tar.xz ++++++ ++++ 169629 lines of diff (skipped)
