Unity Version Control 11.0.16.7411
18 documented changes.
- Version
- 11.0.16.7411
- Released
- Sep 19, 2022
- Product
- Unity Version Control
Unity Version Control 11.0.16.7411
New
- Change
All platforms - PlasticX: Filter code reviews
- Feature
All platforms - PlasticX: A new combobox has been added to Code reviews view in order to apply filters to the displayed items list.
- Feature
All platforms - PlasticX: Added "Close merge view and open pending changes view" preferences option
- Feature
All platforms - PlasticX: We have added a new option in Diff and Merge Preferences: "close merge view and open pending changes view when a merge is completed"
- Change
All platforms - PlasticX: If this option is checked, when a merge is completed, the Merge View will be
- Change
All platforms - PlasticX: automatically closed and Pending Changes View will be shown, improving the user workflow.
- Change
All platforms - PlasticX: Also, when a merge is completed and this new option is not checked, we modified the "merge finished" message adding two links in order to open Pending Changes View or open Preferences Window.
- Change
Command-line client: Creating workspaces is simpler than ever
- Change
Command-line client: Until now, to create a workspace using cm you had to give it a name and indicate the path and the repository:
- Change
Command-line client: Often, the three are named the same. For that reason, now it is possible to use a shortened syntax:
- Change
Command-line client: This command will create a workspace infering the name and path from the repository spec you pass as argument!
- Change
Command-line client: And advanced use of the command also allows you to specify a different server:
Bug
- Fix
All platforms - PlasticX: Fixed exception when showing semantic history for item checked out
- Change
All platforms - PlasticX: Showing the semantic history (available from the Annotate view) for an item checked out no longer causes an error.
- Fix
Server: Fixed access violation exception
- Change
Server: The server could crash due to an access violation exception sending the response to the client on a corner case of concurrent usage of the client's connection.
- Feature
All platforms - PlasticX: Disable History menu option for added files
- Feature
All platforms - PlasticX: We disabled the History menu option in the Workspace Explorer for added files because added files have no history.