- Fixed another edge case: JPEGs cannot be saved as RGBA. - Added Django 5.1 to the CI.
24.7.1
~~~~~~~~~~~~~~~~~~~~
- Fixed the read the docs build. - Disabled the CKEditor 4 version nag.
24.4.2
~~~~~~~~~~~~~~~~~~~~
- Fixed the filters to work with Django 5.
24.4.1
~~~~~~~~~~~~~~~~~~~~
- Forwarded cookies set by ``ApplicationContent`` apps to the final response. - Added support for webp image formats to the media library.
24.4.0
~~~~~~~~~~~~~~~~~~~~
- Fetched the CSRF token value from the input field instead of from the cookie. This allows making the CSRF cookie ``httponly``. Thanks to Samuel Lim for the contribution!
23.12.0
~~~~~~~~~~~~~~~~~~~~~
- Added Python 3.12, Django 5.0. - Closed images after reading their dimensions. Raised the logging level to exception when thumbnailing fails. Thanks to Jeroen Pulles for those two contributions!