# fd v10.1.0 - Product: fd (https://whatsnew.fyi/product/fd) - Vendor: David Peter - Date: 2024-05-08 - Version: v10.1.0 - Original notes: https://github.com/sharkdp/fd/releases/tag/v10.1.0 - Permalink: https://whatsnew.fyi/product/fd/releases/v10.1.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** — Allow passing an optional argument to --strip-cwd-prefix of "always", "never", or "auto" to force whether the cwd prefix is stripped or not - **added** — Add a --format option which allows using a format template for direct output similar to the template used for --exec - **fixed** — Fix aarch64 page size - **changed** — aarch64-apple-darwin target added to builds on the release page ##### Features - Allow passing an optional argument to `--strip-cwd-prefix` of "always", "never", or "auto". to force whether the cwd prefix is stripped or not. - Add a `--format` option which allows using a format template for direct ouput similar to the template used for `--exec`. (#1043) ##### Bugfixes - Fix aarch64 page size again. This time it should actually work. (#1085, #1549) (@tavianator) ##### Other - aarch64-apple-darwin target added to builds on the release page. Note that this is a tier 2 rust target.