fd v7.5.0 Release Notes

Release Date: 2020-03-22 // about 4 years ago
  • ๐Ÿ”‹ Features

    • โž• Added --one-file-system (aliases: --mount, --xdev) to not cross file system boundaries on Unix and Windows, see #507 (@FallenWarrior2k).
    • โž• Added --base-directory to change the working directory in which fd is run, see #509 and #475 (@hajdamak).
    • ๐Ÿ‘€ fd will not use colored output if the NO_COLOR environment variable is set, see #550 and #551 (@metadave).
    • ๐Ÿ‘€ fd --exec will return exit code 1 if one of the executed commands fails, see #526 and #531 (@fusillicode and @Giuffre)

    ๐Ÿ› Bug Fixes

    ๐Ÿ”„ Changes

    • ๐Ÿ‘€ A flag can now be passed multiple times without producing an error, see #488 and #496 (@rootbid).
    • ๐Ÿ‘€ Search results are sorted when using the -X option to match the behaviour of piping to xargs, see #441 and #524 (@Marcoleni @crash-g).