This repository has been archived by the owner on Jun 10, 2023. It is now read-only.
Releases: ioquatix/script-runner
Releases · ioquatix/script-runner
v2.4.0
Better terminal support & UI
- Full screen terminal for running commands.
- Also launch a shell if needed.
- Use
os-locale
to detectLANG
when launched from Dock on macOS. - Add support for sending
SIGINT
,SIGTERM
andSIGSTOP
. - Fix hard crash due to
ChildProcess.spawn
/PTY.open
. - More efficient ResizeObserver.
- Use Panel rather than Pane, more reliable reuse of panels.
XTerm/pty.js support
- Add XTerm support. The script runner output is now a full-blown terminal, supporting user input.
- pty.js support, removed the python wrapper. Implementation is now cleaner.
v1.8.5: Merge pull request #45 from huba/scrollback-limit
Added an option to specify the max number of lines kept in the output pane