Releases: plashchynski/crono
Releases · plashchynski/crono
v2.0.1
v2.0.0
- Converted this gem to a proper Rails engine
- Gets rid of sinatra and haml dependencies for the Web UI
- Web UI is now responsive and thus usable on smartphones, etc.
- Fixed crash with Ruby 3.0
v0.9.0
v0.8.9
- 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) #16
- We won't write a pidfile unless daemonized (thanks to @thomasfedb) #13
- Fixed
rake crono:clean
task error - Fixed issue when jobs scheduled at same time exclude each other #19
- Fixed issue with a daemon crash due to
time interval must be positive
error
v0.8.0
- Added
on
(day of week) option to cronotab.rb semantic - Added job health check and job health indicator to the Web UI
v0.7.0
- Added simple Web UI
v0.6.1
- Added -e/--environment ENV option to set the daemon rails environment.
- Capistrano integration https://github.com/plashchynski/capistrano-crono
- Fix: Scheduled time now related to the last performing time.
- Persist last performing time to your database.
- Other small improvements
v0.5.0
This is an initial version. Barely works for now, but cool things are coming soon.