Unity Version Control 11.0.16.8953
13 documented changes.
- Version
- 11.0.16.8953
- Released
- Oct 17, 2024
- Product
- Unity Version Control
Unity Version Control 11.0.16.8953
New
- Change
All Platforms - Desktop GUI: Deeplink of UVCS repositories
- Change
All Platforms - Desktop GUI: A new plastic link format has been introduced to open repositories hosted in Unity Version Control (Plastic).
- Change
All Platforms - Desktop GUI: Links like the following ones can now open the specified repository in the full client of Unity Version Control (Plastic) or its artist-friendly Gluon applications:
- Change
All Platforms - Desktop GUI: If a workspace pointing to that repository is missing, a "create workspace" dialog will appears with pre-filled fields, allowing users to quickly set up and download the workspace.
- Change
All Platforms - Desktop GUI: Note that you can choose the tool (full Unity Version Control client (Plastic) or Gluon) by adding `?ui=gluon` to the link. Existing diff and file links continue to function as before.
Bug
- Change
All platforms - Desktop GUI: Null exception when showing annotate from code review window
- Fix
All platforms - Desktop GUI: There was an exception when trying to show the annotate for a file from a code review window, when the code review was opened from a plastic link. In this scenario, there is no current workspace, and trying to access it was causing an error. We fixed it, and now you can see the annotate normally
- Change
All platforms: GitSync doesn't push the .git folder anymore
- Change
All platforms: GitSync doesn't push the .git folder (if it exists in the Unity VCS repo) to Git since some Git servers/providers could reject the push operation due to it.
- Change
All platforms: Creating an attribute via API no longer fails if triggers are set
- Fix
All platforms: We detected that creating attributes using the REST API endpoint failed if the `before-mkatt` or `after-mkatt` triggers were set. We fixed that issue, so it shouldn't happen anymore.
- Change
All platforms - CLI: Purge author could not unregister it
- Change
All platforms - CLI: The author could not unregister the purge. The 'cm purge unregister' failed with the error 'You are not the purge author. Only the purge author is allowed to execute or unregister it.' (even when the user is the author). Now it's working.