Skip to content

v0.7

Compare
Choose a tag to compare
@cortesi cortesi released this 25 Jul 21:29
· 45 commits to master since this release
  • Modd now has a built-in POSIX-like shell interpreter, which is used to execute commands by default. This means modd.conf files should now be fully portable.
  • Deprecate the exec shell variant. This is not needed now we have a built-in shell.
  • Subprocess execution has been revamped. We now send signals to process groups on all platforms, which fixes issues with runners that don't pass signals on to children (notably go run).
  • Deprecate the exec shell variant. This is no longer needed now we have a built-in shell.
  • Add support for PowerShell on all platforms.