* Fixed a bug that caused Kronos to crash if the settings module resided outside of the project directory. * Fixed a bug that caused Kronos to remove other crontabs upon uninstalling.
0.8.0
+++++
* Kronos is now even more compatible with Python 3. * Kronos is no longer compatible with Python 2.6. * Kronos is no longer compatible with Django 1.7. * You may now prefix commands with ``KRONOS_PREFIX``. * Fixed an issue where Kronos would not pick up on AppConfig apps.
0.7.0
+++++
* You may now pass arguments to Django management commands registered with Kronos. * Kronos is now compatible with Python 3. * Kronos will now log errors when it fails to load tasks.
0.6.0
+++++
* You may now register Django management commands.
0.5.0
+++++
* You may now list commands with ``python manage.py showtasks``.