Next | Query returned 102 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-11-16 06:22:08 by Iku Iwasa | Files touched by this commit (3) | Package updated
Log message:
fzf: update to 0.56.3

0.56.3

* Bug fixes in zsh scripts
  * fix(zsh): handle backtick trigger edge case
  * revert(zsh): remove 'fc -RI' call in the history widget

0.56.2

* Bug fixes
  * Fixed abnormal scrolling behavior when --wrap is set
  * [zsh] Fixed warning message when ksh_arrays is set

0.56.1

* Bug fixes and improvements
  * Fixed a race condition which would cause fzf to present stale results after \ 
reload
  * page-up and page-down actions now work correctly with multi-line items
  * {n} is allowed in SCROLL expression in --preview-window
  * [zsh] Fixed regression in history loading with shared option
  * [zsh] Better command extraction in zsh completion
   2024-11-04 02:59:42 by Iku Iwasa | Files touched by this commit (3) | Package updated
Log message:
fzf: update to 0.56.0

* Added --gap[=N] option to display empty lines between items.
  * This can be useful to visually separate adjacent multi-line items.

      # All bash functions, highlighted
      declare -f | perl -0777 -pe 's/^}\n/}\0/gm' |
        bat --plain --language bash --color always |
        fzf --read0 --ansi --reverse --multi --highlight-line --gap

  * Or just to make the list easier to read. For single-line items, you
    probably want to set --color gutter:-1 as well to hide the gutter.

      fzf --info inline-right --gap --color gutter:-1

* Added noinfo option to --preview-window to hide the scroll indicator in
  the preview window
* Bug fixes
   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-08-03 16:30:39 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/fzf: update to 0.54.3

 - Fixed incompatibility of adaptive height specification and 'start:reload'
 - Environment variables are now available to $FZF_DEFAULT_COMMAND
   2024-07-27 08:27:47 by Iku Iwasa | Files touched by this commit (3) | Package updated
Log message:
fzf: update to 0.54.2

* Fixed incorrect syntax highlighting of truncated multi-line entries
* Updated GoReleaser to 2.1.0 to simplify notarization of macOS binaries
  * macOS archives will be in tar.gz format instead of zip format since we
    no longer notarize the zip files but binaries
* (Windows) Reverted a mintty fix in 0.54.0
  * As a result, mouse may not work on mintty in fullscreen mode. However,
    fzf will correctly read non-ASCII input in fullscreen mode
    (--no-height).
  * fzf unfortunately cannot read non-ASCII input when not in fullscreen
    mode on Windows. So if you need to input non-ASCII characters, add
    --no-height to your $FZF_DEFAULT_OPTS.
  * Any help in fixing this issue will be appreciated (#3799, #3847).
   2024-07-21 03:26:16 by Iku Iwasa | Files touched by this commit (3) | Package updated
Log message:
fzf: update to 0.54.1

* Updated fastwalk dependency for built-in directory walker
  * fastwalk: add optional sorting and improve documentation
  * fastwalk: only check if MSYSTEM is set during MSYS/MSYS2
* Reverted ALT-C binding of fish to use cd instead of builtin cd
  * builtin cd was introduced to work around a bug of cd coming from zoxide
    init --cmd cd fish where it cannot handle -- argument.
  * However, the default cd of fish is actually a wrapper function for
    supporting cd -, so we want to use it instead.
  * See #3928 for more information and consider helping zoxide fix the bug.
   2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 security update
   2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168)
Log message:
Revbump all Go packages, default Go version is now 1.22.

Next | Query returned 102 messages, browsing 1 to 10 | Previous