StarUML v2.8.1 (Hotfix) is now available for download. This release includes the some fixed issues. The detailed resolved issues can be found at Release Note.
New Extension: ERD Generation
ERD Generation extension developed by Krisztian Kurucz is available in Extension Registry. It supports to generate ER Data Model from database schema. This extension is open source and hosted on Github (https://github.com/kkrisz1/staruml-reverse-db). Thanks to Krisztian.
New Extension: GraphQL
GraphQL extension developed by Olivier Refalo is available in Extension Registry. It supports the generation of GraphQL IDL schemas from UML models. This extension is open source and hosted on Github (https://github.com/orefalo/StarUML-GraphQL). Thanks to Olivier.
New Extension: Linked Diagram Navigator and Elements Cleaner
Linked Diagram Navigator and Elements Cleaner extensions developed by Marco Zille are available in Extension Registry. The first extension (Linked Diagram Navigator) lets the user navigate to a diagram attached to an element with a simple right-click. The second extension (Elements Cleaner) searches inside the project for all the items that have nothing connected and shows them inside a list where the user can choose to remove each element. These extensions are open source and hosted on Github (https://github.com/zillemarco/StarUML_LinkedDiagramNavigator) (https://github.com/zillemarco/StarUML_ElementsCleaner). Thanks to Marco.
New Extension: Protogen (Protocol buffer generator from ERD)
Protogen extension developed by Pranav Sathyanarayanan is available in Extension Registry. This extension generates protocol buffers based on Entity Relationship Diagrams. This extension is open source and hosted on Github (https://github.com/PranavSathy/staruml-protogen). Thanks to Pranav.
StarUML 2.8.0 Release
StarUML v2.8.0 is now available for download. This release includes the following features and fixed issues.
Show stereotype icon in Model Explorer
Now you can see stereotype icons in Model Explorer. It makes you easier to identify stereotypes (e.g. boundary, entity, control) in the Model Explorer. Note that boundary, entity, control stereotypes included in the previous version (2.7.0 or lower) are not shown in Model Explorer. To show the icons, you need to re-apply UML Standard Profile and re-bind the stereotypes in this new version (2.8.0).
Word wrap for attributes, operations and other text elements.
Now you can set word wrap for most of text elements including attributes, operations, association roles, etc. Word wrap settings are saved to the file, so these are restored when you loaded from file.
The detailed resolved issues can be found at Release Note.
New Extension: PostgreSQL DDL Generator
PostgreSQL extension developed by Adrian Andrei is available in Extension Registry. It allows you to generate DDL from ERD model to PostgreSQL DDL. This extension is open source and hosted on Github (https://github.com/adrianandrei-ca/staruml-postgresql). Thanks to Adrian.
New Extension: TypeScript code generator
TypeScript extension developed by Thomas Min is available in Extension Registry. It allows you to generate code from UML model to TypeScript code. This extension is open source and hosted on Github (https://github.com/yeoupooh/staruml-typescript). Thanks to Thomas.
New Extension: PanesManager
PanesManager extension developed by David Oudart is available in Extension Registry. It adds two buttons in the statusbar of the interface (bottom bar) to toggle the Sidebar (left pane) and the Navigator (right pane) of the window. This extension is open source and hosted on Github (https://github.com/pixdad/PanesManager). Thanks to David.
New Extension: DDL (Data Definition Language)
DDL (Data Definition Language) generation extension developed by Minkyu Lee is available in Extension Registry. It allows you to generate DDL from a data model (ERD). This extension is open source and hosted on Github (https://github.com/niklauslee/staruml-ddl).