Release Notes

Public

11.0.16.8933: Oct 10 2024

New

All Platforms - Desktop GUI: Improve Filtering in Code Reviews

Based on user feedback, we’ve enhanced the Code Review feature with better filtering and usability. A new "Reviewer's status" filter lets you filter reviews by the reviewer's status. When combined with the Reviewers filter, this allows for more accurate identification of reviews needing your attention.

We’ve also improved the tooltips to clearly display each reviewer's status.

Additionally, the comments tooltip now shows the count of comments and unresolved issues for added clarity.

ScreenshotScreenshot

New

All Platforms - Desktop GUI: Make the default changelist always visible

Ensure that the default changelist remains visible even when empty in the GUI clients. This option helps users locate the default changelist for easier drag-and-drop operations between default and custom changelists.

Bug

All Platforms - Desktop GUI: Diff View intraline diff misalignment

The diff view in the Desktop GUI showed the highlighted code on the left side (for deleted content) skewed to the left. This misalignment was due to improper handling of tabs as indentation. Now it's fixed.

Bug

All Platforms - Desktop GUI: Cmd+A/Ctrl+A not always selecting all pending changes

Cmd+A/Ctrl+A failed to select all pending changes if an item started with "A". This has been fixed by handling the KeyDown event to properly process the SelectAllRows command, ensuring that all changes are highlighted as expected.

Bug

All Platforms - Desktop GUI: Drag and Drop error between changelists

Fixed an issue that caused an error when dragging files to custom changelists while the "Group changes by categories" option was disabled.

The problem was due to improper setting of the changes parent, which has now been corrected.