33 documented changes.

Version
11.0.16.7504
Released
Oct 13, 2022
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.7504

Official notes

New

  1. Change

    All platforms - PlasticX: Edit accounts

  2. Feature

    All platforms - PlasticX: We added a new option in the home panel that lets you modify on-prem servers accounts. When using it, you will be able to authenticate again to the server, updating the stored credentials

  3. Change

    All platforms - Command line client: Now you can list group members from cm!

  4. Change

    All platforms - Command line client: Doing so is easy: just specify the group name in the `--group` option of the `cm listusers` command.

  5. Change

    All platforms - Command line client: If a group is a member of a group, the command will solve its users recursively too.

  6. Change

    All platforms - Command line client: So take this scenario as an example: Users 'sergio' and 'brenda' are part of the Developers group. User 'paula' is part of the QA group, and so is the Developers group. So QA users are 'paula' and 'Developers', and 'Developers' users are 'sergio' and 'brenda'. By solving groups recursively, the command output will look as follows:

  7. Change

    All platforms - PlasticX: License notifications

  8. Change

    All platforms - PlasticX: Plastic will display user notifications about the license status. An information message will be shown when the current license is going to expire indicating the remaining days and how to renew it. On the other hand, when the license has been expired then an error message will be shown.

  9. Change

    All platforms - PlasticX: For extended trial licenses the notification panel will allow users to start the license registration process, so users could extend their licenses for 30 days.

  10. Change

    All platforms - Command-line client: Better cm status with tables!

  11. Change

    All platforms - Command-line client: Modern times arrive for our command line, with a much better way to display workspace changes: `cm status --pretty`

  12. Change

    All platforms - Command-line client: Check how it looks like now:

  13. Change

    All platforms - Command-line client: And compare with how it looked like before:

  14. Change

    All platforms - Command-line client: Now also check how it looks like in Windows Terminal:

    • Windows
  15. Change

    All platforms - Command-line client: And the good old cmd.exe:

  16. Change

    All platforms - Command-line client: Enjoy!

  17. Change

    Command-line client: Apply only the desired changes from a shelve

  18. Change

    Command-line client: From now on, the cm allows you to choose which changes do you want to apply from a shelve. You no longer need to apply all the changes done on the shelve.

  19. Change

    Command-line client: You can see which changes are going to apply by the shelve without applying them using:

  20. Change

    Command-line client: You can apply only the desired changes indicating the changes paths to apply:

Bug

  1. Fix

    All platforms - PlasticX: Fixed issue obtaining changesets from old server

  2. Change

    All platforms - PlasticX: Some time ago we modified a method in the Plastic server that was called from the client. This change made the client throw an exception when trying to execute the method on an old server:

  3. Change

    All platforms - PlasticX: "The method GetChangesetsInfoByNumber is not supported"

  4. Fix

    All platforms - PlasticX: We fixed this issue, and now the client will work with modern and old versions of the server.

  5. Fix

    All platforms - PlasticX: Fixed issue with code review comment selection

  6. Fix

    All platforms - PlasticX: Opening a code review comment for a file which had additional changes made to it after the code review comment was created was not working correctly. We fixed this.

  7. Fix

    All platforms - PlasticX: We also corrected an issue where items in the file list were not being marked as viewed when they should have been.

  8. Change

    All platforms - PlasticX: Non-editable username when authenticating in Name working mode

  9. Change

    All platforms - PlasticX: When signing in to a server using the Name working mode, you were able to modify the username used to authenticate. This was wrong - on Name working mode the username must always be taken from the system

  10. Change

    All platforms - PlasticX: Diffs multiple selection issue

  11. Change

    All platforms - PlasticX: When an item is marked as viewed it changes the text style from bold to normal. The diffs list must mark items as viewed just when a single selection is done, items won't be marked as viewed on a multiselection.

  12. Change

    All platforms - PlasticX: Annotate View splitter

  13. Fix

    All platforms - PlasticX: We fixed the splitter in the Annotate View: the metadata column will expand correctly and won't show blank space. We also set minimum and maximum width properties to the metadata column.

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.