Unity Version Control 11.0.16.8888
18 documented changes.
- Version
- 11.0.16.8888
- Released
- Sep 30, 2024
- Product
- Unity Version Control
Unity Version Control 11.0.16.8888
New
- Change
All Platforms - Desktop GUI: Add History and Annotate options
- Feature
All Platforms - Desktop GUI: We have added "History" and "Annotate" options to the context menus of the Diff/Code Review and Merge views. These new features will allow users to view file history without leaving the current window.
- Change
All Platforms - Desktop GUI: Add Copy File Path options
- Feature
All Platforms - Desktop GUI: We have added "Copy file path" and "Copy relative file path" options to various context menus in both the Plastic and Gluon GUIs, including Items/Workspace Explorer, Pending Changes/Checkin Changes, Merge View/Incoming Changes and Diff/Code Review views. These new options will allow users to easily copy the path or the relative path of files, which could be needed in some scenarios.
- Change
All Platforms - Desktop GUI: Drag & Drop files between changelists
- Change
All Platforms - Desktop GUI: Implemented Drag & Drop support for files within the 'Pending Changes' view when the option "Group changes in change lists" is enabled. Users can now easily move files between changelists, enhancing the workflow and improving ease of use.
- Improvement
All Platforms - Gluon: Improved Switch Experience
- Change
All Platforms - Gluon: On September 5th, in version 11.0.16.8845, we introduced the new Shelve & Switch feature in the UVCS GUI, which allowed users to easily switch with pending changes.
- Change
All Platforms - Gluon: This feature is now also available for Gluon, so you can switch between branches and changesets in partial workspaces without effort!
All Platforms - Desktop GUI
- Change
"Copy path" copies the full file or folder path to the clipboard.
- Change
"Copy relative path" copies the file or folder path relative to the workspace to the clipboard.
Bug
- Fix
All platforms - Client and plugins: We fixed a problem where the client couldn't automatically renew user credentials when using Unity ID with a Cloud organization.
- Change
All platforms - Client and plugins: In some situations, client applications can use a token from one Cloud organization (A) with another Cloud organization (B). This let you access all your Cloud organizations with just one login, without needing to log into each one separately.
- Change
All platforms - Client and plugins: However, sometimes the client didn't update all the tokens correctly when renewing credentials. For example, it might update the token for organization B but not for organization A, which could lead to errors like: "Can't obtain a new token (Message: Invalid Refresh Token., Code: 132.104)."
- Fix
All platforms - Client and plugins: This issue has now been resolved.
- Change
All platforms - Client and plugins: Two minor issues have been identified in this version. They will be addressed in the next release.
All platforms - Client and plugins
- Change
The "Create" button in the "Create a new repository" dialog is permanently disabled when opened in the "All workspaces" panel. As a workaround to create new repositories, simply switch to the sibling "Repositories and workspaces" panel using the button at the top left corner of the GUI:
- Change
When the Pending Changes view is in tree mode and the new Drag & Drop feature is used between changelists, selecting a combination of files and structural directories will show an error message stating that "An error occurred processing your request".