Dashing v1.2.0 Release Notes

Release Date: 2013-07-29 // over 10 years ago
  • ๐Ÿ”„ Changes since v1.1.0

    • ๐Ÿ†• New command: dashing stop will kill a running dashing instance (alias for thin 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