Releases: django-cms/django-filer
Releases · django-cms/django-filer
3.1.1
What's Changed
- ci: pre-commit autoupdate by @pre-commit-ci in #1435
- feat: Image dimensions update management command by @benzkji in #1434
- fix: address failing gulp ci jobs. by @mbi in #1437
- fix: Added compatibility code in aldryn_config go support setting THUMBNAIL_DEFAULT_STORAGE in django 4.2 by @kinkerl in #1440
New Contributors
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- fix: Unique url names for file icon by @fsbraun in #1423
- feat: Add django 5.0 support by @fsbraun in #1424
- fix: URL action in data table list template by @T4m in #1428
- fix: JavaScript int literal overflow by @fsbraun in #1422
- fix: decompression bomb attack in the Filer by @vinitkumar in #1426
- fix: View expanded svg images from
<img>
tags to avoid js attacks by @fsbraun in #1429 - fix: initialize dropzoneSelector inside inline formsets in a Django 4.1 compatible way by @mbi in #1431
- feat: French translations, prevention of opening SVG directly in browser through canonical url by @fsbraun in #1430
New Contributors
Full Changelog: 3.0.6...3.1.0
3.0.6
What's Changed
- Re-add alphabetical sorting as default (fixes #1415) by @filipweidemann in #1416
- fix: django-storage 1.14 complains about files being opened twice when copying by @fsbraun in #1418
- ci: Prepare release 3.0.6 by @fsbraun in #1419
New Contributors
- @filipweidemann made their first contribution in #1416
Full Changelog: 3.0.5...3.0.6
3.0.5
3.0.4
3.0.3
- Fix copy folder being broken after django-mptt removal by @protoroto in #1393
- fix: crash in the file detail view by @vinitkumar in #1395
- Fix: actions.js error thrown in js console by @fsbraun in #1397
3.0.2
3.0.1
3.0.0
- Add validation framework to prevent XSS attacks using HTML or SVG files (see docs)
- Only show uncategorized files to the owner or superuser if permissions are active
- Add an edit button to the file widget which opens edit file pop-up
- Refactored directory list view for significant performance increases
- Remove thumbnail generation from the directory list view request response cycle
- Support for upload of webp images
- Optional support for upload of heif images
- Add Django 4.2 support
- Add thumbnail view for faster visual management of image libraries
- Fix File.objects.only() query required for deleting user who own files.
- Fix several CSS quirks
- Fix folder widget
- Remove unused css from delete confirmation view and move file view
- Add Pillow 10 compatibility
- Update translations (de/fr/nl)