Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fzf for openSUSE:Factory checked in 
at 2022-11-13 18:09:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fzf (Old)
 and      /work/SRC/openSUSE:Factory/.fzf.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fzf"

Sun Nov 13 18:09:05 2022 rev:27 rq:1035454 version:0.35.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fzf/fzf.changes  2022-09-29 18:14:38.759406425 
+0200
+++ /work/SRC/openSUSE:Factory/.fzf.new.1597/fzf.changes        2022-11-13 
18:09:19.355564796 +0100
@@ -1,0 +2,49 @@
+Fri Nov 11 16:41:17 UTC 2022 - Jorik Cronenberg <[email protected]>
+
+- Update to 0.35.0:
+  * Added start event that is triggered only once when fzf finder
+    starts. Since fzf consumes the input stream asynchronously,
+    the input list is not available unless you use --sync.
+
+    seq 100 | fzf --multi --sync --bind 'start:last+select-all+preview(echo 
welcome)'
+
+  * Added --border-label and --border-label-pos for putting label
+    on the border
+
+    # ANSI color codes are supported
+    # (with https://github.com/busyloop/lolcat)
+    label=$(curl -s http://metaphorpsum.com/sentences/1 | lolcat -f)
+
+    # Border label at the center
+    fzf --height=10 --border --border-label="╢ $label ╟" \
+    --color=label:italic:black
+
+    # Left-aligned (positive integer)
+    fzf --height=10 --border --border-label="╢ $label ╟" \
+    --border-label-pos=3 --color=label:italic:black
+
+    # Right-aligned (negative integer) on the bottom line (:bottom)
+    fzf --height=10 --border --border-label="╢ $label ╟" \
+    --border-label-pos=-3:bottom --color=label:italic:black
+
+  * Also added --preview-label and --preview-label-pos for the
+    border of the preview window
+
+    fzf --preview 'cat {}' --border --preview-label=' Preview ' \
+    --preview-label-pos=2
+
+  * Info panel (match counter) will be followed by a horizontal separator
+    by default
+    - Use --no-separator or --separator='' to hide the separator
+    - You can specify an arbitrary string that is repeated to form the
+      horizontal separator. e.g. --separator=╸
+    - The color of the separator can be customized via --color=separator:...
+    - ANSI color codes are also supported
+
+    fzf --separator=╸ --color=separator:green
+    fzf --separator=$(lolcat -f -F 1.4 <<< ▁▁▂▃▄▅▆▆▅
▄▃▂▁▁) --info=inline
+
+  * Added --border=bold and --border=double along with
+    --preview-window=border-bold and --preview-window=border-double
+
+-------------------------------------------------------------------

Old:
----
  fzf-0.34.0.tar.gz

New:
----
  fzf-0.35.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fzf.spec ++++++
--- /var/tmp/diff_new_pack.NepZXy/_old  2022-11-13 18:09:19.879567842 +0100
+++ /var/tmp/diff_new_pack.NepZXy/_new  2022-11-13 18:09:19.883567866 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           fzf
-Version:        0.34.0
+Version:        0.35.0
 Release:        0
 Summary:        A command-line fuzzy finder
 License:        MIT

++++++ fzf-0.34.0.tar.gz -> fzf-0.35.0.tar.gz ++++++
++++ 2039 lines of diff (skipped)

++++++ vendor.tar.xz ++++++

Reply via email to