·
1 commit
to release
since this release
🚀 Update Log
⚠️ BREAKING CHANGEPlease Note: This release modifies the database entity model. Launching the application with a database from a previous version will cause errors. You may need to manually migrate your data or alter the database schema to match the new structure.
✨ New Features & Improvements
- 🔄 Incremental Updates: Added support for incremental Profile updates. The full-update API remains available.
- 👤 Account Types: Added support for selecting an Account Type in Profiles.
- 🏗️ Database Optimization: Refactored the database structure to pave the way for upcoming features (such as Account Types, multi-language profiles, etc.).
- 🎨 Code Refactoring: Optimized naming conventions for various data structures to improve code clarity.