From f909873165903a6f93dd062a465e01884a3eef8a Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Tue, 14 Apr 2015 13:48:51 +0300 Subject: [PATCH] v0.8.9 --- Changes.md | 12 ++++++++++++ Gemfile.lock | 2 +- lib/crono/version.rb | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 597d112..84ed526 100644 --- a/Changes.md +++ b/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 ----------- diff --git a/Gemfile.lock b/Gemfile.lock index cf172e3..a98cd09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 3c22c68..8abfb90 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '0.8.9.pre' + VERSION = '0.8.9' end