Skip to content

Releases: pamburus/hl

v0.13.0

26 Nov 09:26
1baf125
Compare
Choose a tag to compare

What's Changed

  • new: Print help and exit if executed without arguments with input from terminal by @pamburus in #37

Full Changelog: v0.12.2...v0.13.0

v0.12.2

22 Sep 21:01
3ed11c7
Compare
Choose a tag to compare

What's Changed

  • new: Replaced ansi_term crate with nu-ansi-term crate

Full Changelog: v0.12.1...v0.12.2

v0.12.1

31 Aug 20:28
ea46ac2
Compare
Choose a tag to compare

What's Changed

  • new: Updated all dependencies

Full Changelog: v0.12.0...v0.12.1

v0.12.0

31 Aug 20:02
b72d727
Compare
Choose a tag to compare

What's Changed

  • new: Replaced --hide, --show and --unhide options with a single option --hide with advanced query:
    • header.content-type to hide field content-type inside an object field header
    • * to hide all
    • !* to unhide all
    • !header.content-type to unhide field content-type inside an object field header

Full Changelog: v0.11.2...v0.12.0

v0.11.2

07 Jun 20:10
65aad52
Compare
Choose a tag to compare

What's Changed

  • new: Changed rust edition to 2021
  • new: Upgraded dependencies
    • atoi → v1
    • itoa → v1
    • enum-map → v2
    • clap → v3

Full Changelog: v0.11.1...v0.11.2

v0.11.1

07 Jun 08:21
24da588
Compare
Choose a tag to compare

What's Changed

  • new: Upgraded rust-embed to v6.4.0 to fix security vulnerabilities.

Full Changelog: v0.11.0...v0.11.1

v0.11.0

07 Jun 07:45
aa82cea
Compare
Choose a tag to compare

What's Changed

  • fix: Updated all dependencies to fix security vulnerabilities.

Full Changelog: v0.10.8...v0.11.0

v0.10.8

02 Feb 21:14
e930255
Compare
Choose a tag to compare
  • fix: Since v0.10.2 processing of input might occasionally stop early in case small buffer size is configured, for example 100 bytes.

v0.10.7

30 Nov 21:42
94efe6e
Compare
Choose a tag to compare
  • fix: Style was not reset to default at the end of a line. This led to incorrect style after application exit in Windows Terminal.

v0.10.6

27 Nov 10:29
819fa6f
Compare
Choose a tag to compare
  • new: Build for Apple Silicon added.