Skip to content

Commit 53f9814

Browse files
committed
Update changelog
1 parent 06c8554 commit 53f9814

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
CHANGELOG
33
=========
44

5+
3.3.2 (2025-09-01)
6+
==================
7+
8+
* fix: add filename length safety check with random suffix by @Baraff24 in https://github.com/django-cms/django-filer/pull/1515
9+
* 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
10+
* Fix: Include Private Storage in Orphan File Scanning for filer_check Command by @Baraff24 in https://github.com/django-cms/django-filer/pull/1518
11+
* fix: Relect template block structure of Django 5.2+ by @fsbraun in https://github.com/django-cms/django-filer/pull/1523
12+
* chore: Added Full Persian (Farsi) Translate by @dimacodev in https://github.com/django-cms/django-filer/pull/1524
13+
* fix: Update directory_table_list.html by @AliAkbarSobhanpoor in https://github.com/django-cms/django-filer/pull/1528
14+
* fix: Avoid locale-dependent ratio by @albanbochsler in https://github.com/django-cms/django-filer/pull/1536
15+
* fix: docs GitHub action built by @fsbraun in https://github.com/django-cms/django-filer/pull/1540
16+
* fix: Folder permission cache update sometimes raised TypeError by @fsbraun in https://github.com/django-cms/django-filer/pull/1539
17+
* fix: Failed to install submodules of filer by @fsbraun in https://github.com/django-cms/django-filer/pull/1544
18+
19+
**New Contributors**
20+
21+
* @Baraff24 made their first contribution in https://github.com/django-cms/django-filer/pull/1515
22+
* @dimacodev made their first contribution in https://github.com/django-cms/django-filer/pull/1524
23+
* @AliAkbarSobhanpoor made their first contribution in https://github.com/django-cms/django-filer/pull/1528
24+
* @albanbochsler made their first contribution in https://github.com/django-cms/django-filer/pull/1536
25+
526
3.3.1 (2024-12-07)
627
==================
728

filer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
8. Publish the release and it will automatically release to pypi
1414
"""
1515

16-
__version__ = '3.3.1'
16+
__version__ = '3.3.2'

0 commit comments

Comments
 (0)