Releases: kxxt/tracexec
Releases · kxxt/tracexec
v0.0.2
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
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
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
- Fix github release workflow
- cli: add author, version, about and more help
v0.0.0-experimental.6
- 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