-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG.txt
82 lines (41 loc) · 1.51 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
==== ongoing ===
- dndrop uploader
==== 0.5.0 (2022-12-10) ====
- add a migration for file.type under Django 3+
==== 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