Release Notes
11.0.16.9213: Feb 20 2025
All Platforms - Desktop GUI: Next/Previous diff shortcuts
We’ve restored the Ctrl+N and Ctrl+M (Cmd+N and Cmd+M in macOS) shortcuts to navigate between differences in the Diff Control.
Now you can move to the next/previous/first/last change without using the mouse.
We also improved focus handling, so these shortcuts work immediately when a diff window or code review is opened.
All Platforms - Desktop GUI: Improve PlasticFS (dynamic workspaces) setup
* The command-line option to start the PlasticFS agent has been renamed from --install to --add-to-startup for better clarity.
* The EnableCreateDynamicWorkspace GUI configuration key has been removed, as it is no longer needed.
* The setup panel text has been rewritten to better explain what PlasticFS is.

All platforms - Desktop GUI & Gluon: "Revert to this revision" for directories
"Revert to this revision" option is now enabled for directories from the history view.
We've also added the history view menu for directories in Desktop GUI bringing it in line with Gluon for a more consistent experience.

All platforms - Plugin for JetBrains IDEs: Renewed icons in the plugin for the JetBrains IDEs
All the icons have been replaced with new designs used from the rest of the UVCS product suite.

Server – All Platforms: Lock rules now update automatically after renaming a repository
Previously, when a repository was renamed, any associated lock rules had to be updated manually; otherwise, they would no longer apply to the renamed repository.
Now, lock rules are automatically updated, ensuring they remain effective without requiring manual intervention.
All Platforms - Desktop GUI: Fixed wrong file for code review comment
Fixed an issue that placed user comments in the previously selected file rather than the intended file when adding comments after switching files from the “Find in files” results.
All Platforms - Desktop GUI: "Find in files" navigation in Diff Window
Navigating between different files in the Diff Window using “Find in files” caused incorrect scrolling and highlighting. Now it’s fixed: Scrolling and highlighting correctly follow the chosen file.
All Platforms - Desktop GUI: Disable “Add to Source Control” for Controlled Items
Selecting a controlled item together with private files in the Workspace Explorer, triggered an error when using “Add to source control.”
Now, the option is only enabled if all selected items are private, preventing unexpected behavior for controlled items.
All Platforms - Desktop GUI: Fixed Code Review Comment navigation
Previously, users needed multiple double-clicks to focus on regular code review comments due to a bug. Now, double-clicking a comment works as expected: it automatically centers and highlights the correct line.
All Platforms - Plugin for JetBrains IDEs: Fixed plugin versioning
The project structure was adapted to properly version the plugin.
All Platforms - Plugin for JetBrains IDEs: Fixed error about deprecated "ActionUpdateThread.OLD_EDT"
Solved an issue present in JetBrains IDEs version 2024 and above, where the system complained about using the deprecated API component "ActionUpdateThread.OLD_EDT".
macOS - Plugin for JetBrains IDEs: Fixed plugin not exported during installation
We fixed an issue in the mac installer that was preventing the new JetBrains plugin from getting into the installation folder.