mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-10 08:05:57 +01:00
Compare commits
1 Commits
v0.8.9.pre
...
v0.8.9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f909873165 |
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
|
||||
-----------
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
crono (0.8.9.pre)
|
||||
crono (0.8.9)
|
||||
activejob (~> 4.0)
|
||||
activerecord (~> 4.0)
|
||||
activesupport (~> 4.0)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Crono
|
||||
VERSION = '0.8.9.pre'
|
||||
VERSION = '0.8.9'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user