Release Notes

Public

11.0.16.8183: Sep 21 2023

New

All platforms - Desktop GUI: Show icon when permissions are marked as overridden

A new icon will be displayed when any permission from the Permissions dialog is selected to be overridden, it will be applied to the selected column "Allowed" or "Denied".

New

All platforms - Desktop GUI, Unity Plugin: Use the same default organization for the Desktop GUI and the Unity Plugin

Now, if you select an organization after doing the onboarding in the Desktop GUI or the Unity Plugin, the selected organization will be saved by default for both places.

New

Command-line client: cm listuser --group now fails if the group does not exist

If you set a group that does not exist, the command will explicitly notify you about it.

> cm listuser --group=edvelopers
The 'edvelopers' group does not exist.
%ERRORCODE = 1%

Bug

Command-line client: cm patch command fails unexpectedly

The patch command failed with the following error message in certain scenarios involving permission changes.

> cm patch cs:123@repository@organization@cloud

Error: Object reference not set to an instance of an object.

Now those cases are handled gracefully, and the command will run to completion.

Bug

Command-line client: cm checkout message does not belong to the machine-readable output

The following message was wrongly shown by the checkout command when using the --machinereadable option:

> cm checkout --machinereadable
The selected items are about to be checked out. Please wait ...
(...)

The message is actually intended for human users. Now we don't print it anymore in this mode.