Skip to content

Commit

Permalink
v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
plashchynski committed Apr 14, 2015
1 parent 94fed61 commit f909873
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -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
-----------

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/crono/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Crono
VERSION = '0.8.9.pre'
VERSION = '0.8.9'
end

0 comments on commit f909873

Please sign in to comment.