Version 0.1.3
Changes in this version:
- New "Chain Reaction" feature for chaining events together.
- Plugins can use
chain_data
to pass arbitrary data between chained events. - Emails will now be sent to the
notify_fail
recipients if a job fails to launch due to server availability, etc. - New date/time picker dialog for the Time Machine (Event Clock).
- Time Machine / Event Clock now uses the event's timezone.
- Header and Floating clocks now include the timezone abbreviation.
- Shell Plugin now sends the job JSON blob into the shell process (in case someone decides to use it).
- Now sorting events, categories, plugins and server groups properly using
localeCompare()
. - Misc other fixes.