CS
SCALE.sdm
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage
Confidential information

1.226

Release date: December 03, 2024

New featureIt is now possible to copy and paste cell values in the component grid. [ #6586 ]

After selecting one cell or an NxM cell block, users can now copy the cell values with Ctrl+C and paste them with Ctrl+V. Use case example: Select one or N attribute value(s) from one component and paste onto several other components.

New featureThe "History" view now supports additional filters. [ #2919 ]

This feature relates to the History view. Now when a user clicks on the   icon, they can apply the following filters:

  • Marker
  • Owner
  • Tag
  • Team status
  • Version

New featureThe object type "Test" is now available in the settings of external applications. [ #6695 ]

This feature relates to external applications that run on test files in the Result tab. In the App configuration, the Supported object types drop-down list now includes the object type Test.

New featureThere is now an API for deleting pools in the server database. [ #6631 ]

To delete a pool, do a HTTP DELETE request to the /api/v1/pools/{uuid} endpoint. Only ServiceADMs are allowed to delete pools. Furthermore, the pool must not be mounted into other pools, otherwise the deletion will fail.

Note: In the future, there will also be an AdminPanel UI action for deleting a pool. This means, in the future it will not only be possible to trigger the deletion with a manual http request.

ImprovementIt is now possible to use filters within the rail graph view. [ #2728 ]

This feature relates to the rail graph view within the pool version area. The following changes have been made to this area:

  • Filtering is now applied to the versions within the rail graph view.
  • Clicking on the filter icon ( ) now toggles the visibility of the filter input.
  • Clicking the rail graph icon ( ) now toggles the visibility of the rail graph.
  • When the rail graph is visible, the selected version is always shown even if a filter setting would not include that version, so that the selection is not lost in the browser.

Note: This feature is currently only optional and must be activated by adding filter_in_rail_graph_view to the --features starting argument.

ImprovementRead-only actions are now available in the "Run Outputs" section of the "Properties" view for assembled and configured runs. [ #62 ]

Users can now right-click on the run outputs to access a context menu. The context menu contains additional options, but only read-only access is provided.

ImprovementThe background color in the file picker has been changed. [ #65 ]

This makes it easier to visually identify the paths in the drop down list.

Bug fixBrowser windows are now displayed with the correct screen scaling. [ #6696 ]

In the past, browser windows like the component grid were not displayed correctly on high resolution screens when the user set a scaling in the display settings. The scaling setting was only applied to some parts of the GUI. This behavior has been fixed.

Bug fixRemarks can now be edited on all versions of a component, rather than just the current pool version. [ #6693 ]

This fix relates to the Changes section within the Properties view. In the past, it was only possible to enter remarks for the current pool version. This behavior has been fixed.

Bug fixToggled parameter tables are now displayed correctly again. [ #6711 ]

This fix relates to the function Toggle table view, which allows you to switch between viewing parameter tables with a horizontal or vertical layout. In the past, toggled parameter tables were not displayed correctly. This behavior has been fixed.