StarUML v4.0.1 is now available for download. This release includes the some fixed issues. The detailed resolved issues can be found at Release Note.
StarUML V4 (4.0.0) Release
We are so glad to announce StarUML V4 release. The new V4 supports a new modeling language SysML (System Modeling Language) and three more UML diagrams: Timing Diagram, Interaction Overview Diagram and Information Flow Diagram. The new V4 has additional features as below.
SysML Support
OMG SysML (System Modeling Language) is a general-purpose graphical modeling language for specifying, analyzing, designing and verifying complex systems that may include hardware, software, information, personnel, procedures, and facilities. StarUML supports SysML modeling with four kinds of diagrams: Requirement, Block Definition, Internal Block and Parametric Diagram.




UML Timing, Interaction Overview and Information Flow Diagrams
Now three more UML diagrams that has not been supported in the previous version are not supported in V4. The first is Timing Diagram that is used to show interactions when a primary purpose of the diagram is to reason about time. The second is Interaction Overview Diagram shows overview of the flow of control where nodes of the flow are interactions and interaction uses. The last is Information Flow Diagram shows exchange of information between system entities.



Tag Editor
Tag Editor allows users to edit tags easily for a particular elements. If the element has a stereotype which has its own attributes, Tag Editor is much more useful for creating and editing tags associated with the attributes of the stereotype.

Command Palette
StarUML has many default commands as well as extension’s commands. Sometimes it is hard to find a menu item associated a command that you want to execute. Then, you can find and execute commands quickly with Command Palette user interface.

MacBook Pro’s Touch Bar Support
Recent MackBook Pro laptop has a new Touch Bar interface on the top of the keyboard. Now StarUML also support the Touch Bar for the features that users use frequently. It can reduce time and redundant actions for editing diagrams.

There are more features and resolved issues except for the described in this article. You can find them in the release note. Hope you enjoy and satisfies with the new StarUML V4. Thank you.
StarUML 3.2.2 (Hotfix) Release
StarUML v3.2.2 is now available for download. This release includes the some fixed issues. The detailed resolved issues can be found at Release Note.
StarUML 3.2.1 (Hotfix) Release
StarUML v3.2.1 is now available for download. This release includes the some fixed issues. The detailed resolved issues can be found at Release Note.
StarUML 3.2.0 Release
StarUML 3.2.0 is now available for download. This release includes the some additional features and fixed issues. Additional features are:
Hide a subset of attributes, operations, etc.
A class view is alway show all of attributes and operations defined in the class model. Sometime you need to show only a subset of attributes and operations in a class view. Now you can delete attribute or operations views in a class view without deleting attributes or operations in the corresponding class model. To delete a particular attribute view, select the attribute view in the diagram and just press delete key. To show again the deleted attribute view, drag the attribute from Model Explorer and drop on the class view.
Activity diagram improvements
There are some improvements in Activity Diagram. The first is call activity notation for action elements. To show call activity notation set “kind” property of action to “callBehavior” and “target” property to an Activity element. The second is object states. To show states in Object Nodes, assign States elements to the “inStates” property of an Object Node. The last is activity edge connector. You can use activity edge connectors to simplify control flows or object flows.
Turn-off automatic updates
Now you can turn-off automatic updates in Preferences if you don’t want to updates.
The detailed resolved issues can be found at Release Note.
StarUML 3.1.1 Release
StarUML v3.1.1 is now available for download. This release includes the some fixed issues. The detailed resolved issues can be found at Release Note.
New Extension: model-interchange
model-interchange extensions developed by GoSource Pty Ltd. are available in Extension Registry. This extension is used to import library content into any conformant modeling tool, and to interchange API models between conformant modeling tools. For more information, please visit here (https://github.com/gs-gs/staruml-model-interchange). Thanks to GoSource Pty Ltd.
New Extension: OpenAPI 3.0 Generator
OpenAPI 3.0 Generator extensions developed by GoSource Pty Ltd. are available in Extension Registry. This extension is an implementation of UML to API generator in accordance with https://edi3.org/uml-profile/. For more information, please visit here (https://github.com/gs-gs/staruml-cefact. Thanks to GoSource Pty Ltd.
StarUML 3.1.0 Release
StarUML 3.1.0 is now available for download. This release includes the some additional features and fixed issues. Additional features are:
Template Binding
Template Binding element is supported with Template Parameter Substitution element. Theses elements allows you to express bound classes from template classes by substituting template parameters with actual values.
Custom Keymaps
Now you can change or add new key bindings for any commands (Menu Items) by just creating keymap.json file in the user configuration folder. For more about custom keymap, please check the documentation.
Custom Sequence Numbering
You can use custom sequence numbers of Messages in Sequence and Communication Diagrams instead of auto-generated integer sequence numbers. For more about custom sequence numbering, please check the documentation.
The detailed resolved issues can be found at Release Note.
New Extension: Rebel
Rebel extensions developed by Archetype Software are available in Extension Registry. This extension is an advanced Java code generator. It enables modeling and code generation for Java Persistence API/Hibernate, Spring, Spring Data and Jackson. Besides other features, it preserves your changes to the generated source code. For more information, please visit here (https://archetypesoftware.com/). Thanks to Archetype Software.