-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGES
302 lines (163 loc) · 4.91 KB
/
CHANGES
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
=========
CHANGELOG
=========
2.7.2+dev (XXXX-XX-XX)
=======================
2.7.2 (2023-02-21)
=======================
* Fix link between attachment and file is lost when updating old attachment (created in version <2.7.0) without title and random suffix
2.7.1 (2023-02-17)
=======================
* Fix link between attachment and file is lost when updating old attachment (created in version <2.7.0) without random suffix
2.7.0 (2023-02-15)
=======================
* Add safety checks on uploaded files
* Fix link to the project on Pypi when clicking the pypi badge (another pypi project is named `django-paperclip`)
* Fix typo in test-supporting HTML files (nothing was broken though)
2.6.1 (2022-07-07)
=======================
* Change setting names : `PAPERCLIP_MIN_ATTACHMENT_HEIGHT`, `PAPERCLIP_MIN_ATTACHMENT_WIDTH` => `PAPERCLIP_MIN_IMAGE_UPLOAD_WIDTH`, `PAPERCLIP_MIN_IMAGE_UPLOAD_HEIGHT`
* Fix check size of image only when it's an image
2.6.0 (2022-07-06)
=======================
** New **
* Add `PAPERCLIP_MAX_BYTES_SIZE_IMAGE` max size image form
* Add `PAPERCLIP_MIN_ATTACHMENT_HEIGHT` min height image form
* Add `PAPERCLIP_MIN_ATTACHMENT_WIDTH` min width image form
2.5.1 (2022-07-05)
=======================
* Add blocks templates
2.5.0 (2022-04-26)
=======================
** New **
* Add field license on attachment
2.4.3 (2022-04-08)
=======================
* Replace french column name to english column name
2.4.2 (2022-03-29)
=======================
** Fixes **
* Fix js init mode embed type should be File and not Youtube
2.4.1 (2022-03-18)
=======================
** Fixes **
* Fix form enable_link javascript
2.4.0 (2022-01-10)
=======================
** New **
* Support Django 4.0
2.3.4 (2021-12-13)
=======================
**New features**
- Add PAPERCLIP_RESIZE_ATTACHMENTS_ON_UPLOAD setting to enable resize attachments on upload
- Add PAPERCLIP_MAX_ATTACHMENT_WIDTH and PAPERCLIP_MAX_ATTACHMENT_HEIGHT to configure attachment resizing (defaults 1280px)
2.3.3 (2021-09-03)
=======================
** New **
* Display custom columns in attachment list
2.3.2 (2021-06-09)
==================
* Add a bootstrap-4-confirm
2.3.1 (2021-06-03)
==================
** New **
* Support django 3.2 and python 3.9
* Drop support Python 3.5
2.2.6 (2020-11-24)
==================
** New **
* Support for django 3.1
2.2.5 (2020-05-15)
==================
** New **
* Support for django 2.2 and 3.0
* Drop Django 1.11, 2.0, 2.1 and python 2 support
* Set automatic is_image db column
2.2.4 (2020-03-10)
==================
** Fixes **
* Show attachment file, video or link widget as required
2.2.3 (2019-12-31)
==================
** Fixes **
* Fix requirements for Django 2
2.2.2 (2019-10-08)
==================
** Fixes **
* Do not set author to current username by default
* Fix mode preselection
2.2.1 (2019-01-07)
==================
** Fixes **
* Fix permissions change, delete and delete_others
2.2.0 (2018-11-07)
==================
** New **
* Support Python3, Django 2.0 and 2.1
* Drop Django 1.8, 1.9 and 1.10 support
2.1.2 (2018-03-25)
==================
** New **
* Support Django 1.8 to 1.11
2.1.1 (2017-03-23)
==================
** Fixes **
* Fix releases required includes
2.1.0 (2017-03-23)
==================
** New **
* From now, Attachment model support external picture URLs
2.0.0 (2017-02-21)
==================
** BREAKING CHANGES **
* Provide an abstract model. Users are required to define their own
Attachment model
1.0.0 (2017-01-14)
==================
** BREAKING CHANGES **
* Remove support of Django <= 1.7
* Rename parameter 'module_name' as 'model_name' in urls
** New **
* Support Django 1.8
* Add initial migration (Caution! it depends on app settings)
0.5.0 (2016-01-11)
==================
** New **
* Add a command to clean obsolete files
0.4.1 (2015-03-20)
==================
** Fixes **
* Fix uploaded file modification
0.4.0 (2015-03-20)
==================
** New **
* Allow to add links to Youtube or Soundcloud media
0.3.0 (2015-03-18)
==================
** Removed (WARNING: backward incompatibility) **
* Totally remove crispy_forms and floppy_forms integration (you can now override the form by a custom one instead)
** New **
* Allow usage of a custom form
0.2.3 (2014-12-15)
==================
* Handle swappable User model
* Embed spinner, bootstrap-confirm and add a bootstrap-3-confirm
* Remove crispy_forms dependency
0.2.2 (2014-11-14)
==================
* Fix permission check for attachments
0.2.0 (2014-11-12)
==================
* Allow to override file types from request.
0.1.3 (2014-11-07)
==================
* Fix packaging of locale files
0.1.2 (2014-11-07)
==================
* Fix upload regular expressions for author and legend
0.1.1 (2014-11-03)
==================
* Fix missing SVG media in package
0.1.0 (2014-10-23)
==================
* Initial working version