pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/fzf
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 22 10:54:32 UTC 2026
Modified Files:
pkgsrc/sysutils/fzf: Makefile distinfo
Log Message:
fzf: update to 0.68.0.
0.68.0
------
- Implemented word wrapping in the list section
- Added `--wrap=word` (or `--wrap-word`) option and `toggle-wrap-word` action for word-level line wrapping in the list section
- Changed default binding of `ctrl-/` and `alt-/` from `toggle-wrap` to `toggle-wrap-word`
```sh
fzf --wrap=word
```
- Implemented word wrapping in the preview window
- Added `wrap-word` flag for `--preview-window` to enable word-level wrapping
- Added `toggle-preview-wrap-word` action
```sh
fzf --preview 'bat --style=plain --color=always {}' \
--preview-window wrap-word \
--bind space:toggle-preview-wrap-word
```
- Added support for underline style variants in `--color`: `underline-double`, `underline-curly`, `underline-dotted`, `underline-dashed`
```sh
fzf --color 'fg:underline-curly,current-fg:underline-dashed'
```
- Added support for underline styles (`4:N`) and underline colors (SGR 58/59)
```sh
# In the list section
printf '\e[4:3;58;2;255;0;0mRed curly underline\e[0m\n' | fzf --ansi
# In the preview window
fzf --preview "printf '\e[4:3;58;2;255;0;0mRed curly underline\e[0m\n'"
```
- Added `--preview-wrap-sign` to set a different wrap indicator for the preview window
- Added `alt-gutter` color option (#4602) (@hedgieinsocks)
- Added `$FZF_WRAP` environment variable to child processes (`char` or `word` when wrapping is enabled) (#4672) (@bitraid)
- fish: Improved command history (CTRL-R) (#4672) (@bitraid)
- Enabled syntax highlighting in the list on fish 4.3.3+
- Added syntax-highlighted preview window that auto-shows for long or multi-line commands
- Added `ALT-ENTER` to reformat and insert selected commands
- Improved handling of bulk deletion of selected history entries (`SHIFT-DELETE`)
- Added fish completion support (#4605) (@lalvarezt)
- zsh: Handle multi-line history selection (#4595) (@LangLangBart)
- Bug fixes
- Fixed `_fzf_compgen_{path,dir}` to respect `FZF_COMPLETION_{PATH,DIR}_OPTS` (#4592) (@shtse8, @LangLangBart)
- Fixed `--preview-window follow` not working correctly with wrapping (#3243, #4258)
- Fixed symlinks to directories being returned as files (#4676) (@skk64)
- Fixed SIGHUP signal handling (#4668) (@LangLangBart)
- Fixed preview process not killed on exit (#4667)
- Fixed coloring of items with zero-width characters (#4620)
- Fixed `track-current` unset after a combined movement action (#4649)
- Fixed `--accept-nth` being ignored in filter mode (#4636) (@charemma)
- Fixed display width calculation with `maxWidth` (#4596) (@LangLangBart)
- Fixed clearing of the rest of the current line on start (#4652)
- Fixed `x-api-key` header not required for GET requests (#4627)
- Fixed key reading not cancelled when `execute` triggered via a server request (#4653)
- Fixed rebind of readline command `redraw-current-line` (#4635) (@jameslazo)
- Fixed `fzf-tmux` `TERM` quoting and added `mktemp` usage (#4664) (@Goofygiraffe06)
- Do not allow very long queries in `FuzzyMatchV2` (#4608)
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/sysutils/fzf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/fzf/Makefile
diff -u pkgsrc/sysutils/fzf/Makefile:1.124 pkgsrc/sysutils/fzf/Makefile:1.125
--- pkgsrc/sysutils/fzf/Makefile:1.124 Thu Jan 15 19:54:55 2026
+++ pkgsrc/sysutils/fzf/Makefile Sun Feb 22 10:54:32 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.124 2026/01/15 19:54:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.125 2026/02/22 10:54:32 wiz Exp $
-DISTNAME= fzf-0.67.0
-PKGREVISION= 2
+DISTNAME= fzf-0.68.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=junegunn/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/sysutils/fzf/distinfo
diff -u pkgsrc/sysutils/fzf/distinfo:1.46 pkgsrc/sysutils/fzf/distinfo:1.47
--- pkgsrc/sysutils/fzf/distinfo:1.46 Mon Nov 24 09:13:55 2025
+++ pkgsrc/sysutils/fzf/distinfo Sun Feb 22 10:54:32 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.46 2025/11/24 09:13:55 wiz Exp $
+$NetBSD: distinfo,v 1.47 2026/02/22 10:54:32 wiz Exp $
-BLAKE2s (fzf-0.67.0.tar.gz) = 4bec26c4d9755db6e2c0cb42f227d580e1f980a60e584809ed612fe91d52654b
-SHA512 (fzf-0.67.0.tar.gz) = 548879bb9a70b8e138277715a7cd3334c4313c93d1d35315e69618ccc2ea5e5bd955369261bf566ce3282f2ea5de752b5346fbfadb5b77ad5508b40fb603d926
-Size (fzf-0.67.0.tar.gz) = 363116 bytes
+BLAKE2s (fzf-0.68.0.tar.gz) = d83b63e8d9b960a2ee397361d60edc428158bfe1de4af2eafb790ffc68faf4a0
+SHA512 (fzf-0.68.0.tar.gz) = d67b002937dabb3384c1e949bb99f6616feb570d9616d60d1cd5bdbcbcd8b47df5c132791d8b7ecba609c022f2a45709a7a8e73c18bc9d77d99a0893c0ecbd0d
+Size (fzf-0.68.0.tar.gz) = 380120 bytes
BLAKE2s (github.com_charlievieth_fastwalk_@v_v1.0.14.mod) = 8225a56cd73ef07f4f34aa10fb819ecd8b5334c43a456c4520977b5120f76512
SHA512 (github.com_charlievieth_fastwalk_@v_v1.0.14.mod) = 3ce875eb677a95df738a185ba9af982e9e48162218a809b2af9e4237c2ad0d65d959c3930d99b960f6483d88930f597d222b71f6f339e694ce24fdb9e98199ff
Size (github.com_charlievieth_fastwalk_@v_v1.0.14.mod) = 92 bytes
Home |
Main Index |
Thread Index |
Old Index