======= * Deprecated ``THUMBNAIL_KVSTORE``. Only the Django cache-based store will be used in a future version. * Add support for Django 5.0 and 5.1 * Add support for installing with optional dependencies. * Drop support for Django 3.2, 4.0 and 4.1
12.10.0
======= * Fixed safe_filter application on various thumbnail template tags. * Fixed slow performance with external storages like S3. * Added support for Django 4.2. * Drop support for Python 3.7. * Confirmed Python 3.11 support.
12.9.0
====== * Drop support for Django 2.2 and 3.1. * Added support for Django 4.1. * Drop support for Python 3.6. * Fixed various Pillow deprecation warnings.
12.8.0
====== * Drop support for Django 3.0. * Added support for Django 3.2 and 4.0. * Confirmed Python 3.9 and 3.10 support. * Adapted size regex getting size from the identify output. 532 * Display possible ``thumbnail`` command labels in command help. * Added Jazzband code of conduct.
12.7.0
====== * Drop support for Django 1.11 * Added support for Django 3.1 * Moved to GitHub Action for continuous integration. * Correction in convert_engine with unknown exif orientation * Using more resilient _get_exif_orientation logic in convert engine * Update wand_engine.py for ImageMagick 7 * Fix cannot write mode RGBA as JPEG when thumbnailing a GIF
12.6.3
======
* Deprecate Python 2 compatibility shims in favor of Python 3 only codebase. 623 * Fix README on notes about ImageField cleaning up references on delete. 624 * Fix image ratios with EXIF orientation. 619 * Fix test coverage tracking. 622 and 617