Skip to content

v0.30.0

Latest
Compare
Choose a tag to compare
@pamburus pamburus released this 21 Dec 18:19
d06a8a0

Added

  • Support for bzip2, xz and zstd compression formats in addition to gzip and automatic compression detection by @tgulacsi in #549
  • Support for compressed files with automatic format detection along with the --sort | -s option by @pamburus in #577 and #554
    See the configuration files section for more details.
  • Nix flake by @TornaxO7 in #547
  • Support for multiple layered configuration files by @pamburus in #620

Changed

  • Replaced --debug command-line option with HL_DEBUG_LOG environment variable by @pamburus in #620
    See the env-logger crate documentation for more details. The only difference is that HL_DEBUG_LOG is used instead of the default RUST_LOG environment variable.

Maintenance

Other changes

New Contributors

Full Changelog: v0.29.11...v0.30.0