- We moved Web UI to materializecss.com CSS framework
- We moved from CDN to local assets for Web UI
- We show current state of a job in Web UI (thanks to @michaelachrisco) plashchynski#16
- We won't write a pidfile unless daemonized (thanks to @thomasfedb) plashchynski#13
- Fixed
rake crono:clean
task error - Fixed issue when jobs scheduled at same time exclude each other plashchynski#19
- Fixed issue with a daemon crash due to
time interval must be positive
error
- Added
on
(day of week) option to cronotab.rb semantic - Added job health check and job health indicator to the Web UI
- Added simple Web UI
- Persist job state to your database.
- Fix: Scheduled time now related to the last performing time.
- Added -e/--environment ENV option to set the daemon rails environment.
- Initial release!