Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Releases: ioquatix/script-runner

v2.4.0

11 May 22:27
Compare
Choose a tag to compare
  • Improves support for executing selected code using inner most scope.

Better terminal support & UI

11 Aug 13:52
Compare
Choose a tag to compare
  • Full screen terminal for running commands.
  • Also launch a shell if needed.
  • Use os-locale to detect LANG when launched from Dock on macOS.
  • Add support for sending SIGINT, SIGTERM and SIGSTOP.
  • 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

11 Dec 12:10
Compare
Choose a tag to compare
  • 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

21 Jan 06:45
Compare
Choose a tag to compare
Added an option to specify the max number of lines kept in the output pane