Release Notes

Public

11.0.16.9713: Oct 23 2025

New

All Platforms – All Clients: Improved profiles.conf behavior

We’ve enhanced the client so that any changes made to your profiles.conf file are now detected instantly—no need to restart the application.

This means you can add new profiles from multiple clients simultaneously (cli, desktop apps), without worrying about overwriting each other’s work.

To further simplify profile management, we now enforce a one-profile-per-server rule. Previously, it was possible to store multiple profiles for a single server, even though only one would be used, which could lead to confusion. With this update, the server name is used as the unique profile identifier, eliminating random suffixes and ensuring the correct profile is always active.

Please note: At this time, only one account per organization or server is supported.

Bug

All Platforms - Desktop GUI: Fixed spacing in release notes

Release notes displayed in the New Version dialog now include proper line breaks between entries. This improves readability and ensures each note is clearly separated.

Bug

All Platforms - Desktop GUI: Diff viewer scroll sync issue

Fixed an issue in the diff viewer where scrolling would remain at the bottom after navigating to the first line using keyboard shortcuts (e.g., Ctrl+Home). Scrolling and diff alignment now work correctly when moving the caret, ensuring both Text Editors stay in sync.

Bug

All platforms - Plugin for JetBrains IDEs: Avoid errors for temporary IDE sandbox files

Temporary sandbox files (for example, idea-sandbox) were sometimes detected as new and the plugin attempted to add them, causing failed adds for files that live outside VCS-controlled folders. The plugin now skips automatic adds when a file is not purely private. Move/check work runs on a background thread without showing a progress UI, and UI refreshes run on the EDT; normal VCS behavior for files under control is unchanged.

Users should no longer see spurious "The item [path] does not exist in the workspace" errors for temporary sandbox files, nor the distracting progress indicator or related VCS messages during build/debug cycles.

Bug

All platforms - Plugin for JetBrains IDEs: Diff panel handles deleted binary files without error

Selecting a deleted binary file in Pending Changes previously caused the Diff panel to throw a NullPointerException because the plugin attempted to load a missing Revision/workspace info. The Diff panel now skips loading content for deleted binary revisions and displays a clear message instead of crashing.

Bug

All platforms - Plugin for JetBrains IDEs: Fixed Cannot init component state VcsOperationLog on startup

Now plugin no longer throws Cannot init component state (componentName=VcsOperationLog) exception on startup; persisted offline operations are handled robustly and safely.