Skip to content

Releases: humanlogio/humanlog

v0.7.6

12 Oct 01:57
Compare
Choose a tag to compare

Changelog

  • 95ea346 For flags that have both long and short versions, when checking if the flag is set, check only a single flag, and not the full combined string
  • deb0543 remove sigstore since i dont have time to fix for their new interactive prompt

v0.7.5

25 Jan 11:26
Compare
Choose a tag to compare

Changelog

  • 9612436 fix: create temporary files in same dir as end destination

v0.7.4

25 Jan 07:50
Compare
Choose a tag to compare

Changelog

  • 336d26d custom time, msg, level fields are now appended to the default list
  • fc1c489 make the scanner's buffer be 1MiB, to support longer lines
  • 9c0287a support OpenTelemetry's semantic conventions for time, msg, level
  • 5c2bb4d tests: fix typo in test case name

v0.7.3

15 Jan 08:29
Compare
Choose a tag to compare

Changelog

  • d6dcf3b dont prompt to update if not a tty
  • a7354d3 log internal errors only if HUMANLOG_LOG_LEVEL appropriately set
  • 6c19b32 remove old scripts
  • 1dfd821 update readme with latest version

v0.7.2

14 Jan 11:32
Compare
Choose a tag to compare

Changelog

  • 48f11b1 auto publish the version
  • ee3465b don't panic when cancelling before prompted to update

v0.7.1

14 Jan 11:25
Compare
Choose a tag to compare

Changelog

  • 425cd4b record path of statefile when default one is created initially

v0.7.0

14 Jan 10:36
Compare
Choose a tag to compare

Changelog

  • b64828b add scripts for creating releases
  • 870a05a build all the files in cmd/humanlog, not just main.go
  • 417d36d bump api package
  • 200cb48 check versions in command
  • 92bf8cd cleanup
  • 2f024fa only prompt to update on exit if the version wasn't prompted
  • 01f8a03 pass a dedicated token to goreleaser
  • 4f8145a populate empty fields in statefile
  • 941c0a3 prepare version update lookup by channel
  • cb9c954 release in a go-installable way
  • 64c6d86 save state somewhere
  • 6425fae set flags in goreleaser
  • 87929db set the Version var
  • 2d4dc1e update Go install instructions
  • a387dd3 update readme
  • 3a79679 wip
  • e7ad32d wip request update for a given machine

v0.6.2

05 Jan 06:42
Compare
Choose a tag to compare

Changelog

  • cb9c954 release in a go-installable way
  • 87929db set the Version var
  • 2d4dc1e update Go install instructions

0.6.1

05 Jan 05:51
Compare
Choose a tag to compare

Changelog

0.6.0

28 Jul 18:52
Compare
Choose a tag to compare

Changelog

  • a765b59 a bunch of new contributed features
  • 3c3631e humanlog: support force color mode with --color=yes
  • e548a43 Allow specifying custom field names
  • f663f53 Now with some Zap goodness.