Changelog

New features, updates, and improvements.

28/7/2026

v1.6.0 - Try deserialise sem files

Latest

Metamodal Resource Interface and several git issues update

  • Upgrade
    Try deserialise sem files - Implemented Try deserialise (read) functions for static and solution files. - Update the logic when loading a files, to use these functions - If it fails, it now shows the reason of failure and gives the option to partially load what could be deserialised.
9/7/2026

v1.5.0 - Resource interface metamodel

Metamodal Resource Interface and several git issues update

  • Upgrade
    Metamodel upgrades - IResource improvements - Attributes type safety upgrades
  • Upgrade
    Interfaces direction changes are more restricted based on inheritance tree
  • Fixed
    Statetransition: Removing resource from pre, also updates connections related to this resource. Removing connection from consumed, checks to prevent incorrect setup
  • Fixed
    Cloned workmaster can be edited Issue #9
  • Fixed
    Cloned operations segment now has the suitable workmasters Issue #10
  • Added
    Tree view search on uid. Issue #14
  • Fixed
    World: When deleting a resource some connections where wrongfully deleted. Other instances in the world are no longer impacted when removing a resource from the world. Issue #12
6/7/2026

v1.4.1 — Library tree enhancements

  • Fixed
    Library Tree Auto update the view: - Edit the classes a definition refines - Edit the refines of a class - Edit the name of an item - Edit the pattern of an workmaster - Load workmasters when clicking on a linked workmaster at operations segment
  • Upgrade Library tree fonts and colors for beter overview of different types
  • Added Option to create a new property type when making a property.
  • Fixed Edit interface at resource level, now changes the interface instead of the interface mapping.
  • Fixed Changing direction off an interface will now check the connections and will only work if all the connections are still correct
3 July 2026

v1.4.0 — The changelog Update

Library upgrades and creation of a changelog

  • Added Enabled copy functionality
  • Added
    Add/Edit Connection Class filter interfaces based on the connection type
  • Added
    Add/Edit Connection Definition filter interfaces based on the connection type
  • Added Important library buttons (Save, load ...) added to history bar, to be more accessible
  • Fixed Removed items are removed from history
  • Added The changelog
  • Fixed
    Added robust Cross-Site Scripting (XSS) protection across all user input fields Implemented automated HTML output encoding on all user-facing strings to prevent script execution.