Skip to content

Releases: pamburus/hl

v0.30.2

07 Jan 22:44
01baeb2
Compare
Choose a tag to compare

Fixed

  • Fixed file not found errors on named and anonymous pipes in linux #656 by @pamburus in #657

Maintenance

Other changes

Full Changelog: v0.30.1...v0.30.2

v0.30.1

28 Dec 15:41
0989f55
Compare
Choose a tag to compare

Fixed

  • Fixed hide/unhide logic for composite fields by @pamburus in #627
  • Fixed installation of shell completions and man page in nix flake by @pamburus in #630

Documentation

Maintenance

  • Fixed potential invariance problem in record filter by @pamburus in #628
  • Replaced time pre-parsing with lazy parsing by @pamburus in #629
  • Deduplicated heap-optimized vectors by @pamburus in #636
Other changes

New Contributors

Full Changelog: v0.30.0...v0.30.1

v0.30.0

21 Dec 18:19
d06a8a0
Compare
Choose a tag to compare

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

v0.29.11

17 Dec 23:09
5313e7c
Compare
Choose a tag to compare

Fixed

Added

Other

Full Changelog: v0.29.10...v0.29.11

v0.29.10

13 Dec 21:31
393013d
Compare
Choose a tag to compare

Fixed

  • Fixed high CPU usage in --follow mode on macOS by @pamburus in #588

Full Changelog: v0.29.9...v0.29.10

v0.29.9

29 Oct 22:23
d7b1480
Compare
Choose a tag to compare

Fixed

  • Fixed scanning after maximum segment size exceeded by @pamburus in #433
  • Fixed support for file renaming in follow mode on macOS by @pamburus in #511

Changed

Maintenance

Other changes

New Contributors

Full Changelog: v0.29.8...v0.29.9

v0.29.8

13 Aug 06:33
8b16776
Compare
Choose a tag to compare

Fixed

  • Unexpected hidden fields indicators in flatten mode by @pamburus in #380

Changed

  • Reformatted default configs to avoid value type confusion by @pamburus in #307
  • Updated list of possible file types for themes in README.md by @pamburus in #308
  • Added quotation marks to time-zone option in default configuration file by @pamburus in #309

Maintenance

Other changes

Full Changelog: v0.29.7...v0.29.8

v0.29.7

17 Jun 20:16
4f0578e
Compare
Choose a tag to compare

Added

  • Support for toml and json config formats by @pamburus in #299
  • Support for toml and json formats in theme configurations by @pamburus in #300

Changed

  • To work around #288 and simplify configuration, different spellings of level values are now automatically registered by @pamburus in #289
    For example, for inf in the configuration file, inf, INF and Inf are registered.

Maintenance

Other changes

Full Changelog: v0.29.6...v0.29.7

v0.29.6

03 Jun 18:09
d505cc8
Compare
Choose a tag to compare

Fixed

  • Recently broken trimming of trailing whitespace in values and messages by @pamburus in #280

Changed

  • Unknown elements in a theme configuration file are now ignored by @pamburus in #284

Other

  • Renamed config schema file to config.schema.json by @pamburus in #285
  • Added JSON schema for theme configurations by @pamburus in #286

Full Changelog: v0.29.5...v0.29.6

v0.29.5

30 May 18:57
dcf7458
Compare
Choose a tag to compare

Added

Maintenance

Other changes

Full Changelog: v0.29.4...v0.29.5