Skip to content

Releases: marcransome/flog

v1.6.2

05 Oct 19:06
661ec61
Compare
Choose a tag to compare

What's Changed

  • Add build artefact to .gitignore and update clean target by @marcransome in #238
  • Bump step-security/harden-runner from 2.9.1 to 2.10.1 in the version-updates group by @dependabot in #239
  • Bump github/codeql-action from 3.26.6 to 3.26.7 in the version-updates group by @dependabot in #240
  • Bump github/codeql-action from 3.26.7 to 3.26.8 in the version-updates group by @dependabot in #241
  • Bump github/codeql-action from 3.26.8 to 3.26.9 in the version-updates group by @dependabot in #242
  • Bump actions/checkout from 4.1.7 to 4.2.0 in the version-updates group by @dependabot in #243
  • Add config test for reading message from stream by @marcransome in #244
  • Bump github/codeql-action from 3.26.9 to 3.26.10 in the version-updates group by @dependabot in #245
  • Add common helper function tests by @marcransome in #246
  • Bump version number by @marcransome in #248

Full Changelog: v1.6.1...v1.6.2

v1.6.1

05 Sep 20:41
32fbfa5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

27 Apr 12:30
8985279
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

25 Mar 22:13
d95b3a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...v1.5.0

1.4.0

29 Jun 21:55
128f190
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

16 Jan 17:15
b24f991
Compare
Choose a tag to compare

Minor feature update which introduces a new -a, --append option to append the log message to a file.

What's Changed

Full Changelog: 1.2.0...1.3.0

1.2.0

11 Sep 18:06
28cdbd6
Compare
Choose a tag to compare

This release introduces support for reading the log message from the standard input stream, for use with pipes and shell redirection.

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

09 Sep 19:43
b8c81df
Compare
Choose a tag to compare

Minor patch release to fix several small issues.

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

24 Aug 21:57
aea03e1
Compare
Choose a tag to compare

Minor point release to improve documentation and correct man page issues.

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

23 Aug 14:54
7a59177
Compare
Choose a tag to compare

🚀 Release 1.0.0 for macOS Big Sur (11.x) and above is now available, with the following features:

  • Support for the full range of log levels supported by Apple's unified logging system: default, info, debug, error and fault
  • The ability to mark a log message as private using the -p|--private option (i.e. the message string is readable only if the user has been granted the necessary permissions using Device Management Profiles)
  • Subsystem and category support
  • Only a single external dependency on libSystem

Please report issues that you encounter with this release or add your comments to the release announcement.


What's Changed

Full Changelog: https://github.com/marcransome/flog/commits/1.0.0