Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@perk11 perk11 released this 21 Sep 05:31
· 41 commits to main since this release
0.4.0

Features

  • Add a pause --pause-method|-m option with a support for SIGSTOP. Specifies method for pausing the command when user is not idle. Available parameters: SIGTSTP (can be ignored by the program), SIGSTOP (can not be ignored). (default: SIGTSTP).
  • Add --start-monitoring-after|-a option to set an initial delay in milliseconds before monitoring starts. This helps to catch errors happening shortly after the execution has started. (default: 300 ms).

Fixes

  • Minor bug and typo fixes.

Other

  • Code reorganization.
  • Enable gcc warnings and disable compilation when warnings exist.
  • Mention existence AUR package in the documentation.
  • Add "Known issues" section to documentation.