13 documented changes.

Version
11.0.16.8933
Released
Oct 10, 2024
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.8933

Official notes

New

  1. Change

    All Platforms - Desktop GUI: Improve Filtering in Code Reviews

  2. 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.

  3. Improvement

    All Platforms - Desktop GUI: We've also improved the tooltips to clearly display each reviewer's status.

  4. Feature

    All Platforms - Desktop GUI: Additionally, the comments tooltip now shows the count of comments and unresolved issues for added clarity.

  5. Change

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

  6. 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

  1. Change

    All Platforms - Desktop GUI: Diff View intraline diff misalignment

  2. 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.

  3. Change

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

  4. 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.

  5. Change

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

  6. 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.

  7. Fix

    All Platforms - Desktop GUI: The problem was due to improper setting of the changes parent, which has now been corrected.

Pick your Unity version

Unity Releases compares releases against the version your project is on. Picking it now keeps Compare versions focused on what changes between where you are and where you might be going.