Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development branch for next release (0.53) #3807

Merged
merged 69 commits into from
Jun 6, 2024
Merged

Development branch for next release (0.53) #3807

merged 69 commits into from
Jun 6, 2024

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    83b6033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    685fb71 View commit details
    Browse the repository at this point in the history
  3. Update README

    * Tidy up
    * Mention `--tmux`
    junegunn committed May 18, 2024
    Configuration menu
    Copy the full SHA
    c24256c View commit details
    Browse the repository at this point in the history
  4. Do not 'become' inside a tmux popup

    fzf --tmux center --bind 'enter:become:vim {}'
    junegunn committed May 18, 2024
    Configuration menu
    Copy the full SHA
    04dfb14 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Change default pointer and marker character

    * Pointer: '▌'
    * Marker: '▏'
    
    They will still be set to '>' if `--no-unicode` is given.
    
    Reasons:
    * They look okay
    * They work better with multi-line items (WIP)
    junegunn committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5b204c5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    04db440 View commit details
    Browse the repository at this point in the history
  2. Respect $NO_COLOR environment variable

    Close #1762
    junegunn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    aee417c View commit details
    Browse the repository at this point in the history
  3. Use winpty to launch fzf in Git bash (mintty)

    Close #3806
    
    Known limitation:
    * --height cannot be used
    junegunn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    573df52 View commit details
    Browse the repository at this point in the history
  4. Change default marker

    junegunn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7b0c9e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    076b3d0 View commit details
    Browse the repository at this point in the history
  6. Update the summary

    junegunn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0cadf70 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG

    junegunn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7205203 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    552158f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4358f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    303c3ba View commit details
    Browse the repository at this point in the history
  4. Add print(...) action

    junegunn committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a90426b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5b0d6b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    561f929 View commit details
    Browse the repository at this point in the history
  2. [vim] Git Bash Mintty: only use cmd.exe if winpty missing (#3811)

    * Git Bash Mintty: only use cmd.exe if winpty missing
    
    Addresses #3809
    
    * preferably use term in Git Bash for popup window
    
    See #3811 (comment)
    Konfekt committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bfe2bf4 View commit details
    Browse the repository at this point in the history
  3. 7 Configuration menu
    Copy the full SHA
    d4216b0 View commit details
    Browse the repository at this point in the history
  4. execute: Open separate handles to /dev/tty (in, out, err)

      # This will no longer cause 'Vim: Warning: Output is not to a terminal'
      fzf --bind 'enter:execute:vim {}' > /tmp/foo
    junegunn committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3dee877 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9b5c9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c36b846 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da500a3 View commit details
    Browse the repository at this point in the history
  8. Fix incorrect colors for selected-{fg,bg,hl}

    When a non-default base color scheme is specified, fzf would choose incorrect
    colors for selected-*.
    
      fzf --color 'light,fg:238,bg:255,bg+:253' -m
    junegunn committed May 23, 2024
    Configuration menu
    Copy the full SHA
    996abb2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    7a97532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e9a0fc View commit details
    Browse the repository at this point in the history
  3. Describe exit code 126

    junegunn committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2a039ab View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Update CHANGELOG

    junegunn committed May 25, 2024
    Configuration menu
    Copy the full SHA
    29a19ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e78c9 View commit details
    Browse the repository at this point in the history
  3. Fix option validation order

    junegunn committed May 25, 2024
    Configuration menu
    Copy the full SHA
    8937500 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fef36e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Fix --help output: marker default

    Co-authored-by: LangLangBart <92653266+LangLangBart@users.noreply.github.com>
    junegunn and LangLangBart committed May 26, 2024
    Configuration menu
    Copy the full SHA
    0ccbd79 View commit details
    Browse the repository at this point in the history
  2. Different marker for the first and last line of multi-line entries

    Can be configured via `--marker-multi-line`
    junegunn committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2f51eb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32eb32e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    782de13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f3a0d View commit details
    Browse the repository at this point in the history
  3. Pass-through error message from 'tmux display-popup'

      fzf --tmux 9999
        # height too large
    junegunn committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1d59ac0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12630b1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    ed53ef7 View commit details
    Browse the repository at this point in the history
  2. [fish] Better multi-line support for CTRL-R

    Prepend each entry with an index number so that multi-line entries can
    be clearly distinguished.
    junegunn committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b4f2cde View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    7405925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b4962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05c765d View commit details
    Browse the repository at this point in the history
  4. [zsh] Enhance CTRL-R to display multi-line entires (#3823)

    Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
    LangLangBart and junegunn committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2b6d600 View commit details
    Browse the repository at this point in the history
  5. Fix error message on invalid --tmux option

    fzf --tmux foobar
      # not a valid integer: foobar
      # ->
      # invalid tmux option: foobar (expected: [center|top|bottom|left|right][,SIZE[%]][,SIZE[%]])
    junegunn committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7aa88aa View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    junegunn committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e33fb59 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    dbe8dc3 View commit details
    Browse the repository at this point in the history
  2. Revert "An '--expect' key should execute actions bound to the key"

    To be backward compatible.
    
    Close #3829
    junegunn committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    41bcbe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    564daf9 View commit details
    Browse the repository at this point in the history
  4. Ignore --height option if it's not supported on the platform

    This is to make shell integration work out of the box on Git bash.
    
      eval "$(fzf --bash)"
      vim <CTRL-T>
        # would print '--height option is currently not supported on this platform'
    junegunn committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    555b0d2 View commit details
    Browse the repository at this point in the history
  5. Fix --height on Windows

    junegunn committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    b00d46b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c613d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e042143 View commit details
    Browse the repository at this point in the history
  8. Update README

    junegunn committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    cfdf2f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e2f93e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    36600ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1afe13b View commit details
    Browse the repository at this point in the history
  3. Fix invalid default of selected-hl (--color)

    It should default to 'hl' instead of 'current-hl'
    junegunn committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    c295339 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

  1. Handle int32 overflow

      yes | fzf --tail=10 --preview 'echo "{n}"'
    junegunn committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ef148df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc73fba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1616ed5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Update docs

    junegunn committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7dc9e14 View commit details
    Browse the repository at this point in the history
  2. hasPreviewFlags should ignore escaped placeholder

    This reload command wouldn't run before the fix:
    
      : | fzf --bind 'start:reload:echo \{}'
    junegunn committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b1460d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbf91f2 View commit details
    Browse the repository at this point in the history