·
24 commits
to develop
since this release
Upgrade Notes
With the upgrade to Django 5.2, UUID model fields of third party apps need to be converted manually, if you use MariaDB 10.7+. Run the following management commands after the update/database migration:
./manage.py convert_thirdparty_mariadb_uuids
./manage.py convert_mariadb_uuids # wagtail has its own conversion command
For more information see:
- https://docs.djangoproject.com/en/5.2/releases/5.0/#models
- https://docs.wagtail.org/en/stable/reference/management_commands.html#convert-mariadb-uuids
What's Changed
New features
- Allow multiple (subsequent) memberships [COHIV-139] by @x4nd3r in #354
- Support multiple actions to create documents [COHIV-258] @x4nd3r in #362
- Track oauth logins and send notification about users logging in for the first time by @MarcoSteinacher in #361
- Make ALTCHA captcha field available and use it in registration form. by @MarcoSteinacher in #368
- Add settings to hide fields in the admin UI by @MarcoSteinacher in #341
Bugfixes & Improvements
- PWA: Fix gzip and browser-lang issues [COHIV-256] by @MarcoSteinacher in #365
- Handle multiple charge records in CAMT files. by @MarcoSteinacher in #351
- Fix country filter so that only used countries are listed by @JoseGarciaMayen in #350
- Fix memberletter document creation and extend Contract and RentalUnit context variable list for document templates. by @MarcoSteinacher in #381
- Make selector elements resizable [COHIV-254] by @x4nd3r in #370
- Allow share imports by Address or Member ID by @MarcoSteinacher in #373
- Add anchor links to portal help page sections. by @MarcoSteinacher in #344
- Remove default value for GENO_SMALL_NUMBER_OF_SHARES_CUTOFF by @MarcoSteinacher in #369
Maintenance
- Upgrade Django to 5.2 and update setuptools [COHIV-206] by @x4nd3r in #360
- Dependency updates [SECURITY] by @MarcoSteinacher in #375
- Set DEFAULT_FROM_EMAIL in default settings; remove old help text. by @MarcoSteinacher in #353
- Cleanup tests: add types, fix warnings and typos, remove unused variables etc. by @MarcoSteinacher in #349
- Fix mailpit health check in docker-compose file. by @MarcoSteinacher in #346
New Contributors
- @JoseGarciaMayen made their first contribution in #350
Full Changelog: v1.4.4...v1.5.0