Accepting request 1239113 from utilities
- Update to 0.58.0:
* This version introduces three new border types, --list-border,
--input-border, and --header-border, offering much greater
flexibility for customizing the user interface.
* fzf now offers "style presets" for quick customization,
which can be activated using the --style option.
* Style presets (#4160)
* Border and label for the list section (#4148)
* Border and label for the input section (prompt line and info line) (#4154)
* Border and label for the header section (#4159)
* Added --preview-border[=STYLE] as short for --preview-window=border[-STYLE]
* Added new preview border style line which draws a single
separator line between the preview window and the rest of the interface
* fzf will now render a dashed line (┈┈) in each --gap for better visual separation.
* You can specify border-native to --tmux so that native tmux
border is used instead of --border. This can be useful if you
start a different program from inside the popup.
* Added toggle-multi-line action
* Added toggle-hscroll action
* Added change-nth action for dynamically changing the value of
the --nth option
* --nth parts of each line can now be rendered in a different text style
* A single-character delimiter is now treated as a plain string
delimiter rather than a regular expression delimiter, even if
it's a regular expression meta-character.
* Bug fixes and improvements in fish scripts
OBS-URL: https://build.opensuse.org/request/show/1239113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=64
This commit is contained in:
+30
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 20:08:59 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- Update to 0.58.0:
|
||||
* This version introduces three new border types, --list-border,
|
||||
--input-border, and --header-border, offering much greater
|
||||
flexibility for customizing the user interface.
|
||||
* fzf now offers "style presets" for quick customization,
|
||||
which can be activated using the --style option.
|
||||
* Style presets (#4160)
|
||||
* Border and label for the list section (#4148)
|
||||
* Border and label for the input section (prompt line and info line) (#4154)
|
||||
* Border and label for the header section (#4159)
|
||||
* Added --preview-border[=STYLE] as short for --preview-window=border[-STYLE]
|
||||
* Added new preview border style line which draws a single
|
||||
separator line between the preview window and the rest of the interface
|
||||
* fzf will now render a dashed line (┈┈) in each --gap for better visual separation.
|
||||
* You can specify border-native to --tmux so that native tmux
|
||||
border is used instead of --border. This can be useful if you
|
||||
start a different program from inside the popup.
|
||||
* Added toggle-multi-line action
|
||||
* Added toggle-hscroll action
|
||||
* Added change-nth action for dynamically changing the value of
|
||||
the --nth option
|
||||
* --nth parts of each line can now be rendered in a different text style
|
||||
* A single-character delimiter is now treated as a plain string
|
||||
delimiter rather than a regular expression delimiter, even if
|
||||
it's a regular expression meta-character.
|
||||
* Bug fixes and improvements in fish scripts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 27 09:56:57 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fzf
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%global _lto_cflags %{nil}
|
||||
Name: fzf
|
||||
Version: 0.57.0
|
||||
Version: 0.58.0
|
||||
Release: 0
|
||||
Summary: A command-line fuzzy finder
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4e8e25fad2d3f75943b403c40b61326db74b705bf629c279978fdd0ceb1f97c
|
||||
size 303081
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c49e5b13c7f3ee28ebc41ce720e48054287f11186212b2152434497a590f1a63
|
||||
size 313214
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd6125ce557ae8102ddceca0470621b55b5589ea2aec5bac2d0a975435b1c7ca
|
||||
size 1272303
|
||||
oid sha256:ed57fcd886297a1d8e4a7afb0e5e86acb8230450e827664152bd95e780d1bb08
|
||||
size 1277152
|
||||
|
||||
Reference in New Issue
Block a user