# fd v10.3.0 - Product: fd (https://whatsnew.fyi/product/fd) - Vendor: David Peter - Date: 2025-08-26 - Version: v10.3.0 - Original notes: https://github.com/sharkdp/fd/releases/tag/v10.3.0 - Permalink: https://whatsnew.fyi/product/fd/releases/v10.3.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add a hidden --mindepth alias for --min-depth - **changed** — Replace humantime crate and chrono crate with jiff crate - **changed** — 'M' no longer means "month" in date parsing; use "mo", "mos", "month" or "months" instead - **changed** — Month and year in date parsing now account for variability in the calendar rather than being hard-coded number of seconds - **changed** — Add aarch64 Windows to CI and release artifacts - **changed** — 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.