Skip to content

0.10.0

Compare
Choose a tag to compare
@Tyriar Tyriar released this 04 Feb 17:20
c5ccb80

๐Ÿš€ Features

  • Expose IPty.pause(), IPty.resume() APIs to pause and resume the socket respectively (#452) via @meganrogge, this can be used to implement flow control by blocking the process output

๐Ÿž Bug fixes

  • Don't resolve symlinks when launching shell by setting $PWD (#156) via @vvavrychuk
  • Temporarily block signals during forking (#218) via @jerch
  • Throw when args is not a string | string[] (#396) via @Tyriar
  • Fix process name returning garbled text sometimes on macOS (#401) via @Tyriar

๐Ÿ“ Documentation and internal improvements

๐ŸŽ‰ New real-world use cases