23 documented changes.

Version
11.0.16.8664
Released
May 30, 2024
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.8664

Official notes

New

  1. Change

    All platforms - Desktop GUI, Gluon: New options button in the content viewer

  2. Feature

    All platforms - Desktop GUI, Gluon: We added a new options button when showing the content of added/deleted files. Similar to the one we already had for the diffs, you can change the syntax highlight, encoding or editor options from this new button.

  3. Change

    All platforms - Desktop GUI, Gluon: Also now, the code editor settings already configured, are applied in this editor (view whitespaces,...). You already had the code editor settings available from the Preferences window.

  4. Change

    Linux - Command-line client: command line package size shrunk by 40%

    • Linux
  5. Change

    Linux - Command-line client: The `plasticscm-client-core` linux package has been reduced from 127MB to 72MB (more than 40%).

    • Linux
  6. Removal

    Linux - Command-line client: Some unnecessary assets were removed from the bundle, together with java-based plugins (you can still download them separately from "Plugins zip" installer in https://www.plasticscm.com/download/ page

    • Linux
  7. Security

    Linux - Command-line client: Security issues addressed

    • Linux
  8. Security

    Linux - Command-line client: Some vulnerabilities of `plasticscm-client-core` package were addressed, as there were some outdated third-party libraries bundled, such as `Newtonsoft.Json` . Either they were updated to safe versions or removed from the package.

    • Linux
  9. Change

    All platforms - Desktop GUI: Advanced filters for code reviews

  10. Feature

    All platforms - Desktop GUI: We added a new set of filters in the code reviews view, similar to the ones in other views like the branch explorer. You will be able to use the same saved filters you had in the other views for the date and user filters.

  11. Change

    All platforms - Desktop GUI: In addition, you can also filter reviews by the assigned reviewer and by status.

  12. Change

    Command-line client: New variables in Review triggers.

  13. Feature

    Command-line client: Added new variables to the triggers related to Reviews:

Command-line client

  1. Change

    `PLASTIC_REVIEW_REVIEWERS` : All the reviewers in format `user:status;user:status...` . For example: john@company.com:Under review;karen@company.com:Rework required

  2. Change

    `PLASTIC_REVIEW_COMMENTS_COUNT` : Total number of comments.

  3. Feature

    `PLASTIC_REVIEW_USER_COMMENTS_COUNT` : Total number of user-added comments.

  4. Change

    `PLASTIC_REVIEW_UNRESOLVED_CHANGES_COUNT` : Number of unresolved changes.

  5. Change

    `PLASTIC_REVIEW_UNANSWERED_QUESTIONS_COUNT` : Number of unanswered questions.

Bug

  1. Fix

    Linux - Installers: Cannot resolve libicu dependency on Ubuntu 24.04. Fixed.

    • Linux
  2. Fix

    Linux - Installers: Some Debian / Ubuntu distros were showing an error while installing telling that there is an unmet dependency of `libicu` that cannot be resolved.

    • Linux
  3. Fix

    Linux - Installers: Now it is fixed, since `libicu74` is now set as a valid alias for `libicu` dependency.

    • Linux
  4. Fix

    All platforms - Desktop GUI: Fixed locked workspace error when performing a merge

  5. Fix

    All platforms - Desktop GUI: In some scenarios, when performing a merge operation and choosing to keep the changes on the destination, you could get an error saying that the workspace is locked due to the merge operation. We fixed this error so now you can perform the whole merge as usual

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.