Skip to content

v0.3

Compare
Choose a tag to compare
@cortesi cortesi released this 07 Apr 22:53
· 99 commits to master since this release
  • Modd no longer exits when there are script errors on first run. Instead,
    blocks with errors will be progressively started when there are applicable
    changes.
  • +onchange option to prep commands tells modd skip execution on startup, and
    run only when there's a detected change. (thanks Thomas B Homburg
    [email protected])
  • @shell magic variable to switch the shell used to execute commands. Current
    options are "bash" and "exec". (thanks Daniel Theophanes
    [email protected])
  • Modd now uses an exponential backoff strategy for daemon restarts (Josh
    Bleecher Snyder [email protected])
  • Bugfix: Fix a format string issue that could cause some program output on the
    console to be corrupted. (thanks Yoav Alon [email protected])