Unity Version Control 11.0.16.7739
19 documented changes.
- Version
- 11.0.16.7739
- Released
- Jan 26, 2023
- Product
- Unity Version Control
Unity Version Control 11.0.16.7739
New
- Change
All Platforms - Gluon/GluonX: Incoming Changes only checks-out local changes involved in conflicts.
- Change
All Platforms - Gluon/GluonX: Before, the Incoming Changes applied all the local changes in the workspace before running the operation. It didn't matter whether these local changes were in conflict with the changes to update/merge or not.
- Change
All Platforms - Gluon/GluonX: This could end up locking exclusively some files that were only locally modified (unrelated to update operation) and preventing other users to modify those files due to an undesired lock.
- Change
All Platforms - Gluon/GluonX: Now, only the local changes that are in conflict with the server changes to update/merge are applied in the workspace.
- Improvement
Command-line client: Partial update command improved for automation
- Change
Command-line client: Several adjustments have been made to the partial update command:
- Change
All platforms - Plastic: Diff images available for binmerge tool
- Change
All platforms - Plastic: Now you can specify two arguments to the "plasticgui binmerge" command, the source and the destination contributors, to diff them instead of performing a merge. Both files must be images:
- Change
All Platforms - Plastic: SemanticMerge match/unmatch
- Change
All Platforms - Plastic: Ported match/unmatch functionality to new GUI for SemanticMerge.
Command-line client
- Change
There was no `--xml` option in the partial update command. Now it is available.
- Change
`--xml` option can be used in a pipeline.
- Change
Using the `--xml` option implies `--silent` . Informative output gets trimmed.
- Change
Using the `--silent` option removes informative output only. Warning and error messages are still written through standard error output. You can silence those messages by using output redirection.
Bug
- Fix
All platforms - Plastic: Fixed issue applying directory conflict resolutions from shelveset
- Fix
All platforms - Plastic: When applying the changes in a shelveset you can choose which of the changes you wish to apply. There was a bug which meant that if you chose to apply only resolved directory conflicts you would be told that no changes were selected and you would not be able to apply those changes. We fixed this, so now you can apply your directory conflict resolutions without issue.
- Change
All platforms - Plastic: App hang on closing if Pending Changes View is refresing
- Change
All platforms - Plastic: Plastic didn't respond if the user closed the GUI or switched to another Workspace when Pending Changes View was running a "finding changes in the workspace" operation.
- Fix
All platforms - Plastic: This issue is now fixed.