Unity Version Control 11.0.16.9411
15 documented changes.
- Version
- 11.0.16.9411
- Released
- May 15, 2025
- Product
- Unity Version Control
Unity Version Control 11.0.16.9411
New
- Change
All Platforms - Desktop GUI: Issue trackers - Supported `MULTIPLE_PROJECTS` configuration
- Change
All Platforms - Desktop GUI: Now, Jira issue tracker extension accepts `MULTIPLE_PROJECTS` value for the Project key configuration parameter.
- Change
All Platforms - Desktop GUI: This way, each branch explicitly contains the project key of its related task, instead of defining a global project key for all branches.
Bug
- Improvement
All Platforms - Server: Merge rules are now correctly updated when a repository is renamed.
- Improvement
All Platforms - Server: Previously, renaming a repository caused its associated merge rules to retain the old repository name, resulting in the rules being ignored. With this fix, the repository name in affected merge rules is properly updated upon renaming.
- Change
All Platforms - Server: Note: This fix does not apply to merge rules that use wildcard patterns.
- Change
All Platforms - Server: Trigger filters now correctly handle repository renames.
- Improvement
All Platforms - Server: Previously, when a repository was renamed, the associated trigger filters retained the old repository name, causing the triggers to be ignored. With this fix, the repository filters in affected triggers are properly updated upon renaming.
- Change
All Platforms - Server: More info about trigger filters here.
- Change
All platforms - DevOps: Mergebots now correctly handle repository renames.
- Improvement
All platforms - DevOps: Previously, when a repository was renamed, associated mergebots continued referencing the old repository name. This caused them to stop functioning, even after a restart, unless their configuration was manually updated.
- Improvement
All platforms - DevOps: With this fix, mergebot configurations are automatically updated when a repository is renamed, allowing them to continue working seamlessly.
- Change
All platforms - DevOps: It applies to trunkbot & conflictsbot.
- Change
Windows - Installers: Enterprise Edition installer didn't start the GUI client app
- Windows
- Fix
Windows - Installers: Since the 11.0.16.9243 version, installing the Enterprise Edition of the product didn't automatically run the GUI client app (plastic.exe) at the end of the install process. Now it's fixed and the GUI client app will run after finishing the install/upgrade process, as usual.
- Windows