StarUML v3.0.1 is now available for download. This release includes the some fixed issues. The detailed resolved issues can be found at Release Note.
Author Archives: Minkyu Lee
New Extension: Django
Django extensions developed by José Miguel are available in Extension Registry. This extension support to generate Django model code from UML model. This extension is open source and hosted on Github (https://github.com/josemlp91/staruml-django). Thanks to José Miguel.
New Extension: ToString
ToString extensions developed by Maximo Rosales Diaz are available in Extension Registry. This extension copies into clipboard the names and types of the diagram elements selected. This extension is open source and hosted on Github (https://github.com/mrosalesdiaz/staruml-tostring). Thanks to Maximo.
StarUML V3 (3.0.0) Release
We are so glad to announce StarUML V3 release. The new V3 changed underlying platform to electron. It brings a lot of advantages for new features, performance, stability and so forth. The new V3 has many features that you can take advantage of.
Multiple Windows
The previous version allow to edit only one file at the same time. Now V3 allows to popup multiple windows so that you can edit multiple files simultaneously.
Data Flow Diagram
Many users has been requested to support DFD (Data Flow Diagram) as one of diagram types. So it is now available in the new V3.
Auto Update
You don’t need to download and install manually any more. The new V3 supported auto update for Windows and macOS. (Auto update for Linux is not yet supported).
Light and dark themes
Now light theme is added, so you can choose one of dark or light theme for UI.
Copy diagram image to clipboard
Copying diagram image to clipboard is supported, so you can copy and paste diagram image easily into other applications like Word or PowerPoint without explicitly exporting diagram images.
Code signing for executables and installers
In many reasons, we couldn’t provide code signing in the previous version. Now we’re ready to provide signed executables and installers for Windows and macOS from the new V3. No more unsigned warnings.
API enhancement
Because we changed underlying platform to electron, so APIs for extensions are changed in many parts. It causes that extensions for V2 will not work in the new V3 and they are required to be updated with V3 APIs. APIs for V3 are much more easier and simpler powered with electron’s APIs and ECMAScript 6 support.
Hope you enjoy and satisfies with the new StarUML V3. Thank you.
StarUML 2.8.1 (Hotfix) Release
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.