Skip to content

v8.6.0

Compare
Choose a tag to compare
@tmccombs tmccombs released this 09 Dec 07:02
· 315 commits to master since this release

Features

  • New --and <pattern> option to add additional patterns that must also be matched. See #315
    and #1139 (@Uthar)
  • Added --changed-after as alias for --changed-within, to have a name consistent with --changed-before.

Changes

  • Breaking: On Unix-like systems, --type executable now additionally checks if
    the file is executable by the current user, see #1106 and #1169 (@Ptipiak)

Bugfixes

  • Use fd instead of fd.exe for Powershell completions (when completions are generated on windows)