Skip to content

v0.4.0

Choose a tag to compare

@asmichi asmichi released this 14 Feb 04:43
· 173 commits to master since this release

Breaking Changes

  • ChildProcessFlags.CreateNewConsole has been removed. Now it's the default. The reversed flag ChildProcessFlags.AttachToCurrentConsole has been added.
  • StandardInput/StandardOutput/StandardError now throws InvalidOperationException if no corresponding pipe has been created.

Features

  • Add SignalInterrupt and SignalTermination that send a signal to a process group.
  • Add Klll that forcibly kills a process group.