Unity Version Control 11.0.16.8539
26 documented changes.
- Version
- 11.0.16.8539
- Released
- Apr 8, 2024
- Product
- Unity Version Control
Unity Version Control 11.0.16.8539
New
- Change
All Platforms - Desktop GUI: View branches as a tree hierarchy
- Change
All Platforms - Desktop GUI: Now it is possible to switch between a flat (list) view and a hierarchical (tree) view of the branch list.
- Change
All Platforms - Desktop GUI: In the new mode (tree mode), each branch node is collapsible, allowing it to hide and show its children.
- Change
All Platforms - Desktop GUI: There are context menu options for collapsing all and expanding all branches in tree view mode.
- Feature
All platforms - P4Sync: Added support for branches with a ':' character.
- Change
All platforms - P4Sync: The mappings between the UVCS branches and the P4 branches are stored in a text file.
- Change
All platforms - P4Sync: The previous parsing of this file didn't support the character ':' in the P4 branch name, so it failed with the following error:
- Change
All platforms - P4Sync: Now, it properly supports P4 branches that contain the character ':'.
- Change
All platforms: Allow to disable the SSL certificate revocation list check
- Change
All platforms: By default, the certificate revocation list (CRL) is checked during SSL authentication. This is an online check that could delay the establishment of a new connection due to a network restriction, a network configuration issue, or an issue with the certificate.
- Change
All platforms: This delay on each connection heavily damages the user experience, especially when using the command line, where each command needs to create a new connection.
- Change
All platforms: You can disable the SSL certificate revocation list check by adding the following setting to your client.conf:
- Change
All platforms: Working distributed, the same issue could happen to the server when it needs to connect to the remote server, so you can disable check on the server too by adding the following setting to the server.conf:
- Change
All platforms - WebUI, GUI: Comments in code reviews are now sorted by creation date
- Change
All platforms - WebUI, GUI: Previously, code review comments were sorted by modification date. That moved comments to the top of the list after being edited, which was unintuitive. From now on, code review comments will keep their creation date, maintaining their original position in the list.
Bug
- Change
Cloud Server - Changed the internal sub repositor…: Cloud Server - Changed the internal sub repositories ID sequence to avoid collisions.
- Removal
Cloud Server - Changed the internal sub repositor…: Before, when a new sub-repository was created, it used the first following available ID. Still, this mechanism did not consider the IDs already used by removed sub-repositories, leading to a collision at some operations.
- Change
Cloud Server - Changed the internal sub repositor…: Now, new sub-repositories will use a unique ID that has not been used before.
- Change
macOS - SemanticMerge failed to start as a standa…: macOS - SemanticMerge failed to start as a standalone application
- macOS
- Fix
macOS - SemanticMerge failed to start as a standa…: An issue in the framework prevented SemanticMerge to start as a standalone application. It led to an immediate crash since version 11.0.16.8405. Now it's fixed.
- macOS
- Change
macOS - SemanticMerge failed to start as a standa…: Remember that you can run SemanticMerge independently using the "semanticmerge" argument.
- macOS
- Change
All Platforms - Gluon: Fix sorting items by size
- Fix
All Platforms - Gluon: When sorting the table by size, the sorting was incorrect. Instead of sorting directories followed by files based on size, the sorting appeared random, with sizes not matching any discernible order. Now it's fixed.
- Change
All platforms - Desktop GUI: Re-request review for "Rework required"
- Fix
All platforms - Desktop GUI: We introduced the Re-request review feature back on version 11.0.16.8486, but it was only available for "Reviewed" status, not for "Rework required" status. Now it's fixed. The button is visible for both statuses.
- Change
All platforms - Desktop GUI: Now, authors can really re-request reviews for certain users after making all requested changes, indicating readiness for review again.