14 documented changes.

Version
11.0.16.8906
Released
Oct 3, 2024
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.8906

Official notes

New

  1. Change

    All Platforms - Support for renamed repositories…: All Platforms - Support for renamed repositories on existing workspaces

  2. Change

    All Platforms - Support for renamed repositories…: Previously, when a repository was renamed, the workspaces pointing to the repository prior to the renaming stopped working. This happens because they kept using the old name, and the server can no longer find a repository named like that.

  3. Change

    All Platforms - Support for renamed repositories…: Now, workspaces can continue using the old repository name, even after the repository is renamed. The server will keep track of the old name for you after renaming a repository, so you don't need to change anything. Note however that this won't remain valid if the old name is claimed by another repository (i.e., if you rename an existing repository or if you create a new one named like that). In that case, the workspace would automatically connect to a different repository, forcing you to switch.

Bug

  1. Change

    All Platforms - Desktop GUI: Wrong changeset selection in the diff window

  2. Fix

    All Platforms - Desktop GUI: When quickly moving through code-review changesets, users might review changes from the wrong changeset due to a concurrency issue. The earlier diff process wasn't properly stopped, causing old changes to display instead of the selected changeset. This issue is now resolved by ignoring outdated diffs when calculating differences for a newly selected changeset.

  3. Change

    All Platforms - Desktop GUI: Use the right dir separator char when copy path

  4. Removal

    All Platforms - Desktop GUI: Fixed an issue in Windows where the relative path copied to the clipboard was incorrect. The path now uses the appropriate directory separator character for Windows, and the leading slash is removed.

    • Windows
  5. Change

    All Platforms - Desktop GUI: This fix ensures the workspace relative path preserves the right directory structure across all views, including DiffTreeView, Items view, and Merge view in Plastic, as well as CheckinView, Incoming Changes view, and Workspace explorer in Gluon.

  6. Change

    All Platforms - Desktop GUI: Drag & Drop error in Tree Mode

  7. Fix

    All Platforms - Desktop GUI: Fixed an issue with the new Drag & Drop feature between changelists. When using the Pending Changes view in tree mode, selecting a combination of files and directories caused an error message: "An error occurred processing your request."

  8. Fix

    All Platforms - Desktop GUI: This has been fixed by skipping structure nodes during the drag-drop operation.

  9. Change

    All platforms - Desktop GUI: Disabled "Create" button when creating a new repository

  10. Fix

    All platforms - Desktop GUI: We fixed an issue that was introduced in the previous release, where the "Create" button in the "Create a new repository" dialog was permanently disabled when opened in the "All workspaces" panel.

  11. Change

    All platforms - Desktop GUI: Now the button is only disabled when the dialog is loading, and enabled the rest of the time.

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.