1.5.0
Native AVIF support π
The default file type changes to AVIF (Baseline 2024) by @codingjoe in #205
You can skip this change, by setting explicit file types:
# settings.py
PICTURES = {
# β¦
"FILE_TYPES": ["WEBP"],
}
Special thanks to @fdintino and the lovely people of the @python-pillow project <3
Full Changelog: 1.4.2...1.5.0