# fd v8.7.1 — 8.7.1 - Product: fd (https://whatsnew.fyi/product/fd) - Vendor: David Peter - Date: 2023-10-21 - Version: v8.7.1 - Original notes: https://github.com/sharkdp/fd/releases/tag/v8.7.1 - Permalink: https://whatsnew.fyi/product/fd/releases/v8.7.1 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'. --- - **fixed** — Option `-1` now properly conflicts with the exec family of options - **fixed** — `--max-results` overrides `-1` - **fixed** — `--quiet` now properly conflicts with the exec family of options - **changed** — `--changed-within` now accepts a space as well as a "T" as the separator between date and time ##### Bugfixes - `-1` properly conflicts with the exec family of options. - `--max-results` overrides `-1` - `--quiet` properly conflicts with the exec family of options. This used to be the case, but broke during the switch to clap-derive - `--changed-within` now accepts a space as well as a "T" as the separator between date and time (due to update of chrono dependency) ##### Other - Many dependencies were updated - Some documentation was updated and fixed