Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 08:09
5fd18a9

New Features

  • Allow cat command to read from stdin by @niko2342 in #408
  • Add --tee option to cat command by @niko2342 in #410
  • Add --append option to cat command by @niko2342 in #411
  • Add --and option to filter command by @niko2342 in #397
  • Change output format of count command by @niko2342 in #417
  • Add --append option to count 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 to select command by @niko2342 in #399
  • Add --translit option to json command by @niko2342 in #401
  • Add --translit option to xml command by @niko2342 in #402
  • Add --translit option to print command by @niko2342 in #403
  • Add --translit option to frequency 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 to completions by @niko2342 in #413
  • Add completions for Elvish and Powershell 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 for RecordMatcher 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