You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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])