CS
SCALE.sdm
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Confidential information

1.265

Release date: June 30, 2026

New featureBackground synchronization is now paused when the user returns from inactivity. [ #1091 ]

Users can configure the synchronization settings under   > Settings > Connection Settings > Synchronization so that background synchronization only runs while users are inactive. Now, the unattended background sync will also automatically be paused when the user becomes active again.

image
Synchronization settings

New featurePlatform validation check is now performed upon startup. [ #11620 ]

There is now a platform validation mechanism that checks the operating system distribution and version when the application starts. This feature prevents deployment and runtime issues on unsupported platforms by detecting incompatibilities early in the startup process. If the platform is not supported, users see an error message with the unsupported platform details. The following platforms are supported:

  • Ubuntu 20.04 LTS and later
  • RHEL 8 and later
  • CentOS 8 and later (CentOS 7 explicitly unsupported)

Note: A --ignore-platform-check command line option was also implemented as a way to bypass the check. However, this is not recommended and it requires a conscious decision by the user.

New featureThe "Filename" column is now displayed in the new component grid. [ #11603 ]

image
Filename column

New featureThe lock status is now displayed in the new component grid. [ #11532 ]

In the old component grid, if a component is locked in a live pool version, this is shown by a small purple padlock in the “Name” column. This lock status has now also been implemented in the new component grid.

ImprovementOnly one background sync can run at a time. [ #11615 ]

In the past, another background sync could be started while one was already running or queued. This resulted in multiple simultaneous background syncs. Now, only one background sync runs at a time. If another sync is already active, then no additional sync will be started, and the sync interval will only begin counting after the previous sync has completed. Manually triggered syncs are not affected by this limit.

ImprovementRun configurations now remain selected even if the grouping changes. [ #11734 ]

This improvement relates to situations when a user edits a run configuration in the Properties view. In the past, the run was deselected if the user changed an attribute that was used in the grouping structure in the Runs view. To continue editing the run, the user then had to locate the run again under its new grouping level. This has been improved. The selection is now preserved regardless of grouping changes made in the Properties view.

Bug fix"request_run_parameters_list" now works for run configurations with auxiliary attribute group parameters. [ #11694 ]

In the past, the auxiliary content loader request_run_parameters_list did not return results for run configurations whose parameters belonged to auxiliary attribute groups. This has been fixed.

Bug fix"Show only component attributes" was replaced with "Show only assigned attributes" in the parameter grid. [ #11718 ]

In the past, the Show only component attributes option was shown in the parameter grid even though this grid does not contain any components. The option has been replaced with Show only assigned attributes.

Bug fixCleared comments are now taken into account for automatic propagation. [ #11701 ]

This fix relates to history comment propagation. In the past, if a user emptied an existing comment, then the comment was no longer taken into consideration for automatic propagation. This has been fixed. After being cleared, the comment is again eligible for propagation when the user types a comment above or below it.

Bug fixCopying multi components no longer results in duplicate entries. [ #11723 ]

In the past, duplicate entries were created when copying and pasting a multi component between branches. That means, sub-components appeared twice: once as direct children of the target group and once inside the multi component. This has been fixed.

Bug fixExternal application components are again written to the support directory via dependencies. [ #11636 ]

In the past, if a user started an external application, components with the data format “external applications” (key: external-app) were not written to the support directory. This has been fixed. Such components are now written to the support directory when they are connected to the external app script via dependencies.

Bug fixFiles can now be imported into multiple mounted sub-pools. [ #748 ]

In the past, when multiple mounted sub-pools were displayed in the import mask, users could only import files into one of them, even though all sub-pools appeared to be selectable. This has been fixed. Files can now be imported into any of the displayed mounted sub-pools.

Bug fixHistory comments no longer reset after closing an external editor. [ #548 ]

This error occurred when a user edited a large file in an external editor, and then closed the editor and began typing a history comment. In the past, the page would reload mid-typing and reset the comment, forcing the user to start over. This has been fixed.

Bug fixMultiple attributes can now be removed from multiple selected components at once. [ #521 ]

In the past, when a user selected multiple components and then removed more than one attribute from these components in the Properties view, previously removed attributes reappeared. For example, removing the second attribute caused the first to reappear. This has been fixed. Note: Removing a single attribute worked as expected.

Bug fixPropagated history comments no longer disappear after "Set public". [ #11647 ]

This fix relates to history comment propagation. In the past, propagated history comments sometimes disappeared after clicking on Set public. This happened if there were changes to two different objects on the same level, e.g. changes to a parameter group and a component group. This has been fixed.

Bug fixSuccessfully entered history comments are no longer displayed with a red border. [ #11702 ]

In the past, successfully entered history comments were displayed in bold and with a red cell outline. This was changed because the red outline was often perceived as an error indicator. Now, successfully entered or edited cells are no longer displayed with a border.

Bug fixThe user interface no longer freezes when setting permission markers on a pool version. [ #148 ]

In the past, setting permission markers on a pool version could freeze the user interface. This has been fixed.