Skip to content

Releases: kxxt/tracexec

v0.0.2

27 Oct 11:32
Compare
Choose a tag to compare

tracexec v0.0.2 released!

Changes since v0.0.1:

  • Add riscv64 support
  • Fix a bug that a equal sign incorrectly got printed in the printed cmdline when an env var got deleted.
  • Change description.

v0.0.2-rc.1

27 Oct 11:26
Compare
Choose a tag to compare
v0.0.2-rc.1 Pre-release
Pre-release

tracexec v0.0.2 released!

Changes since v0.0.1:

  • Add riscv64 support
  • Fix a bug that a equal sign incorrectly got printed in the printed cmdline

v0.0.1

27 Oct 08:56
Compare
Choose a tag to compare

tracexec v0.0.1 released!

Changes since v0.0.0-experimental.7:

  • feat: --output, stderr by default
  • feat: set foreground process group
  • feat: use exit code from root child
  • cli: allow show-filename to be used with show-cmdline
  • cli: rename some options
  • docs: update README

v0.0.0-experimental.7

26 Oct 12:48
Compare
Choose a tag to compare
v0.0.0-experimental.7 Pre-release
Pre-release
  • Fix github release workflow
  • cli: add author, version, about and more help

v0.0.0-experimental.6

26 Oct 12:48
Compare
Choose a tag to compare
v0.0.0-experimental.6 Pre-release
Pre-release
  • Internal refactor and bug fixes
  • feat(cli): add color level option
  • --print-cmdline: show cmdline hint
  • more colors
  • deps: update shell-quote to 0.3.2, which makes the output of --print-cmdline more aesthetically pleasing.
  • feat: --print-children for a message when a child is created
  • docs: update README.
  • Github: add release workflow