- Increase filters popup size, to display full select dropdowns
8.9.0
-----------------------
**Features**
- Add django 5.0 support - Drop django 3.2 support - Add python 3.12 support
*Bug fixes*
- Fix map in ODT / PDF documents by using absolute path in storage - Fix converted document name (DOC and PDF)
**Tests**
- Fix flaky translations in tests
8.8.2
-----------------------
**Improvements**
- Add a get_columns method to change column list dynamically.
8.8.1
-------------------
**Hotfix**
- Fix new internal user cache
8.8.0
-----------------------
**Improvements**
- Refactor storage usage with default_storage and staticfiles_storage
**Tests**
- Use temporary media folder for tests - Make `MapentityTestCase` more consistent
**CI**
- Parallelize tests in CI - Fix codecov
8.7.3
-------------------
**Bug fixes**
- Form clearing not handling number fields - Fix weasyprint html public view by converting file:// schemes with http:// - Revert fixing current object order in overlays menu (292)