Skip to content

1.5.0

Compare
Choose a tag to compare
@codingjoe codingjoe released this 01 Jul 16:55
· 2 commits to main since this release

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