Unity Version Control 11.0.16.9656
22 documented changes.
- Version
- 11.0.16.9656
- Released
- Oct 2, 2025
- Product
- Unity Version Control
Unity Version Control 11.0.16.9656
New
- Change
Windows - plasticfs: Windows - Dynamic workspaces: Add the modification status for checked-out files.
- Windows
- 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
- Feature
All platforms - Desktop GUI: Added support for updated Jira REST API search endpoints
- 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.
- Change
All Platforms - Desktop GUI: Allow selecting the Branch Base when creating new branches
- 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).
- 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
- Fix
All Platforms - Server: Fixed incorrect lock release in undo/check-in operations across workspaces.
- Change
All Platforms - Server: Scenario addressed:
- 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.
- Fix
All platforms - Desktop GUI: Fixed global configuration for unified organizations (@unity)
- 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.
- Fix
All platforms - Desktop GUI: Fixed horizontal scrolling issue on tables
- 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
- Removal
All platforms - Plugin for JetBrains IDEs: Removed disruptive "Nothing was found to add" dialog
- 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
- Change
Two users, X and Y, and an admin, A.
- Change
X locks a file and then goes on holiday.
- Change
Y needs the file and asks the admin to unlock it (either with Release or Remove).
- Change
Y locks the file and begins working on it.
- Change
X returns, notices they have the file checked out (but not locked, as Y now holds the lock), and performs an Undo Checkout.
- Change
This mistakenly removes Y's lock, even though it was acquired in a different workspace.