Releases: microsoft/node-pty
Releases · microsoft/node-pty
0.8.1
0.8.0
Features
-
Added support on Windows 10 to use the Windows ConPTY API (#236) via @Tyriar, @zadjii-msft. This will be enabled by default if you're on Windows 10 build number 17692+. This is expected to fix many issues on Windows, probably most notably #7 and microsoft/vscode#57803.
It can be disabled using experimentalUseConpty:
nodePty.spawn(file, args, { experimentalUseConpty: false });
Documentation and internal improvements
0.7.8
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
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
0.7.5
Bug fixes
- Don't publish test files #202 via @coderaiser
- Also deliver signals other than SIGHUP to all slave processes #169 via @Daniel-Abrecht
Internal improvements
- Updated to nan@2.10.0 (fixes compile under node 10) #192 via @Tyriar
- Updated several dev dependencies #183 via @cancerberoSgx
- Disable OSX on TravisCI #173 via @Tyriar
- Integrate VSTS for CI #193 via @Tyriar
- Add several tslint rules #172 via @Tyriar
Documentation
- Added explicit TypeScript typings #182 via @Tyriar
- Improve setup instructions on Windows #184 via @cancerberoSgx
- New real-world use: "atom-xterm" #175 via @amejia1
- New real-world use: "FreeMAN" #171 via @matthew-matvei
- Fix link in README #165 via @levrik