Unity Version Control 11.0.16.8752
12 documented changes.
- Version
- 11.0.16.8752
- Released
- Jul 10, 2024
- Product
- Unity Version Control
Unity Version Control 11.0.16.8752
New
- Feature
All platforms - Desktop GUI: Added comments and questions columns to code reviews view
- Feature
All platforms - Desktop GUI: We added two new columns to the code reviews view: the comments column, that shows the number of comments and replies, and the questions column, that shows the number of unanswered questions and unresolved change requests.
Bug
- Fix
All platforms - Desktop GUI: Code review comments navigation fixes
- Fix
All platforms - Desktop GUI: We found and fixed two different issues that happened when opening a code review and navigate to a comment for the first time.
- Fix
All platforms - Desktop GUI: Both issues have been fixed.
- Change
Command-line client: The cm fast-import command failed when importing files bigger than 2GB
- Fix
Command-line client: The cm fast-import command failed if the export file contained a blob bigger than 2GB. This happened because the blobs size was handled as an int32 value. Fixed.
- Fix
Windows - Installer: Fixed error installing on-prem edition over an existing cloud edition
- Windows
- Change
Windows - Installer: An error window at the end of the install process was shown when installing on-prem edition over an existing cloud edition.
- Windows
- Change
Windows - Installer: The error was shown when the installer ran `plasticd upgradeconf` command (this command is just for upgrading the config files if you're upgrading from a plastic version from 2021).
- Windows
All platforms - Desktop GUI
- Feature
Navigating to a comment that was added in the "entire branch diff" mode, but showing the code review in "changeset by changeset diff" mode:
- Feature
Navigating to a commend that was added in a given changeset in the "changeset by changeset diff" mode, and showing the code review in "changeset by changeset diff" mode in a different changeset: