Release Notes

Public

11.0.16.9615: Sep 04 2025

Bug

All platforms - Plugin for JetBrains IDEs: Fixed unresponsive "Nothing was found to add" dialog

Resolved a condition where the "Nothing was found to add" dialog from the Plastic SCM integration could be displayed in a way that would block the UI thread. The dialog now functions as expected and will no longer cause the application to hang.

Bug

All platforms - Desktop GUI: Fixed null exception in labels view

Fixed a null reference exception that occurred when opening the Labels view while a branch filter was applied in the Changesets view. Previously, this issue could cause the Labels view to fail loading (or refreshing) under these conditions. The Labels view now opens and refreshes correctly regardless of branch filters applied in the Changesets view.

Bug

All platforms - Server: Fixed array dimensions exceeded supported range error

Fixed an issue in the Branch Explorer where certain migrated Git repositories triggered an “Array dimensions exceeded supported range” error, preventing the graph from being displayed. The root cause was on the server side: some changesets without changes were created with an empty GUID, which led to the error in the Branch Explorer. This has been corrected, and the Branch Explorer now correctly renders graphs for all migrated Git repositories.