# fd v10.0.0 - Product: fd (https://whatsnew.fyi/product/fd) - Vendor: David Peter - Date: 2024-05-06 - Version: v10.0.0 - Original notes: https://github.com/sharkdp/fd/releases/tag/v10.0.0 - Permalink: https://whatsnew.fyi/product/fd/releases/v10.0.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 `dir` as an alias to `directory` when using `-t` or `--type` - **added** — Add support for @%s date format in time filters to specify seconds since Unix epoch for --older/--newer - **changed** — No longer automatically ignore `.git` when using `--hidden` with vcs ignore enabled - **fixed** — Respect NO_COLOR environment variable with `--list-details` option - **fixed** — Fix bug that would cause hidden files to be included despite gitignore rules if search path is "." - **fixed** — aarch64 builds now use 64k page sizes with jemalloc to fix issues on systems with larger page sizes - **security** — Address CVE-2024-24576 by increasing minimum rust version - **changed** — Minimum supported rust version is now 1.77.2 ##### Features - Add `dir` as an alias to `directory` when using `-t` \ `--type`, see #1460 and #1464 (@Ato2207). - Add support for @%s date format in time filters similar to GNU date (seconds since Unix epoch for --older/--newer), see #1493 (@nabellows) - Breaking: No longer automatically ignore `.git` when using `--hidden` with vcs ignore enabled. This reverts the change in v9.0.0. While this feature was often useful, it also broke some existing workflows, and there wasn't a good way to opt out of it. And there isn't really a good way for us to add a way to opt out of it. And you can easily get similar behavior by adding `.git/` to your global fdignore file. See #1457. ##### Bugfixes - Respect NO_COLOR environment variable with `--list-details` option. (#1455) - Fix bug that would cause hidden files to be included despite gitignore rules if search path is "." (#1461, BurntSushi/ripgrep#2711). - aarch64 builds now use 64k page sizes with jemalloc. This fixes issues on some systems, such as ARM Macs that have a larger system page size than the system that the binary was built on. (#1547) - Address [CVE-2024-24576](https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html), by increasing minimum rust version. ##### Changes - Minimum supported rust version is now 1.77.2