# fd v10.4.0 - Product: fd (https://whatsnew.fyi/product/fd) - Vendor: David Peter - Date: 2026-03-07 - Version: v10.4.0 - Original notes: https://github.com/sharkdp/fd/releases/tag/v10.4.0 - Permalink: https://whatsnew.fyi/product/fd/releases/v10.4.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 `--ignore-contain` option to ignore directories containing a named entry - **fixed** — Fix Windows hyperlink generation for paths with spaces - **fixed** — `--print0` combined with `--exec` will now print a `\0` between the output of each entry - **fixed** — Fix bugs in the `ignore` library used for handling ignore rules - **changed** — Minimum required rust version has been increased to 1.90.0 - **changed** — Statically link the CRT for MSVC builds via Cargo config to avoid runtime DLL dependencies ##### Features - Add `--ignore-contain` option to ignore directories containing a named entry (e.g. to ignore [`CACHEDIR.TAG`](https://bford.info/cachedir/)); see #1727 (@fischman). ##### Bugfixes - Fix Windows hyperlink generation for paths with spaces. (#1872) - `--print0` combined with `--exec` will now print a `\0` between the output of each entry. Note that if there are multiple instances of `--exec`, the `\0` will be between each _set_ of commands, _not_ between each individual command run. Fixes #1797. - Several bugs were fixed by an update to the `ignore` library used for handling ignore rules - #1506 - #1667 - #1813 ##### Changes - Minimum required rust version has been increased to 1.90.0. Notably, this means dropping fully support for intel Mac and Windows 7. - Statically link the CRT for MSVC builds via Cargo config to avoid runtime DLL dependencies, see #1874 (@FidelSch)