- You may now postfix commands with
KRONOS_POSTFIX
.
- You may now customize the interpreter, management path and python path for tasks with the
KRONOS_PYTHON
,KRONOS_MANAGE
andKRONOS_PYTHONPATH
settings, respectively.
- Kronos now supports Django 1.4-style projects.
- Fixed a bug that caused installation to fail for users that didn't already have a crontab.
- Fixed a bug that caused unclosed single quotes in the crontab to raise a ValueError
- Fixed a bug that caused 'cron'-modules in the project root to be ignored.
- Kronos will now collect tasks from a 'cron' module in the project root.