Releases: microsoft/node-pty
Releases · microsoft/node-pty
0.6.0
This release improves support for Windows, fixing many of the common issues
- Removed all customizations to the old version of winpty and upgraded to v0.4.2, this fixes many of the common issues on Windows such as:
- Prompt going out of sync when using backspace microsoft/vscode#7345
- Prompt going out of sync when using tab microsoft/vscode#17586
- Arrow keys not working on Bash on Windows microsoft/vscode#10163
- Other issues related to Git Bash and similar shells microsoft/vscode#14613
- Converted the JavaScript portion of the codebase to TypeScript
0.4.1
The project's initial release. It contains the following changes on top of pty.js@0.3.0:
- chjj/pty.js#137 Fixed Windows parameters program args @the-ress ed3c9da
- chjj/pty.js#173 Support launching shells from a unicode cwd on Windows @the-ress 36b5b6f
- rprichard/winpty#74 Fix not enough storage error on Windows c75c2dc
- Upgrade
nanto v2.2.1 d430181
Note that v0.5.1 is a republish of 0.4.1 as I accidentally published to the latest tag and npm didn't let me unpublish.