13 documented changes.

Version
11.0.16.9370
Released
Apr 24, 2025
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.9370

Official notes

New

  1. Feature

    All Platforms - Desktop GUI: Added copy changeset/shelve link to notifications

  2. 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.

  3. Change

    All Platforms - Desktop GUI: Issue trackers - Supported branch names with description

  4. Change

    All Platforms - Desktop GUI: Before this change, issue trackers only supported branch names with format: `{branch_prefix}{taskId}` .

  5. 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

  1. Change

    `xxx123456`

  2. Change

    `xxx123456MyTask`

  3. Change

    `xxx123456-my-task`

  4. Change

    `xxx123456_my-task`

  5. Change

    `xxx123456 My Task`

Bug

  1. Change

    Command-line client: Client API now handles modules properly

  2. 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.

  3. Fix

    Command-line client: We fixed it to work as intended. Please remember to escape the repository separator when using submodules on routes!:

Pick your Unity version

Unity Releases compares releases against the version your project is on. Picking it now keeps Compare versions focused on what changes between where you are and where you might be going.