Skip to content

Releases: jfut/prec

v0.2.0

23 Jun 13:28
Immutable release. Only release title and notes can be modified.
v0.2.0
bf8d5f5

Choose a tag to compare

What's Changed

  • docs: update release instructions by @jfut in #9
  • chore: add SPDX license headers by @jfut in #10
  • build: add termux deb release package by @jfut in #11
  • ci: sign rpm release packages by @jfut in #12
  • feat: prevent duplicate precd instances by @jfut in #13

Full Changelog: v0.1.1...v0.2.0

v0.1.1

17 Jun 09:32
Immutable release. Only release title and notes can be modified.
v0.1.1
e94a0f4

Choose a tag to compare

What's Changed

  • build: preserve packaged logrotate configuration by @jfut in #8

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Jun 09:17
Immutable release. Only release title and notes can be modified.
v0.1.0
1fb5a49

Choose a tag to compare

What's Changed

  • ci: remove release-drafter by @jfut in #5
  • read layered compressed rotated logs by @jfut in #6
  • feat: replace --all-sources with -s SOURCE option by @jfut in #7

⚠️ Breaking Changes

The -A, --all-sources option has been removed.

Use the new -s, --source option instead:

Show only user events (default):

prec -s user

Show only system events:

prec -s system

Show both user and system events:

prec -s any

Full Changelog: v0.0.4...v0.1.0

v0.0.4

28 May 04:39
Immutable release. Only release title and notes can be modified.
e3d56e6

Choose a tag to compare

Changes

  • feat: manage precd service lifecycle on package upgrade and uninstall @jfut (#4)

Full Changelog: v0.0.3...v0.0.4

v0.0.3

28 May 01:29
Immutable release. Only release title and notes can be modified.
8c64491

Choose a tag to compare

Changes

  • fix: reduce missed exec logs @jfut (#3)

Full Changelog: v0.0.2...v0.0.3

v0.0.2

28 May 01:05
Immutable release. Only release title and notes can be modified.
0c48b07

Choose a tag to compare

Changes

  • fix: zero perf sample stack for aarch64 verifier @jfut (#2)
  • ci: tighten workflow permissions and add job timeouts @jfut (#1)

Full Changelog: v0.0.1...v0.0.2

v0.0.1

24 May 11:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • Initial release