Skip to content

Releases: pamburus/hl

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

v0.29.4

16 May 15:30
3fd37d7
Compare
Choose a tag to compare

Changed

  • Now ambiguous string values that look like true, false, null or like a number are automatically enclosed in quotes by @pamburus in #255
  • Improved message formatting in case of special characters by @pamburus in #257

Fixed

  • Undesired output of blank lines found in input in --filter mode by @pamburus in #254
  • Incorrect raw string formatting by @pamburus in #256
  • Inconsistent hide/reveal behavior between nested and flattened keys by @pamburus in #258
  • Unwanted enclosing of a single hyphen in quotes by @pamburus in #259

Full Changelog: v0.29.3...v0.29.4

v0.29.3

09 May 07:50
f756756
Compare
Choose a tag to compare

Fixed

  • Since v0.28.0, unnecessary escaping in string values found in source JSON files was projected as-is to the output by @pamburus in #253

Full Changelog: v0.29.2...v0.29.3

v0.29.2

05 May 23:53
7165956
Compare
Choose a tag to compare

Fixed

  • Incorrect handling of CR/LF sequences with default options (auto) by @pamburus in #246
  • Error handling in object parsing by @pamburus in #247
  • Unexpected successful logfmt parsing of single word input by @pamburus in #248
  • Lost messages in --sort mode when some lines are empty by @pamburus in #249
  • Lost messages and incorrect order in --sort mode when some JSON messages are on a single line by @pamburus in #250

Full Changelog: v0.29.1...v0.29.2