Skip to content

Releases: microsoft/node-pty

0.8.1

20 Jan 19:29

Choose a tag to compare

Bug fixes

  • Fixed IPty.kill when using ConPTY (#262, #263) via @Tyriar
  • Changed ConPTY to be enabled by default on Windows build number 18309+ due to stability concerns (was previously 17692+) (#262) via @Tyriar

0.8.0

21 Dec 20:39
6a385f9

Choose a tag to compare

Features

Documentation and internal improvements

  • Setup Azure Pipelines CI (#237) via @Tyriar
  • Add section to README about thread safety (#233) via @Gotham13121997
  • Document Ubuntu build dependencies in README (#228) via @Tyriar

0.7.8

28 Sep 18:07

Choose a tag to compare

Bug fixes

  • Fix Windows quoting of arguments when an argument contains both a space and non-surrounding quotes (#232) via @alexr00

Documentation and internal improvements

  • Added a note to the README about security/containers (#231) via @Tyriar
  • Documented the fact that terminal creation can throw on Windows when the shell path doesn't exist (#227) via @alexr00
  • Improved debugging documentation (#226) via @Tyriar
  • Updated the version of Electron the example works on (#225) via @Tyriar

0.7.7

05 Sep 22:25

Choose a tag to compare

Bug fixes

  • Fix handling of quote escapes on Windows (#222) via @alexr00, arguments that contain spaces that are not surrounded in quotes are now correctly quoted
  • Fixed an issue where kill didn't work anymore when used with a signal (#206) via @Tyriar, reverting the change in 0.7.5 to deliver signal to all slave processes

0.7.6

25 Jun 18:12

Choose a tag to compare

Bug fixes

0.7.5

21 Jun 19:05

Choose a tag to compare

Bug fixes

Internal improvements

Documentation

0.7.4

09 Dec 00:17
50adadc

Choose a tag to compare

Bug fixes

  • Fixed an issue where the socket would sometimes not properly close on macOS High Sierra 10.13.2 (beta) #164 via @Tyriar

0.7.3

11 Nov 22:13

Choose a tag to compare

Bug fixes

  • Fix a winpty native exception that could sometimes occur when calling Terminal.kill on Windows #160 via @Tyriar
  • Swallow a safe to ignore JS exception that could occur when calling Terminal.kill on Windows #160 via @Tyriar

Documentation

0.7.2

27 Oct 18:36

Choose a tag to compare

This release exposes a native object on the module on Linux and macOS which gives direct access to the native node module backing node-pty. Note that this is not public API and should not be relied upon, it will likely be removed in the future. #153 via @Tyriar

0.7.1

03 Oct 20:56

Choose a tag to compare

Bug fixes

  • All console processes running inside the pty should now be killed when killing the pty. This issue was observed frequently when running web servers via node-pty #122 via @the-ress, @Tyriar
  • Ship symbols in the npm package for crash reporting purposes #139 via @implausible