Unity Version Control 11.0.16.8183
15 documented changes.
- Version
- 11.0.16.8183
- Released
- Sep 21, 2023
- Product
- Unity Version Control
Unity Version Control 11.0.16.8183
New
- Change
All platforms - Desktop GUI: Show icon when permissions are marked as overridden
- Change
All platforms - Desktop GUI: 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".
- Change
All platforms - Desktop GUI, Unity Plugin: Use the same default organization for the Desktop GUI and the Unity Plugin
- Change
All platforms - Desktop GUI, 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.
- Change
All platforms - Desktop: New Cloak options for browsing a changeset
- Change
All platforms - Desktop: Now, when browsing a changeset in a workspace, users will be able to add and remove items from the cloak filter using the context menu on the files or directories.
- Change
All platforms - Desktop: Click here for more info about cloaked files: https://docs.plasticscm.com/book/#_ignoring_private_files_with_ignore_conf
- Change
Command-line client: cm listuser --group now fails if the group does not exist
- Change
Command-line client: If you set a group that does not exist, the command will explicitly notify you about it.
Bug
- Change
Command-line client: cm patch command fails unexpectedly
- Change
Command-line client: The patch command failed with the following error message in certain scenarios involving permission changes.
- Change
Command-line client: Now those cases are handled gracefully, and the command will run to completion.
- Change
Command-line client: cm checkout message does not belong to the machine-readable output
- Change
Command-line client: The following message was wrongly shown by the checkout command when using the --machinereadable option:
- Change
Command-line client: The message is actually intended for human users. Now we don't print it anymore in this mode.