26 documented changes.

Version
11.0.16.8539
Released
Apr 8, 2024
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.8539

Official notes

New

  1. Change

    All Platforms - Desktop GUI: View branches as a tree hierarchy

  2. 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.

  3. Change

    All Platforms - Desktop GUI: In the new mode (tree mode), each branch node is collapsible, allowing it to hide and show its children.

  4. Change

    All Platforms - Desktop GUI: There are context menu options for collapsing all and expanding all branches in tree view mode.

  5. Feature

    All platforms - P4Sync: Added support for branches with a ':' character.

  6. Change

    All platforms - P4Sync: The mappings between the UVCS branches and the P4 branches are stored in a text file.

  7. 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:

  8. Change

    All platforms - P4Sync: Now, it properly supports P4 branches that contain the character ':'.

  9. Change

    All platforms: Allow to disable the SSL certificate revocation list check

  10. 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.

  11. 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.

  12. Change

    All platforms: You can disable the SSL certificate revocation list check by adding the following setting to your client.conf:

  13. 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:

  14. Change

    All platforms - WebUI, GUI: Comments in code reviews are now sorted by creation date

  15. 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

  1. Change

    Cloud Server - Changed the internal sub repositor…: Cloud Server - Changed the internal sub repositories ID sequence to avoid collisions.

  2. 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.

  3. Change

    Cloud Server - Changed the internal sub repositor…: Now, new sub-repositories will use a unique ID that has not been used before.

  4. Change

    macOS - SemanticMerge failed to start as a standa…: macOS - SemanticMerge failed to start as a standalone application

    • macOS
  5. 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
  6. Change

    macOS - SemanticMerge failed to start as a standa…: Remember that you can run SemanticMerge independently using the "semanticmerge" argument.

    • macOS
  7. Change

    All Platforms - Gluon: Fix sorting items by size

  8. 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.

  9. Change

    All platforms - Desktop GUI: Re-request review for "Rework required"

  10. 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.

  11. 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.

Pick your Unity version

Unity Releases compares releases against the version your project is on. Picking it now keeps Compare versions focused on what changes between where you are and where you might be going.