mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
Update CHANGELOG
This commit is contained in:
parent
074de44caf
commit
17fbc2dc52
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,12 @@
|
|||
# Upcoming release
|
||||
|
||||
## Features
|
||||
## Bugfixes
|
||||
## Changes
|
||||
## Other
|
||||
|
||||
# v8.0.0
|
||||
|
||||
## Features
|
||||
|
||||
- Add a new `-l`/`--list-details` option to show more details about the search results. This is
|
||||
|
@ -39,6 +46,9 @@
|
|||
separation character (`/` or `\\`) anymore. You can use `**` for that. This allows things like
|
||||
`fd -p -g '/some/base/path/*/*/*.txt'` which would previously match to arbitrary depths (instead
|
||||
of exactly two folders below `/some/base/path`. See #404.
|
||||
- "Legacy" support to use `fd -exec` (with a single dash) has been removed. Use `fd -x` or
|
||||
`fd --exec` instead.
|
||||
- Overall improved error handling and error messages.
|
||||
|
||||
|
||||
## Other
|
||||
|
|
Loading…
Reference in a new issue