Releases: django-cms/django-filer
Releases · django-cms/django-filer
3.0.0rc2
3.0.0rc1
- 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
- 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
2.2.5
2.3rc1
2.2.4
2.2.3
2.2.2
2.2.1
2.2
- Improve the list view of Folder permissions.
- Fix: Folder permissions were disabled for descendants, if parent folder
has type set to CHILDREN. - The input field for Folder changes from a standard HTML select element to
a very wide autocomplete field, showing the complete path in Filer. - Fix: Upload invalid SVG file.
- Add support for Python-3.10.
- Switch theme for readthedocs to Furo.
- Fix: 404 error when serving thumbnail.
- Experimental support for Django-4.