Release Notes

Public

11.0.16.9925: Feb 05 2026

Bug

All clients: Fixed comment truncation from GitSync or fast-import

When truncating long comments during GitSync or fast-import operations, if the truncation point fell exactly at a high surrogate character (part of a Unicode surrogate pair used for emojis and other special characters), the surrogate pair would be split. This caused later serialization to fail with an "Unable to translate Unicode character" error.

We now check if the character at the truncation point is a high surrogate and reduce the length by one character to avoid splitting the pair.

Bug

All platforms – Plugin for JetBrains IDEs: Compare with same repository version not working for Replaced files

The "Compare with Same Repository Version" context menu option now correctly displays differences for Replaced files. Previously, this operation would show a "Cannot get revision content" error when comparing Replaced files created during branch merges.

Bug

All platforms - Desktop GUI: An item with the same key added error in tree view

Fixed an issue in the Pending Changes tree view where multiple changes to the same file could trigger an “An item with the same key has already been added” error.

Now, multiple changes are displayed correctly.