Release Notes
11.0.16.9733: Oct 30 2025
All Platforms - Desktop GUI: Enabled Undo when having private files selected
In the Pending Changes view you are able to Undo selected changes with the Undo button or with the "Undo changes" option of the context menu. When having private files selected, the context menu option was disabled, because private files cannot be undone - only deleted.
We changed this behavior and now the menu option is always enabled, as long as there is at least one controlled file selected, and it will only apply to the controlled files in the selection.
This behavior is now consistent with the Undo button.
All platforms – Plugin for JetBrains IDEs: Incorrect or missing diff data for xlinked files
Fixed an issue where the diff view was displaying incorrect or missing diff data for xlinked files.
In some cases, the plugin showed differences against an unrelated file or highlighted all lines in the editor as modified.
The diff view now correctly compares the modified xlinked file against its proper base version for both legacy and unified organizations.
All platforms - Desktop GUI: Fixed exception when showing annotate of an xlink
When seeing the differences of a branch or a changeset, the diff view's context menu has an option to show the annotate of an item. If the selected item is an xlink, an exception was thrown.
It's not possible to show the annotate of an xlink from this view, so we disabled the menu option in this scenario.
All Platforms - Desktop GUI: Search results not brought into view in Branch Explorer
When searching for a changeset or branch in Branch Explorer, especially over large date ranges, it did not automatically center or bring the found item into view. Now it's fixed.