mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Add item to CHANGELOG for no buffer with single thread
This commit is contained in:
parent
e4730603d0
commit
049232439a
1 changed files with 14 additions and 13 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -1,6 +1,7 @@
|
||||||
# Upcoming release
|
# Upcoming release
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
- Don't buffer command output from `--exec` when using a single thread. See #522
|
||||||
|
|
||||||
## Bugfixes
|
## Bugfixes
|
||||||
|
|
||||||
|
@ -457,7 +458,7 @@ I'd also like to take this chance to say a special Thank You to a few people tha
|
||||||
* Add option to force colored output: `--color always`, see #49 (@Detegr)
|
* Add option to force colored output: `--color always`, see #49 (@Detegr)
|
||||||
* Generate Shell completions for Bash, ZSH, Fish and Powershell, see #64 (@ImbaKnugel)
|
* Generate Shell completions for Bash, ZSH, Fish and Powershell, see #64 (@ImbaKnugel)
|
||||||
* Better & extended `--help` text (@abaez and @Detegr)
|
* Better & extended `--help` text (@abaez and @Detegr)
|
||||||
* Proper Windows support, see #70
|
* Proper Windows support, see #70
|
||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
|
@ -485,9 +486,9 @@ I'd also like to take this chance to say a special Thank You to a few people tha
|
||||||
|
|
||||||
* Changed `--sensitive` to `--case-sensitive`
|
* Changed `--sensitive` to `--case-sensitive`
|
||||||
* Changed `--absolute` to `--absolute-path`
|
* Changed `--absolute` to `--absolute-path`
|
||||||
* Throw an error if root directory is not existent, see #39
|
* Throw an error if root directory is not existent, see #39
|
||||||
* Use absolute paths if the root dir is an absolute path, see #40
|
* Use absolute paths if the root dir is an absolute path, see #40
|
||||||
* Handle invalid UTF-8, see #34 #38
|
* Handle invalid UTF-8, see #34 #38
|
||||||
* Support `-V`, `--version` by switching from `getopts` to `clap`.
|
* Support `-V`, `--version` by switching from `getopts` to `clap`.
|
||||||
|
|
||||||
Misc:
|
Misc:
|
||||||
|
@ -495,8 +496,8 @@ Misc:
|
||||||
|
|
||||||
# v1.1.0
|
# v1.1.0
|
||||||
|
|
||||||
- Windows compatibility (@sebasv), see #29 #35
|
- Windows compatibility (@sebasv), see #29 #35
|
||||||
- Safely exit on broken output pipes (e.g.: usage with `head`, `tail`, ..), see #24
|
- Safely exit on broken output pipes (e.g.: usage with `head`, `tail`, ..), see #24
|
||||||
- Backport for rust 1.16, see #23
|
- Backport for rust 1.16, see #23
|
||||||
|
|
||||||
# v1.0.0
|
# v1.0.0
|
||||||
|
@ -508,17 +509,17 @@ Misc:
|
||||||
|
|
||||||
# v0.3.0
|
# v0.3.0
|
||||||
|
|
||||||
- Parse dircolors files, closes #20
|
- Parse dircolors files, closes #20
|
||||||
- Colorize each path component, closes #19
|
- Colorize each path component, closes #19
|
||||||
- Add short command line option for --hidden, see #18
|
- Add short command line option for --hidden, see #18
|
||||||
|
|
||||||
# v0.2.0
|
# v0.2.0
|
||||||
|
|
||||||
- Option to follow symlinks, disable colors, closes #16, closes #17
|
- Option to follow symlinks, disable colors, closes #16, closes #17
|
||||||
- `--filename` instead of `--full-path`
|
- `--filename` instead of `--full-path`
|
||||||
- Option to search hidden directories, closes #12
|
- Option to search hidden directories, closes #12
|
||||||
- Configurable search depth, closes #13
|
- Configurable search depth, closes #13
|
||||||
- Detect interactive terminal, closes #11
|
- Detect interactive terminal, closes #11
|
||||||
|
|
||||||
# v0.1.0
|
# v0.1.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue