1.230
Release date: February 11, 2025
New feature | Multi-component implementation: A multi-component is a group of several individual components. Simulation engineers can use multi-components, for example, to group the components of a simulation model that rely on each other. The following tasks were completed with the goal of implementing multi-components:
[
#2802
#2901
#2798
#6738
#2800
]
|
New feature | The AuxiliaryContentLoader now provides a method to request the PoolEntryMetadata of a predecessor of an entry of the current pool version.
[
#6739
] The PoolEntryMetadata was also extended to provide access to the history comment. This can be used, for example, to detect changes in attributes or the short description between the versions and automatically include this information in a history comment that might be provided by an external app script. |
New feature | The server API endpoint get_assembled_runs_of_pool_version has been implemented. It retrieves a list of all assembled runs of a specified run.
[
#195
] Parameter:
Return value:
|
New feature | The server API endpoint get_attachment_list_of_assembled_run has been implemented. It provides an attachment list of a specified assembled run without transferring the content of the attachments.
[
#198
] Parameters:
Return value:
|
New feature | The server API endpoint get_attachment_of_assembled_run has been implemented. It provides the content of an attachment, which is specified by the assembled run_uuid and the attachment number.
[
#199
] Parameters:
Return value:
|
New feature | When editing components with an external editor, the changed component metadata is now shown in the edit window.
[
#6740
] When editing components with an external editor, it is possible to create or modify a metadata file that defines data like the attribute, short description or history comment of a component. In the past, these changes were directly applied when closing the edit window. This behavior has been improved. Now the changes are transferred to the transient components in the edit window, so that the changes can be reviewed before applying them. |
Improvement | The performance of the log console has been improved. It no longer slows down the UI. [ #753 ] |
Bug fix | Changes are now correctly displayed in the "Properties" view when selecting more than one version of a component group.
[
#6761
] This fix relates to the Changes area of the Properties view. In the past, if a user selected multiple versions of a component group, then the Properties view froze and prevented the compare view from being loaded. This behavior has been fixed. |
Bug fix | The path of ISO-MME uploads is no longer displayed in the "Attachments" area of the "Properties" tab.
[
#200
] This fix relates to the Attachments area of the Properties tab. In the past, the entire path of ISO-MME uploads was displayed here. This behavior has been fixed. Now only the attachment’s name is displayed. |