fd v10.3.0

v10.3.0
Added 1
  • Add a hidden --mindepth alias for --min-depth
Changed 5
  • Replace humantime crate and chrono crate with jiff crate
  • 'M' no longer means "month" in date parsing; use "mo", "mos", "month" or "months" instead
  • Month and year in date parsing now account for variability in the calendar rather than being hard-coded number of seconds
  • Add aarch64 Windows to CI and release artifacts
  • Improve support building on Illumos
Features
  • Add a hidden --mindepth alias for --min-depth. (#1617)
Bugfixes
Changes
  • Replace humantime crate and chrono crate with jiff crate, see #1690 (@sorairolake). This has some small changes to the way dates given to options such --changed-within and --changed-before including:
    • 'M' no longer means "month", as that could be confusing with minutes. Use "mo", "mos", "month" or "months" instead.
    • month and year now account for variability in the calander rather than being a hard-coded number of seconds. That is probably what you would expect, but it is a slight change in behavior.
  • aarch64 Windows was added to CI and release artifacts
  • Many dependencies were updated
  • Better support building on Illumos (there is no automated testing, but some known issues were fixed)
Other

This will be the last release that has been tested on x86_64 Mac OS, since GitHub is dropping support for runners with that hardware.

It may also be the last release to use a version of Rust with tier-1 support for x86_64/intel Macs and Windows 7.

View original

Upgraded? How did it go?

Discussion