Dashing v1.2.0 Release Notes
Release Date: 2013-07-29 // almost 9 years ago-
🔄 Changes since v1.1.0
- 🆕 New command:
dashing stop
will kill a running dashing instance (alias forthin stop
) - 👷 Jobs are now loaded from subdirectories of the
jobs
dir - Application messaging. You can now send messages to entire dashboards. There's an example dashboard reload task that works as follows:
curl -i -d '{ "auth_token": "YOUR_AUTH_TOKEN", "event": "reload"}' http://localhost:3030/dashboards/sample
Thanks To
- 🆕 New command: