Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 13:30
· 9 commits to master since this release

Added

  • New feature: Subprocess handling
    • Use -p to start a process directly and restart on change
    • Configure the retries to restart the process in case of a failure
    • Set the stop signal and stop timeout args to configure graceful shutdown before restart
    • Add -P to start the process in the shell instead
  • The order of script and process flags now matter, scripts are run in order before and after the process
  • Add testing for Windows and MacOS machines

Changed

  • Breaking change: Scripts are now running directly, you can run it in a shell using -S
  • Only change gitconfig (safe.directory) if there isn't one
  • Don't overwrite script environment, use already set variables
  • If the user presses Ctrl+C a second time, the program exits immediately