* Automatically create a `Source` image if it doesn't exist. This feature makes migrating regular `ImageField` do django-thumbnails easier. Thanks JobDoesburg! * Added compatibility with Python 3.13. Thanks nZac! * `ImageField` now supports custom `metadata` backends. Thanks marsha97!
0.5.0
0.4.0
* Support for Django >= 3.0. Thanks christianciu! * Added `pregenerated_sizes` to `ImageField` to allow thumbnails to be pregenerated on upload. Thanks marsha97! * Thumbnails can be generated in different formats (e.g: JPG source image to WEBP thumbnail). Thanks yosephbernandus!