v0.11.0
New Features
- Allow
cat
command to read fromstdin
by @niko2342 in #408 - Add
--tee
option tocat
command by @niko2342 in #410 - Add
--append
option tocat
command by @niko2342 in #411 - Add
--and
option tofilter
command by @niko2342 in #397 - Change output format of
count
command by @niko2342 in #417 - Add
--append
option tocount
command by @niko2342 in #418 - Allow
count
command to print single values by @niko2342 in #419 - Allow
count
command to read from multiple files by @niko2342 in #416 - Allow
frequency
command to read from multiple files by @niko2342 in #422 - Allow
invalid
command to read multiple files by @niko2342 in #425 - Allow
filter
command to read from multiple files by @niko2342 in #426 - Allow
json
command to read from multiple files by @niko2342 in #427 - Allow
partition
command to read from multiple files by @niko2342 in #428 - Allow
print
command to read from multiple files by @niko2342 in #429 - Allow
sample
command to read from multiple files by @niko2342 in #430 - Allow
slice
command to read from multiple files by @niko2342 in #431 - Allow
split
command to read from multiple files by @niko2342 in #432 - Allow
xml
command to read from multiple files by @niko2342 in #433 - Add
--translit
option toselect
command by @niko2342 in #399 - Add
--translit
option tojson
command by @niko2342 in #401 - Add
--translit
option toxml
command by @niko2342 in #402 - Add
--translit
option toprint
command by @niko2342 in #403 - Add
--translit
option tofrequency
command by @niko2342 in #404
Fixes
- Fix wrong release id in
upload
job by @niko2342 in #394 - Fix
RecordMatcher
parser by @niko2342 in #395 - Prevent worklfow trigger on
edited
activity by @niko2342 in #398 - Rename
completion
command tocompletions
by @niko2342 in #413 - Add completions for
Elvish
andPowershell
by @niko2342 in #414 - Fix
mdbook
installation by @niko2342 in #421
Documentation
- Restructure user documentation by @niko2342 in #406
- Add installation instructions by @niko2342 in #407
- Document
completions
command by @niko2342 in #415 - Document
count
command by @niko2342 in #420 - Document
frequency
command by @niko2342 in #423 - Fix wrong help of
--translit
option by @niko2342 in #424
Internal Improvements
- Implement
Display
forRecordMatcher
by @niko2342 in #396 - Remove code duplicates by @niko2342 in #405
- Fix clap-rs deprication warnings by @niko2342 in #409
Full Changelog: v0.10.0...v0.11.0-5fd18a99