-
--clear-crontab option completely removes entries. #63 [Javan Makhmali]
-
Set default :environment and :path earlier in the new setup.rb (formerly job_types/default.rb). [Javan Makhmali]
-
Converted README and CHANGELOG to markdown. [Javan Makhmali]
-
Detect script/rails file and change runner to Rails 3 style if found. [Javan Makhmali]
-
Created a new :job_template system that can be applied to all commands. Wraps all in bash -l -c 'command..' by default now for better RVM support. Stopped automatically setting the PATH too. [Javan Makhmali]
-
Added a built-in Capistrano recipe. [Javan Makhmali]
-
Better regexes for replacing Whenever blocks in the crontab. #45 [Javan Makhmali]
-
Preserving backslashes when updating existing crontab. #82 [Javan Makhmali]
-
Quotes automatically escaped in jobs. [Jay Adkisson]
-
Added --cut option to the command line to allow pruning of the crontab. [Peer Allan]
-
Switched to aaronh-chronic which is ruby 1.9.2 compatible. [Aaron Hurley, Javan Makhmali]
-
Lots of internal reorganizing; tests broken into unit and functional. [Javan Makhmali]
-
New job_type API for writing custom jobs. Internals use this to define command, runner, and rake. [Javan Makhmali - inspired by idlefingers (Damien)]
-
Jobs < 1.hour can specify an :at. [gorenje]
-
--clear option to remove crontab entries for a specific [identifier]. [mraidel (Michael Raidel)]
-
runners now cd into the app's directory and then execute. [Michael Guterl]
-
Fix STDERR output redirection to file to append instead of overwrite. [weplay]
-
Move require of tempfile lib to file that actually uses it. [Finn Smith]
-
bugfix: comparison Time with 0 failed. #32 [Dan Hixon]
-
exit(0) instead of just exit to make JRuby happy. [Elan Meng]
-
Fixed activesupport deprecation warning by requiring active_support. #37 [Andrew Nesbitt]
-
New output option replaces the old cron_log option for output redirection and is much more flexible. #31 [Peer Allan]
-
Reorganized the lib files (http://weblog.rubyonrails.org/2009/9/1/gem-packaging-best-practices) and switched to Jeweler from Echoe.
- No longer tries (and fails) to combine @shortcut jobs. #20 [Javan Makhmali]
- Setting a PATH in the crontab automatically based on the user's PATH. [Javan Makhmali]
-
Added ability to accept lists of every's and at's and intelligently group them. (ex: every 'monday, wednesday', :at => ['3pm', '6am']). [Sam Ruby]
-
Fixed issue with new lines. #18 [Javan Makhmali]
-
Removed activesupport gem dependency. #1 [Javan Makhmali]
-
Switched to numeric days of the week for Solaris support (and probably others). #8 [Roger Ertesvåg]
- Added ability to set variables on the fly from the command line (ex: whenever --set environment=staging). [Javan Makhmali]
-
Days of week jobs can now accept an :at directive (ex: every :monday, :at => '5pm'). [David Eisinger]
-
Fixed command line test so it runs without a config/schedule.rb present. [Javan Makhmali]
-
Raising an exception if someone tries to specify an :at with a cron shortcut (:day, :reboot, etc) so there are no false hopes. [Javan Makhmali]
- Added ability to update the crontab file non-destuctively instead of only overwriting it. [Javan Makhmali -- Inspired by code submitted individually from: Tien Dung (tiendung), Tom Lea (cwninja), Kyle Maxwell (fizx), and Andrew Timberlake (andrewtimberlake) on github]
- Fixed load path so Whenever's files don't conflict with anything in Rails. Thanks Ryan Koopmans. [Javan Makhmali]
- Added --load-file and --user opts to whenever binary. [Javan Makhmali]
-
Added 'rake' helper for defining scheduled rake tasks. [Javan Makhmali]
-
Renamed :cron_environment and :cron_path to :enviroment and :path for better (word) compatibility with rake tasks. [Javan Makhmali]
-
Improved test load paths so tests can be run individually. [Javan Makhmali]
-
Got rid of already initialized constant warning. [Javan Makhmali]
-
Requiring specific gem versions: Chronic >=0.2.3 and activesupport >= 1.3.0 [Javan Makhmali]
- Initial release [Javan Makhmali]