fd v4.0.0 Release Notes

Release Date: 2017-10-07 // over 6 years ago
  • ๐Ÿ”‹ Features

    • โž• Added filtering by file extension, for example fd -e txt, see #56 (@reima)
    • โž• Add option to force colored output: --color always, see #49 (@Detegr)
    • ๐Ÿ‘€ Generate Shell completions for Bash, ZSH, Fish and Powershell, see #64 (@ImbaKnugel)
    • ๐Ÿ‘ Better & extended --help text (@abaez and @Detegr)
    • ๐Ÿ Proper Windows support, see #70

    ๐Ÿ”„ Changes

    • ๐Ÿ‘€ The integration tests have been re-written in Rust โœจ, making them platform-independent and easily callable via cargo test - see #65 (many thanks to @reima!)
    • ๐Ÿ†• New tutorial in the README (@deg4uss3r)
    • โฌ‡๏ธ Reduced number of stat syscalls for each result from 3 to 1, see #36.
    • Enabled Appveyor CI