Unity Version Control 11.0.16.7195
15 documented changes.
- Version
- 11.0.16.7195
- Released
- Jul 13, 2022
- Product
- Unity Version Control
Unity Version Control 11.0.16.7195
New
- Change
All platforms - PlasticX: Expandable symlinks directories
- Change
All platforms - PlasticX: Symlinks that points to a directory are now expandable from plastic itself!
- Change
All platforms - PlasticX: This feature allows for easier navigation when the workspace contains symlinks. If a symlink points to a directory that is inside the workspace, it behaves like any other directory in the workspace, however if a symlink points to a directory that is outside the workspace, actions like "add to source control" are disabled for these files.
- Change
All platforms - Plastic, Gluon: Better error handling for plastic links
- Change
All platforms - Plastic, Gluon: When opening a plastic link, if there are any issues while processing it (because it's in the wrong format, or the server specified can't be accessed) we were just exiting the application without showing any error report.
- Improvement
All platforms - Plastic, Gluon: We improved this behavior, and now we show a message with the reason why the plastic link could not be opened.
- Feature
All platforms: Added "Plastic SCM" prefix to assembly product name metadata
- Security
All platforms: Before we were just setting the Release song name as "Product name" field in the assembly info of all the applications. Now we add the "Plastic SCM" prefix so some antivirus security reports using this "Product name" field can identify in a snap they belong to Plastic SCM.
Bug
- Fix
All platforms - PlasticX, GluonX: Fixed selection in home view
- Change
All platforms - PlasticX, GluonX: There was an issue with the selection in the home view: when exploring the contents of a repository, if you selected a file or directory in the tree, and then clicked on a different repository, we were selecting a random item in the new tree.
- Fix
All platforms - PlasticX, GluonX: We fixed this issue, and now when changing the repository, the tree selection is cleared
- Change
Cloud: Fix the permissions issue with the case of the letters on the email
- Fix
Cloud: The permissions set for a single user were only working when the user logged in using the same case of the letters on the emails. For example, you allow jame.webb@telescope.com to see a repository, but when James logs in using James.Web@telescope.com cannot see the repository. Now it's fixed.
- Change
All platforms - DevOps: Mergebots and plugs not running due to missing log4net dll
- Improvement
All platforms - DevOps: Recently we updated the log4net version to a more secure one. There were some related projects (mergebots) lacking that update which were failing. Now they are working as expected.