All Versions
10
Latest Version
Avg Release Cycle
114 days
Latest Release
3073 days ago
Changelog History
Changelog History
-
v1.3.50
April 12, 2016 -
v1.3.6
April 12, 2016 -
v1.3.5
April 12, 2016 -
v1.3.4 Changes
May 30, 2014- ⏱ Locks down rufus scheduler to version 2.0.24. There are some small issues from using the rewritten RS (3.0). So for now let's use this version until Dashing 2.0 comes out.
- 🛠 Fix a bug where Rufus scheduler was starting twice.
-
v1.3.3
May 28, 2014 -
v1.3.1 Changes
October 06, 2013🔄 Changes since v1.3.1
- 🛠 Fixed the FontAwesome asset url (fontawesome glyphs should load correctly now)
Thanks To
-
v1.3.0 Changes
October 02, 2013🔄 Changes since v1.2.0
- ➕ Added authentication to the root url
- 🛠 Fixed a bug where the default dashboard wasn't correctly selected on all OSes
- ⏱ Locks rufus scheduler to version 2.x.x to avoid breakages with v3.0.0 and above
- Dashboards now reload themselves after 5 minutes if they lose the SSE connection
- ➕ Adds history.yml to .gitignore
- ⚡️ Updates Fontawesome to version 3.2.1
- 👍 Allows different graph types to be specified
- ⚡️ Updates rickshaw and d3 libs
Thanks To
-
v1.2.0 Changes
July 29, 2013🔄 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:
-
v1.1.0 Changes
July 02, 2013🔄 Changes since v1.0.7
- Dashing now saves the history hash to
history.yml
on exit, and loads it when the server is restarted - 🐛 Bug fix for page title not being displayed
- ⚡️ Update LICENSE to remove placeholders
Thanks To
- Dashing now saves the history hash to
-
v1.0.7
June 21, 2013