diff options
author | Thayne McCombs <astrothayne@gmail.com> | 2021-08-10 00:57:04 -0600 |
---|---|---|
committer | Thayne McCombs <astrothayne@gmail.com> | 2021-08-10 00:57:04 -0600 |
commit | 47d2987840c015cc5994f7f10cb4134c8c5b70bb (patch) | |
tree | b0d939afb3d8b78116bb4eba0a9cba3182d666b0 | |
parent | da0d22041fe05af8bbcd11455bd5a40f25a8b5b4 (diff) |
Add item to CHANGELOG for no buffer with single thread
-rw-r--r-- | CHANGELOG.md | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e4e60..3622e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Upcoming release ## Features +- Don't buffer command output from `--exec` when using a single thread. See #522 ## Bugfixes @@ -455,7 +456,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) * Generate Shell completions for Bash, ZSH, Fish and Powershell, see #64 (@ImbaKnugel) * Better & extended `--help` text (@abaez and @Detegr) -* Proper Windows support, see #70 +* Proper Windows support, see #70 ## Changes @@ -483,9 +484,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 `--absolute` to `--absolute-path` -* Throw an error if root directory is not existent, see #39 -* Use absolute paths if the root dir is an absolute path, see #40 -* Handle invalid UTF-8, see #34 #38 +* Throw an error if root directory is not existent, see #39 +* Use absolute paths if the root dir is an absolute path, see #40 +* Handle invalid UTF-8, see #34 #38 * Support `-V`, `--version` by switching from `getopts` to `clap`. Misc: @@ -493,8 +494,8 @@ Misc: # v1.1.0 -- Windows compatibility (@sebasv), see #29 #35 -- Safely exit on broken output pipes (e.g.: usage with `head`, `tail`, ..), see #24 +- Windows compatibility (@sebasv), see #29 #35 +- Safely exit on broken output pipes (e.g.: usage with `head`, `tail`, ..), see #24 - Backport for rust 1.16, see #23 # v1.0.0 @@ -506,17 +507,17 @@ Misc: # v0.3.0 -- Parse dircolors files, closes #20 -- Colorize each path component, closes #19 -- Add short command line option for --hidden, see #18 +- Parse dircolors files, closes #20 +- Colorize each path component, closes #19 +- Add short command line option for --hidden, see #18 # 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` -- Option to search hidden directories, closes #12 -- Configurable search depth, closes #13 -- Detect interactive terminal, closes #11 +- Option to search hidden directories, closes #12 +- Configurable search depth, closes #13 +- Detect interactive terminal, closes #11 # v0.1.0 |