🌐 AI搜索 & 代理 主页
Skip to content

Releases: pamburus/hl

v0.34.0

03 Jan 11:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Added

Changed

  • Enabled @accent-italic theme overlay by default by @pamburus in #1223
    If you would like to return to the previous behavior, please update your configuration file to explicitly disable overlays.
    TOML
    # Theme overlays to apply on top of the base theme and main configured theme.
    theme-overlays = []
    YAML
    # Theme overlays to apply on top of the base theme and main configured theme.
    theme-overlays: []
  • Converted default embedded config to TOML format by @pamburus in #1213, #1214, #1215, #1216, #1217, #1220, #1221
    See the updated default configuration file: config.toml.

Fixed

  • Removed duplicate indicator style application by @pamburus in #1225
  • Use unicode-width crate for character width calculations by @pamburus in #1231
  • Split badges into graphemes for width calculations by @pamburus in #1232

Other

Dependencies

  • Bump const-str from 0.7.1 to 1.0.0 by @dependabot in #1230
  • Bump signal-hook from 0.3.18 to 0.4.1 by @dependabot in #1229
  • Bump tombi-toml/setup-tombi from 1.0.6 to 1.0.7 by @dependabot in #1212
  • Update dependencies by @missionis in #1228
  • Update nix flake dependencies by @missionis in #1227

Full Changelog: v0.33.2...v0.34.0

v0.33.2

27 Dec 02:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fixed

Performance

Documentation

  • Moved specs from .specify/features to /specs for speckit compatibility by @Copilot in #1204
  • Updated sample by @pamburus in #1207
  • Updated screenshots by @pamburus in #1210

Other

Dependencies

New Contributors

  • @Copilot made their first contribution in #1204

Full Changelog: v0.33.1...v0.33.2

v0.33.1

15 Dec 00:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Added

  • Added span.name to the predefined fields in the default config by @pamburus in #1180

Fixed

Dependencies

Other

Full Changelog: v0.33.0...v0.33.1

v0.33.0

11 Dec 19:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Added

Changed

Dependencies

Other

New Contributors

Full Changelog: v0.32.3...v0.33.0

v0.32.3

22 Nov 19:13
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fixed

Dependencies

Other

Full Changelog: v0.32.2...v0.32.3

v0.32.2

08 Nov 11:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Added

Changed

Documentation

  • Add speckit and first 6 feature specifications by @pamburus in #1123

Dependencies

Other

New Contributors

  • @missionis made their first contribution in #1127

Full Changelog: v0.32.1...v0.32.2

v0.32.1

29 Sep 00:23

Choose a tag to compare

Fixed

  • Fixed filtering by unquoted logfmt predefined fields by @pamburus in #1053

Added

Changed

Dependencies

Other

Full Changelog: v0.32.0...v0.32.1

v0.32.0

15 Sep 20:47
f1a5897

Choose a tag to compare

Added

  • Added message format setting by @pamburus in #957, #959, #1002, #1007
    # Formatting settings.
    formatting:
      message:
        # Message format [auto-quoted, always-quoted, always-double-quoted, delimited, raw]:
        # * "auto-quoted"          • Automatically enables or disables message quotation to improve clarity or avoid ambiguities.
        # * "always-quoted"        • Always prints messages in most appropriate to align them consistently and yet maintain readability.
        # * "always-double-quoted" • Always prints messages in double quotes to align them consistently.
        # * "delimited"            • Separates the message from fields with a supposedly rare delimiter to avoid quotation in most cases and avoid ambiguities at the same time.
        #                            See [formatting.punctuation.message-delimiter] setting.
        # * "raw"                  • Always prints messages without any quotes, escaping or delimiters.
        format: delimited
      punctuation:
        # Delimiter used between message and fields when "delimited" message format is used.
        # See [formatting.message.format] for more details.
        message-delimiter:
          ascii: "::"
          unicode: ""
  • Added ascii option for ASCII-only output by @pamburus in #995
  • Added support for filtering by array items by @pamburus in #965, #969
    hl -f 'span.[].name=a'  # include records where any item in `span` has name "a"
    hl -f 'span.[0].name=a' # include records where the first item (with index zero) in `span` has name "a"
  • Added distinct style configurations for false and true boolean values by @pamburus in #949

Changed

Fixed

Dependencies

Other

Full Changelog: v0.31.2...v0.32.0

v0.31.2

24 May 19:59
0eefd5e

Choose a tag to compare

Added

  • Support for exponent notation in float detection in logfmt by @pamburus in #912

Dependencies

Other

Full Changelog: v0.31.1...v0.31.2

v0.31.1

12 Apr 19:46
864df2f

Choose a tag to compare

Changed

Fixed

Documentation

  • Updated Arch Linux installation instruction by @roland-5 in #883

Dependencies

  • build(deps): bump the patch-updates group with 11 updates by @dependabot in #884
  • build(deps): bump indexmap from 2.8.0 to 2.9.0 by @dependabot in #885
  • build(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 in the crossbeam-sec group by @dependabot in #892
  • build(deps): bump the patch-updates group with 9 updates by @dependabot in #894
  • build(deps): bump half from 2.5.0 to 2.6.0 by @dependabot in #897
  • build(deps): bump the rust-embed-ver group with 3 updates by @dependabot in #896
  • build(deps): bump titlecase from 3.4.0 to 3.5.0 by @dependabot in #898
  • build(deps): bump the capnp-ver group with 2 updates by @dependabot in #895
  • build(nix): update flake.lock by @github-actions in #888, #900

Other

New Contributors

Full Changelog: v0.31.0...v0.31.1