Unity Version Control 11.0.16.9370
13 documented changes.
- Version
- 11.0.16.9370
- Released
- Apr 24, 2025
- Product
- Unity Version Control
Unity Version Control 11.0.16.9370
New
- Feature
All Platforms - Desktop GUI: Added copy changeset/shelve link to notifications
- Change
All Platforms - Desktop GUI: When performing a check-in or shelve, users can now easily open and copy diff and shelve links directly from the success notifications displayed at the bottom. Notifications also include links to open the recently created changeset or shelve, improving navigation and sharing changes with other users.
- Change
All Platforms - Desktop GUI: Issue trackers - Supported branch names with description
- Change
All Platforms - Desktop GUI: Before this change, issue trackers only supported branch names with format: `{branch_prefix}{taskId}` .
- Change
All Platforms - Desktop GUI: Now, users can use different formats of branch names `{branch_prefix}{taskId}{any_text}` . For example:
All Platforms - Desktop GUI
- Change
`xxx123456`
- Change
`xxx123456MyTask`
- Change
`xxx123456-my-task`
- Change
`xxx123456_my-task`
- Change
`xxx123456 My Task`
Bug
- Change
Command-line client: Client API now handles modules properly
- Change
Command-line client: When using the `cm api` command, endpoints taking a repository in the route were not properly handling submodules, preventing its use.
- Fix
Command-line client: We fixed it to work as intended. Please remember to escape the repository separator when using submodules on routes!: