Releases: codingjoe/django-pictures
Releases · codingjoe/django-pictures
1.5.3
1.5.2
1.5.1
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
1.4.2
1.4.1
What's Changed
- Update Python & Django version support by @codingjoe in #206
- Update AVIF documentation by @codingjoe in #207
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- Resolve #194 -- Add support to run Pictures for an image CDN by @codingjoe in #195
Full Changelog: 1.3.4...1.4.0
1.3.4
What's Changed
- Fix #190 -- Use field breakpoints and container width to calculate media query by @codingjoe in #193
Full Changelog: 1.3.3...1.3.4
1.3.3
What's Changed
- Fix UnboundLocalError: cannot access local variable 'url' by @codingjoe in #178
Full Changelog: 1.3.2...1.3.3