Unity Version Control 11.0.16.7649
38 documented changes.
- Version
- 11.0.16.7649
- Released
- Nov 24, 2022
- Product
- Unity Version Control
Unity Version Control 11.0.16.7649
New
- Improvement
All platforms - PlasticX, GluonX: Updated Avalonia version
- Improvement
All platforms - PlasticX, GluonX: In this release we've updated Avalonia, our cross-platform UI framework, to the latest public release
- Change
All platforms - PlasticX, GluonX: This update brings many stability improvements under the hood, and also addresses the following macOS issues:
- macOS
- Change
All Platforms - PlasticX: Jira task details on branch explorer
- Change
All Platforms - PlasticX: You can now see and navigate to a Jira task when using the Jira extension to create a branch.
- Change
All platforms - PlasticX: Launch Semantic Merge as standalone
- Change
All platforms - PlasticX: The Semantic Merge tool could be launched from the command line using:
- Change
All platforms - PlasticX: For unsupported file formats the merge tool will be launched instead of semantic merge. If the base argument is missing in the command line, the diff tool will be launched instead.
- Change
All platforms - PlasticX: Clarification message for deleted repositories
- Improvement
All platforms - PlasticX: Improved description of how long repositories are kept in storage after being deleted.
All platforms - PlasticX, GluonX
- Fix
Sometimes a dialog could hang the app, this issue is fixed
- Change
Merge links are now clickable again in Branch Explorer
- Fix
Fixed strange issue where buttons could disappear
- Fix
Fixed flickering in the Home View
Bug
- Change
All platforms - PlasticX: Branch options not working in Merge diagram
- Change
All platforms - PlasticX: When the merge diagram was opened from the Merge view, some of the available actions from the branch context menu were not working as expected.
- Change
Command-line client: Misleading diff result message
- Change
Command-line client: When requesting a diff of a private file or non-existent file, the message tries to indicate that there is nothing to compare it with.
- Change
Command-line client: However, this feature includes a misleading message:
- Fix
Command-line client: Now this is corrected:
- Change
All Platforms - Command-Line Client, PlasticX: Codereview creation with triggers fails.
- Change
All Platforms - Command-Line Client, PlasticX: Having an "editreview" trigger enabled, the creation of a code review through PlasticX fails.
- Change
All Platforms - Command-Line Client, PlasticX: This happens becase, when creating a code review with the CLI or with the PlasticX application, the reviewer might not be specified in the command and it is not set by default in PlasticX when the creator of the code review is the same user who created the branch.
- Fix
All Platforms - Command-Line Client, PlasticX: Now it is fixed.
- Fix
All platforms - PlasticX: Corrected semantic outline for multi-file moves
- Fix
All platforms - PlasticX: We corrected the information displayed in the semantic outline when we detect that code has been moved from one file to another.
- Change
All platforms - PlasticX: Here is an example:
- Change
All platforms - PlasticX: Check-in button disabled during the check-in operation
- Change
All platforms - PlasticX: We've disabled the Pending Changes view Check-in button until the check-in operation is complete
- Change
Windows 10: We disabled the possibility of negotiating TLS 1.3 connections on Windows 10
- Windows
- Change
Windows 10: This TLS version is experimental on Windows 10 and, although it can be enabled and forced through registry hacks, it is not officially supported (as per Microsoft documentation) and won't work when trying to connect to Plastic SCM Cloud nodes.
- Windows
- Change
Windows 10: By doing this, we re-enabled TLS 1.3 support on Windows 11, Windows Server 2022, and all other platforms that support it.
- Windows
- Change
All platforms - GluonX: Error sorting columns in the Workspace Explorer view
- Change
All platforms - GluonX: If a user tries to sort by the Changeset column in the Workspace Explorer view and one item has no revisions (for example, a newly created file), the operation throws an exception.
- Fix
All platforms - GluonX: We've fixed this issue.
- Fix
All platforms - GluonX: Shelve and undo changes, fixed null exception error message
- Fix
All platforms - GluonX: We've fixed the following scenario in GluonX:
- Change
All platforms - GluonX: If a user undo changes right after a shelve operation, and the Pending Changes view was completely cleared, a null exception could appear