Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: junegunn/fzf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.60.2
Choose a base ref
...
head repository: junegunn/fzf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.60.3
Choose a head ref
  • 13 commits
  • 18 files changed
  • 4 contributors

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    e4489dc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Use '/' as path separator on MSYS2

    Fix #4281
    junegunn committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    c1accc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd1da27 View commit details
    Browse the repository at this point in the history
  3. [fish] Enable multiple history commands insertion (#4280)

    Enable inserting multiple history commands. To disable, set `--no-multi`
    through `$FZF_CTRL_R_OPTS`.
    
    Also, remove the usage of `become` action, to avoid leaving behind
    temporary files.
    
    Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
    bitraid and junegunn authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    bb64d84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    710ebdf View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    6392538 View commit details
    Browse the repository at this point in the history
  2. Remove temp files before 'become' when using --tmux option

    Close #4283
    
    But the temp files for the `f` flags in the 'become' template will not
    be removed, because we will need them after "becoming" another program.
    
      e.g. fzf --bind 'enter:become:cat {f}'
    junegunn committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    b7248d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Configuration menu
    Copy the full SHA
    4e5e925 View commit details
    Browse the repository at this point in the history
  2. Update README

    junegunn committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    e771c5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ba82b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Configuration menu
    Copy the full SHA
    21ce700 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. [windows] Prevent fzf from consuming user input while paused

    This partly fixes #4260.
    
    fzf still can consume the first key stroke.
    junegunn committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    8916cbc View commit details
    Browse the repository at this point in the history
  2. 0.60.3

    junegunn committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    0012183 View commit details
    Browse the repository at this point in the history
Loading