Unity Version Control 11.0.16.8906
14 documented changes.
- Version
- 11.0.16.8906
- Released
- Oct 3, 2024
- Product
- Unity Version Control
Unity Version Control 11.0.16.8906
New
- Change
All Platforms - Support for renamed repositories…: All Platforms - Support for renamed repositories on existing workspaces
- 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.
- 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
- Change
All Platforms - Desktop GUI: Wrong changeset selection in the diff window
- 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.
- Change
All Platforms - Desktop GUI: Use the right dir separator char when copy path
- 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
- 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.
- Change
All Platforms - Desktop GUI: Drag & Drop error in Tree Mode
- 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."
- Fix
All Platforms - Desktop GUI: This has been fixed by skipping structure nodes during the drag-drop operation.
- Change
All platforms - Desktop GUI: Disabled "Create" button when creating a new repository
- 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.
- Change
All platforms - Desktop GUI: Now the button is only disabled when the dialog is loading, and enabled the rest of the time.