Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

67 lines (39 loc) · 1.48 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Support for Django 5.0 and 5.1.
  • Support for Python 3.12 and 3.13.

Changed

  • pre-commit configuration

Removed

  • Support for Django 3.2 and 4.1.
  • Support for Python 3.8.

Added

  • Log exceptions in handle_tick in process_future_tasks

Added

  • Allow seconds in cron string settings

Fixed

  • Fixes compatibility between Django 3.2 and 4.2 for next planned execution in admin

Fixed

  • Use custom css to fix external depenceny upload restriction

Added

  • Support of periodic, cron-like tasks.

1.0.0 - 2023-05-05

Added

  • Initial setup.