Releases: microsoft/node-pty
Releases · microsoft/node-pty
v1.2.0-beta.10
v1.2.0-beta.9
v1.2.0-beta.8
Changes:
- #880: chore: add stack-protector-strong flag
- #879: chore(deps): bump lodash from 4.17.21 to 4.17.23
- #878: chore(deps-dev): bump tar from 7.5.3 to 7.5.6
- #876: chore(deps-dev): bump tar from 7.4.4 to 7.5.3
- #875: Exclude unnecessary files from npm package
This list of changes was auto generated.
v1.2.0-beta.7
v1.2.0-beta.6
Changes:
- #873: Fix CLOSE_RANGE_CLOEXEC build error on Alpine
This list of changes was auto generated.
v1.2.0-beta.5
Changes:
This list of changes was auto generated.
v1.2.0-beta.4
Changes:
Bugs:
- #657: Leaking FDs: Close non-std FDs between pty_forkpty and pty_execvpe
Others:
- #867: fix: close inherited file descriptors in child process on Linux
- #866: fix: ensure spawn-helper is executable for macos prebuilds
- #865: chore: update Actions CI to use native runners instead of cross-compilation
This list of changes was auto generated.
v1.2.0-beta.3
Changes:
- #862: chore: elevate warnings to errors
- #861: chore: enable warning 4146
- #857: Fix linux arm compiling and add CI for cross-compiled builds
This list of changes was auto generated.
v1.2.0-beta.2
Changes:
Bugs:
- #850: macOS: spawn-helper shipped without execute bit in npm tarball causes posix_spawnp failures (pnpm)
Others:
- #859: Fix install dependencies on mac prebuilds
- #858: Ensure 755 permissions on prebuild spawn-helper
- #853: Add sysroot to compile Linux prebuilds against glibc 2.28
- #851: Add prebuilt linux binaries with minimal glibc dependency
This list of changes was auto generated.
v1.2.0-beta.1
Changes:
Bugs:
- #821: Electron example doesn't work on Windows because of
worker_threadsusage
Others:
- #849: Pass error details in apple spawn exception
- #845: Crash on mac os after upgrade to v1.1.0
- #848: Update demo to xterm 6, point at local node-pty and point out in CONTRIBUTING.md
- #847: chore(deps): bump electron from 33.4.11 to 35.7.5 in /examples/electron
- #846: Update electron example
- #844: Add contributing file
- #836: Make it clear how to test project in a real terminal