Release Notes

Public

11.0.16.9872: Jan 15 2026

New

All platforms - Plugin for JetBrains IDEs: Configuration panel available in IDE settings

The UVCS configuration panel is now available again in the IDE settings view. The panel has been adjusted to align with other VCS plugin panels, and the cm path field now auto-detects the default UVCS installation path when left empty, matching the behavior of Git and Mercurial plugins.

Bug

All Platforms - All Clients: Resolved a compatibility error when deleting an empty branch

Previously, compatibility was not maintained when attempting to delete an empty branch using a newer client (e.g., 11.0.16.9213) with an older server version (e.g., 11.0.16.7504).

The operation failed with an incorrect message indicating that the server needed an upgrade, despite the server being fully capable of deleting empty branches.

Bug

All platforms - Gluon: Fixed endless search dialog progress when no results are found

The "Searching..." message and spinner now disappear when a search completes with no matches. Previously, they remain visible indefinitely.

Bug

All platforms - Plugin for JetBrains IDEs: File history revisions now displayed in correct order

The file history view previously listed revisions in reverse order, with the oldest entry at the top. This caused confusion when comparing changes between revisions. Now, revisions are displayed from newest to oldest, making it easier to understand file evolution and compare changes as expected.

Bug

All platforms – Plugin for JetBrains IDEs: Improved error handling in VCS operations

Error handling in VCS operations has been updated to use Messages view notifications instead of blocking dialog popups. This change prevents multiple error dialogs from appearing in batch operations, resolves thread safety issues, and improves user experience by avoiding intrusive popups.