Skip to content

v1.0.0

Latest

Choose a tag to compare

@DtxdF DtxdF released this 05 Jul 00:47

Changes between 0.5.0 and 1.0.0

  • Put child process in foreground:
    • To prevent the parent process from hanging up when a child process attempts to write to the controlling terminal due to a SIGTTOU signal, the child process becomes the foreground process. And while here, add logic for when the child process is suspended or resumed, or in other words: the parent process acts as a lightweight proxy for these signals.

Full Changelog: v0.5.0...v1.0.0