mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-24 01:38:37 +02:00
v0.8.9
This commit is contained in:
12
Changes.md
12
Changes.md
@@ -1,3 +1,15 @@
|
|||||||
|
0.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) https://github.com/plashchynski/crono/issues/16
|
||||||
|
- We won't write a pidfile unless daemonized (thanks to @thomasfedb) https://github.com/plashchynski/crono/pull/13
|
||||||
|
- Fixed `rake crono:clean` task error
|
||||||
|
- Fixed issue when jobs scheduled at same time exclude each other https://github.com/plashchynski/crono/issues/19
|
||||||
|
- Fixed issue with a daemon crash due to `time interval must be positive` error
|
||||||
|
|
||||||
|
|
||||||
0.8.0
|
0.8.0
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
crono (0.8.9.pre)
|
crono (0.8.9)
|
||||||
activejob (~> 4.0)
|
activejob (~> 4.0)
|
||||||
activerecord (~> 4.0)
|
activerecord (~> 4.0)
|
||||||
activesupport (~> 4.0)
|
activesupport (~> 4.0)
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module Crono
|
module Crono
|
||||||
VERSION = '0.8.9.pre'
|
VERSION = '0.8.9'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user