|
2 | 2 | CHANGELOG |
3 | 3 | ========= |
4 | 4 |
|
5 | | -3.2 (2025-05-21) |
6 | | -================ |
7 | | -* Fix: Reverse match for 'filer_image_expand_view' not found. |
8 | | -* Drop support for Python 3.8 and 3.9. |
9 | | -* Add support for Python 3.12. |
| 5 | +3.3.3 / 2025-11-07 |
| 6 | +================== |
| 7 | + |
| 8 | + * Pin svglib to a version below 1.6.0 by @payamnj (#1550) in https://github.com/django-cms/django-filer/pull/1551 |
| 9 | + |
| 10 | +3.3.2 (2025-09-01) |
| 11 | +================== |
| 12 | + |
| 13 | +* fix: add filename length safety check with random suffix by @Baraff24 in https://github.com/django-cms/django-filer/pull/1515 |
| 14 | +* fix: Remove user from autocomplete fields if (swapped) user model does not have search fields by @fsbraun in https://github.com/django-cms/django-filer/pull/1517 |
| 15 | +* Fix: Include Private Storage in Orphan File Scanning for filer_check Command by @Baraff24 in https://github.com/django-cms/django-filer/pull/1518 |
| 16 | +* fix: Relect template block structure of Django 5.2+ by @fsbraun in https://github.com/django-cms/django-filer/pull/1523 |
| 17 | +* chore: Added Full Persian (Farsi) Translate by @dimacodev in https://github.com/django-cms/django-filer/pull/1524 |
| 18 | +* fix: Update directory_table_list.html by @AliAkbarSobhanpoor in https://github.com/django-cms/django-filer/pull/1528 |
| 19 | +* fix: Avoid locale-dependent ratio by @albanbochsler in https://github.com/django-cms/django-filer/pull/1536 |
| 20 | +* fix: docs GitHub action built by @fsbraun in https://github.com/django-cms/django-filer/pull/1540 |
| 21 | +* fix: Folder permission cache update sometimes raised TypeError by @fsbraun in https://github.com/django-cms/django-filer/pull/1539 |
| 22 | +* fix: Failed to install submodules of filer by @fsbraun in https://github.com/django-cms/django-filer/pull/1544 |
| 23 | + |
| 24 | +**New Contributors** |
| 25 | + |
| 26 | +* @Baraff24 made their first contribution in https://github.com/django-cms/django-filer/pull/1515 |
| 27 | +* @dimacodev made their first contribution in https://github.com/django-cms/django-filer/pull/1524 |
| 28 | +* @AliAkbarSobhanpoor made their first contribution in https://github.com/django-cms/django-filer/pull/1528 |
| 29 | +* @albanbochsler made their first contribution in https://github.com/django-cms/django-filer/pull/1536 |
| 30 | + |
| 31 | +3.3.1 (2024-12-07) |
| 32 | +================== |
| 33 | + |
| 34 | +* fix: editing buttons missing in admin when file present by @pajowu in https://github.com/django-cms/django-filer/pull/1511 |
| 35 | +* fix: incompatibility with djangocms-versioning-filer 1.3 was fixed by @fscherf in https://github.com/django-cms/django-filer/pull/1509 |
| 36 | + |
| 37 | +**New Contributors** |
| 38 | + |
| 39 | +* @pajowu made their first contribution in https://github.com/django-cms/django-filer/pull/1511 |
| 40 | +* @fscherf made their first contribution in https://github.com/django-cms/django-filer/pull/1509 |
| 41 | + |
| 42 | +3.3.0 (2024-11-19) |
| 43 | +================== |
| 44 | + |
| 45 | +* fix: Restrict upload of binary or unknown file types by default by @fsbraun in https://github.com/django-cms/django-filer/pull/1507 |
| 46 | +* fix: remove extra brace in generated HTML of data-max-filesize attribute by @fabien-michel in https://github.com/django-cms/django-filer/pull/1502 |
| 47 | +* fix: uploadButton data-max-filesize attribute is not passed to file-uploader by @fabien-michel in https://github.com/django-cms/django-filer/pull/1503 |
| 48 | +* docs: Update for on_delete requirement in Filer fields |
| 49 | + |
| 50 | +3.2.3 (2024-09-18) |
| 51 | +================== |
| 52 | + |
| 53 | +* fix: Use TypeVar for type-hinting of the user parameter by @payamnj in https://github.com/django-cms/django-filer/pull/1496 |
| 54 | + |
| 55 | +** New contributor** |
| 56 | + |
| 57 | +* @payamnj made their first contribution in https://github.com/django-cms/django-filer/pull/1496 |
| 58 | + |
| 59 | + |
| 60 | +3.2.2 (2024-09-09) |
| 61 | +================== |
| 62 | + |
| 63 | +* fix: Remove version pin to Django<5.1 |
| 64 | + |
| 65 | +3.2.1 (2024-09-05) |
| 66 | +================== |
| 67 | + |
| 68 | +* fix: Restore python 3.8 and python 3.9 compatibility |
| 69 | + |
| 70 | +3.2.0 (2024-08-23) |
| 71 | +================== |
| 72 | + |
| 73 | +* feat: Add cache for permission checks by @fsbraun in https://github.com/django-cms/django-filer/pull/1486 |
| 74 | +* fix: Reduce number of thumbnails created for admin, avoid admin thumbnails for svg files by @fsbraun in https://github.com/django-cms/django-filer/pull/1490 |
| 75 | +* fix: Allow ``Image.MAX_IMAGE_PIXELS`` to be ``None`` by @fsbraun in https://github.com/django-cms/django-filer/pull/1475 |
| 76 | +* docs: Update extending_filer.rst by @DmytroLitvinov in https://github.com/django-cms/django-filer/pull/1488 |
| 77 | + |
| 78 | +**New contributor:** |
| 79 | + |
| 80 | +* @DmytroLitvinov made their first contribution in https://github.com/django-cms/django-filer/pull/1488 |
| 81 | + |
| 82 | +3.1.4 (2024-07-15) |
| 83 | +================== |
| 84 | + |
| 85 | +* feat: Accept new `STORAGES` setting, introduced in Django 4.2 by @fsbraun in https://github.com/django-cms/django-filer/pull/1472 |
| 86 | +* feat: Replace `render` with `TemplateResponse` in admin views by @fsbraun in https://github.com/django-cms/django-filer/pull/1473 |
| 87 | +* fix: File expand url incorrect and worked not with custom image models by @fsbraun in https://github.com/django-cms/django-filer/pull/1471 |
| 88 | +* fix: Crash when moving files from a filtered directory listing by @W1ldPo1nter in https://github.com/django-cms/django-filer/pull/1482 |
| 89 | +* ci: pre-commit autoupdate by @pre-commit-ci in https://github.com/django-cms/django-filer/pull/1477 |
10 | 90 |
|
11 | 91 |
|
12 | | -3.1.3 (2025-05-17) |
| 92 | +3.1.3 (2024-05-17) |
13 | 93 | ================== |
14 | 94 | * Fix: Folder select widget did not render correctly with standard Django admin |
15 | 95 | styles. |
16 | 96 |
|
17 | | -3.1.2 (2025-05-17) |
| 97 | +3.1.2 (2024-05-17) |
18 | 98 | ================== |
19 | 99 |
|
20 | 100 | * Made the filer check command compatible with custom image models. |
@@ -719,7 +799,7 @@ CHANGELOG |
719 | 799 |
|
720 | 800 |
|
721 | 801 | 0.5.4a1 |
722 | | -======= |
| 802 | +======== |
723 | 803 |
|
724 | 804 | * Adds description field. |
725 | 805 |
|
|
0 commit comments