Release Notes

Public

11.0.16.9656: Oct 02 2025

New

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

The Pending Changes view now accurately reflects the status of your files. Previously, when using a dynamic workspace, 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.

New

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

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.

New

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

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

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

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

Scenario addressed:

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

* X locks a file and then goes on holiday.

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

* Y locks the file and begins working on it.

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

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

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.

Bug

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

An issue that was preventing the global configuration from syncing correctly when using unified organizations has been resolved. Global configs, such as issue trackers 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.

Bug

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

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

Bug

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

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.