fd v8.2.0 Release Notes

Release Date: 2020-12-06 // over 3 years ago
  • ๐Ÿ”‹ Features

    • โž• Add new --prune flag, see #535 (@reima)
    • ๐Ÿ‘Œ Improved the usability of the time-based options, see #624 and #645 (@gorogoroumaru)
    • โž• Add support for exact file sizes in the --size filter, see #669 and #696 (@Rogach)
    • ๐Ÿ–จ fd now prints an error message if the search pattern requires a leading dot but
      ๐Ÿ‘€ --hidden is not enabled (Unix only), see #615

    ๐Ÿ›  Bugfixes

    • ๐Ÿ‘€ Avoid panic when performing limited searches in directories with restricted permissions, see #678
    • ๐Ÿ‘€ Invalid numeric command-line arguments are silently ignored, see #675
    • ๐Ÿ‘€ Disable jemalloc on Android, see #662
    • ๐Ÿ‘€ The --help text will be colorless if NO_COLOR has been set, see #600 (@xanonid)

    ๐Ÿ”„ Changes

    • ๐Ÿ If LS_COLORS is not set (e.g. on Windows), we now provide a more comprehensive default which
      ๐Ÿ‘€ includes much more filetypes, see #604 and #682 (mjsir911).

    Other