Unity Version Control 11.0.16.8551
17 documented changes.
- Version
- 11.0.16.8551
- Released
- Apr 11, 2024
- Product
- Unity Version Control
Unity Version Control 11.0.16.8551
New
- Change
All platforms - Desktop GUI: New option to group or not group pending changes by category
- Feature
All platforms - Desktop GUI: 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).
- Change
All platforms - Desktop GUI: 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.
- Change
All platforms - Desktop GUI: 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.
- Change
All platforms - Desktop GUI: An example of the behavior for each of the three options is shown below.
- Change
All platforms - Desktop GUI: Group changes in "change lists":
- Change
All platforms - Desktop GUI: Group changes by categories:
- Change
All platforms - Desktop GUI: View as a tree:
- Change
All platforms - Desktop GUI: Note it is also possible to combine the options at will:
Bug
- Fix
All platforms - Desktop GUI: Fixed "Item with the same key already been added" error in the Pending Changes view
- Removal
All platforms - Desktop GUI: 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.
- Change
All platforms - Desktop GUI: The following sequence reproduced the error before the fix:
- Fix
All platforms - Desktop GUI: Some other operations, like the "incoming changes" also failed with the same error. It's now fixed for all of them.
All platforms - Desktop GUI
- Removal
Remove 'foo.txt' from UVCS (as a result, you get 'foo.txt' as removed, controlled).
- Change
Create a new 'foo.txt' file using the same path.
- Change
Add the new 'foo.txt' to UVCS.
- Removal
Delete from disk the foo.txt (as a result, you get 'foo.txt' as locally removed)