Django Filer Versions Save

File and Image Management Application for django

3.1.1

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-cms/django-filer/compare/3.1.0...3.1.1

3.1.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-cms/django-filer/compare/3.0.6...3.1.0

3.0.6

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-cms/django-filer/compare/3.0.5...3.0.6

3.0.5

8 months ago
  • Fix bug that ignored thumbnail storage custom settings in directory view
  • remove Django 2.2, 3.0, and 3.1 classifiers in setup.py
  • remove tests for Django < 3.2 since those versions are not supported anymore

3.0.4

9 months ago
  • Fix bug when submitting permission admin form
  • Fix folder select field css of permission admin form
  • Fix requirements (Django>=3.2) in setup.py and docs
  • Update Dutch, Spanish and French locale

3.0.3

9 months ago

3.0.2

9 months ago
  • Fix another bug (in comparison to 3.0.1) when the thumbnailer in admin tags crashes because of invalid or missing file
  • Ensure action buttons in directory listing do not get disabled after using cancel or back button if files or folders are selected.

3.0.1

10 months ago
  • Fix a bug that creates a server error when requesting a thumbnail from an invalid or missing file
  • Fix a bug that on some systems webp images were not recognized
  • Add missing css map files

3.0.0

10 months ago
  • 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)

2.2.6

10 months ago
  • Add Pillow 10 compatibility