Release Notes

Public

11.0.16.8551: Apr 11 2024

New

All platforms - Desktop GUI: New option to group or not group pending changes by category

A new option has been introduced in the Pending Changes View to enhance user flexibility. Users can now toggle between displaying pending changes grouping or not-grouping categories (added/changed/moved/deleted).

The new option is available in a new tab called "Visualization" in the Pending Changes View options. Also moved the options "Group changes in change lists" and "View as a tree" to that new tab.

Note that when "Group changes by categories" is disabled, the category icon is displayed in the status column to help classify each change by category.

An example of the behavior for each of the three options is shown below.

Group changes in "change lists":

Group changes by categories:

View as a tree:

Note it is also possible to combine the options at will:

Bug

All platforms - Desktop GUI: Fixed "Item with the same key already been added" error in the Pending Changes view

There was a way to end up with a path both "locally removed" and "removed" at the same time, inside the pending changes view. This caused an "Item with the same key has already been added" error.

The following sequence reproduced the error before the fix:

* Remove 'foo.txt' from UVCS (as a result, you get 'foo.txt' as removed, controlled).

* Create a new 'foo.txt' file using the same path.

* Add the new 'foo.txt' to UVCS.

* Delete from disk the foo.txt (as a result, you get 'foo.txt' as locally removed)

Some other operations, like the "incoming changes" also failed with the same error. It's now fixed for all of them.