Version 2.4.0 ============= New Features and Improvements ----------------------------- **Web Modeling Editor** * Now, our WME is online! You can access it at `https://editor.besser-pearl.org `_ * New interface design. * Integrated storage capabilities allow seamless model persistence and cross-device access. * Added support for modeling collaboration using the WME. Now, multiple users can work on the same model simultaneously. * Optimized Docker Compose configuration for improved resource efficiency and faster deployment. **BESSER Low-code Platform** * Structural metamodel: The `Element` class is now the superclass of all structural model elements, including `NamedElement`, `Generalization`, etc. The attributes `is_derived` and `timestamp` have been moved to this class. * SQLAlchemy Generator: Added support for MSSQL and MariaDB. * SQL DDL Generator: Added support for MSSQL, MariaDB, and SQLite. Fixes ----- **Web Modeling Editor** * Fixed issues: `214 `_ `219 `_ `217 `_ `159 `_ `164 `_ `166 `_ `170 `_ `168 `_ `172 `_ `174 `_ `177 `_ `175 `_ `184 `_ `192 `_ `194 `_ `195 `_ `200 `_ `201 `_ **BESSER Low-code Platform** * Fixed issues: `180 `_ Documentation ------------- * Updated the Web Modeling Editor documentation. * Updated the Structural metamodel documentation. * Updated the SQL DDL Generator documentation.