Unity Version Control 11.0.16.8933
13 documented changes.
- Version
- 11.0.16.8933
- Released
- Oct 10, 2024
- Product
- Unity Version Control
Unity Version Control 11.0.16.8933
New
- Change
All Platforms - Desktop GUI: Improve Filtering in Code Reviews
- Improvement
All Platforms - Desktop GUI: 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.
- Improvement
All Platforms - Desktop GUI: We've also improved the tooltips to clearly display each reviewer's status.
- Feature
All Platforms - Desktop GUI: Additionally, the comments tooltip now shows the count of comments and unresolved issues for added clarity.
- Change
All Platforms - Desktop GUI: Make the default changelist always visible
- Change
All Platforms - Desktop GUI: 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
- Change
All Platforms - Desktop GUI: Diff View intraline diff misalignment
- Fix
All Platforms - Desktop GUI: 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.
- Change
All Platforms - Desktop GUI: Cmd+A/Ctrl+A not always selecting all pending changes
- Fix
All Platforms - Desktop GUI: 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.
- Change
All Platforms - Desktop GUI: Drag and Drop error between changelists
- Fix
All Platforms - Desktop GUI: Fixed an issue that caused an error when dragging files to custom changelists while the "Group changes by categories" option was disabled.
- Fix
All Platforms - Desktop GUI: The problem was due to improper setting of the changes parent, which has now been corrected.