This release focuses on security enhancements, system improvements, and bug fixes to ensure a more stable and secure experience for users. Key updates include:
- Implementation of a local SMTP server for improved email handling.
- Upgrade of Django and Python for better performance and security.
- Integration of Google's reCAPTCHA v3 to enhance authentication security.
- Refinements in the Docker environment and storage settings.
- Improvements to password reset functionality using Django's default authentication process.
- Fixes for UI/UX issues, such as modal details on the collections page.
- Translation updates and community page enhancements.
- Bug fixes related to login, signup, and exhibit creation stability.
What's Changed
- Add a local SMTP server by @pablodiegoss in #574
- Update Django and Python by @pablodiegoss in #575
- [REVIEW] 503 - Document High-Fidelity Prototype by @luiz-hfz in #504
- Update SMTP configuration and Add Google's Recaptcha V3 by @pablodiegoss in #577
- Update Docker default user and Storage settings by @pablodiegoss in #583
- [REVIEW] Fixed grammar on a document by @lorenzo7377 in #546
- Refactor reset password to use default Django auth process by @pablodiegoss in #584
- Translate community page by @pablodiegoss in #591
- Fix details modal on collections page by @pablodiegoss in #592
- Fix conflicts on MR 528 by @pablodiegoss in #600
- Creating an exhibit with repeated name crashes the frontend by @brenno-silva in #528
- Login and Signup component fix by @luiz-hfz in #530
- 289 - As an artist, I want to receive a warning when I try to upload the wrong file format, so I can publish the right one. by @brenno-silva in #517
New Contributors
- @lorenzo7377 made their first contribution in #546
Full Changelog: v1.4.0...v1.4.1