
==== ongoing ===

- dndrop uploader


==== 0.4.2 (2022-08-08) ====

- more error prone thumbnail generation (handling NoSourceGeneratorFound, InvalidImageFormat, FileNotFound)
- fix defaultAutoField warnings for Django 3.2 and up


==== 0.4.1 (2022-05-09) ====

- fix another jquery/compat error


==== 0.4.0 (2022-05-09) ====

- real django 3.2  LTS support
- integrate some django 4 compat things, this might break things in pre-django-2.2?!


==== 0.3.0 (2020-04-07) ===

- theoretically django 3.0 support (in tests...)
- fixed jquery issues in django 2.2
- tox/travis cleanup
- if you still need python2 support, stay on 0.2.9


==== 0.2.9 (2018-11-07) ===

- django 2.1 support
- fixes minor "obj_for_value" error in FolderlessFileWIdget
- no more rolling our own jquery!


==== 0.2.8 (2018-04-19) ===

- fixed dismiss popup bug for django 1.10+


==== 0.2.7 (2018-04-17) ===

- support up to django 2.0
- django 1.7 support dropped
- no new features


==== 0.2.6 (2016-09-14) ===

- no reload in changelist fixed
- duplicate detection with file_hash: implemented properly, adapted tests


==== 0.2.5 (2016-04-07) ===

- support for django 1.9
- refactored tests, to use default manage.py test command


==== 0.2.4 (2016-03-24) ===

- fix for djangocms-admin-styles


==== 0.2.3 (2015-09-15) ===

- fixed search in file change list
- fixed django 1.8 FolderlessFileField layout
- some testsuite/travis enhancements


==== 0.2.2 (2015-09-15) ===

- file rename
