22 documented changes.

Version
11.0.16.9656
Released
Oct 2, 2025
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.9656

Official notes

New

  1. Change

    Windows - plasticfs: Windows - Dynamic workspaces: Add the modification status for checked-out files.

    • Windows
  2. Fix

    Windows - plasticfs: The Pending Changes view now accurately reflects the status of your files. Previously, when using a dynamic workspace (plasticfs), checked-out files were always shown as unchanged, even after being modified. This issue has been fixed, and the view now correctly displays these files as changed when they have been modified.

    • Windows
  3. Feature

    All platforms - Desktop GUI: Added support for updated Jira REST API search endpoints

  4. Improvement

    All platforms - Desktop GUI: Enhanced Jira integration with intelligent endpoint detection that automatically uses the new search/jql API when available and gracefully falls back to the legacy `search?jql` endpoint when needed, ensuring seamless compatibility across all Jira versions without requiring any configuration changes.

  5. Change

    All Platforms - Desktop GUI: Allow selecting the Branch Base when creating new branches

  6. Change

    All Platforms - Desktop GUI: The Create Branch dialog now allows you to choose the base branch when creating a new branch from the quick branch selector (toolbar popup).

  7. Change

    All Platforms - Desktop GUI: If your current branch is not the main branch, you'll see an option to select either the main branch (default) or your current branch as the base. When working from the main branch, this option will be hidden.

Bug

  1. Fix

    All Platforms - Server: Fixed incorrect lock release in undo/check-in operations across workspaces.

  2. Change

    All Platforms - Server: Scenario addressed:

  3. Change

    All Platforms - Server: Now, the check-in and undo operations only update or release locks that were acquired in the same workspace where the operation is executed. Locks from other workspaces are ignored.

  4. Fix

    All platforms - Desktop GUI: Fixed global configuration for unified organizations (@unity)

  5. Fix

    All platforms - Desktop GUI: An issue that was preventing the global configuration from syncing correctly when using unified organizations has been resolved. Global configs, such as issue tracker integrations, now download automatically, and the expected folders under `AppData/local/plastic4/globalconfig` are created again, including all global configuration files like ignore.conf. With this fix, both legacy and unified organizations now support global configuration successfully.

  6. Fix

    All platforms - Desktop GUI: Fixed horizontal scrolling issue on tables

  7. Fix

    All platforms - Desktop GUI: There was a problem when scrolling horizontally and then vertically on tables, where some rows were shown with misaligned cells. This issue is now fixed and scrolling works as expected

  8. Removal

    All platforms - Plugin for JetBrains IDEs: Removed disruptive "Nothing was found to add" dialog

  9. Change

    All platforms - Plugin for JetBrains IDEs: We suppressed a repetitive and hard-to-dismiss notification dialog that gets triggered when no items are detected for certain Add or Checkout operations. While we delivered a set of mitigations in previous releases, some users reported new occurrences of this dialog in certain scenarios where it negatively affects the user experience, offering no extra value.

All Platforms - Server

  1. Change

    Two users, X and Y, and an admin, A.

  2. Change

    X locks a file and then goes on holiday.

  3. Change

    Y needs the file and asks the admin to unlock it (either with Release or Remove).

  4. Change

    Y locks the file and begins working on it.

  5. Change

    X returns, notices they have the file checked out (but not locked, as Y now holds the lock), and performs an Undo Checkout.

  6. Change

    This mistakenly removes Y's lock, even though it was acquired in a different workspace.

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.