60 documented changes.

Version
11.0.16.7110
Released
Jun 23, 2022
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.7110

Official notes

New

  1. Change

    Command-line client: Partial checkin allows --private option

  2. Change

    Command-line client: Previously, it was not possible to use --private option in a partial checkin command. Now it is available and ready to use.

  3. Change

    Command-line client: For instance:

  4. Change

    Command-line client: For more examples, you can check the help:

  5. Change

    Command-line client: cm partial checkin --help

  6. Change

    Command-line client: Shelvesets can be applied to partial workspaces

  7. Change

    Command-line client: Previously, it was not possible to apply a shelveset in partial workspaces (such as Gluon workspaces). Now we fully allow them (from the creation to the application).

  8. Change

    Command-line client: The apply operation tries to apply all the shelveset changes in the workspace if possible. However, changes can be skipped if they are related to items that are not configured in the workspace (they are silently ignored) or if they collide with local workspace changes (they are properly reported)

  9. Change

    Command-line client: For more examples, you can check the help:

  10. Change

    Command-line client: cm partial shelveset apply --help

  11. Change

    Windows - Plastic: Enable changelists for locally modified files

    • Windows
  12. Change

    Windows - Plastic: You can now move locally modified (changed, moved, deleted) files into user-defined changelists.

    • Windows
  13. Change

    All platforms - PlasticX, GluonX: Enable changelists for locally modified files

  14. Change

    All platforms - PlasticX, GluonX: You can now move locally modified (changed, moved, deleted) files into user-defined changelists.

  15. Change

    All platforms - Command line client: Server connection profiles management reaches the command line!

  16. Feature

    All platforms - Command line client: We added the new `cm profile` command. It has three subcommands that allow you to manage your server connection profiles from the command line client.

  17. Change

    All platforms - Command line client: The command 'profile list' lists the connection profiles you have configured:

  18. Change

    All platforms - Command line client: The 'profile list' command has several formatting options. Check `cm profile list --help` for further information.

  19. Change

    All platforms - Command line client: The command 'profile remove' helps you to remove a configured connection profile. It works by specifying the profile index provided by `cm profile list` :

  20. Change

    All platforms - Command line client: And 'profile create' helps you to create a new connection profile, either interactively or specifying all the necessary information through options:

  21. Change

    All platforms - Command line client: Check `cm profile create --help` for further information about the options you can use to create profiles.

  22. Change

    Windows - PlasticX: PlasticX is now the official GUI on Windows

    • Windows
  23. Change

    Windows - PlasticX: When you perform a clean installation of Plastic on a Windows machine, PlasticX will be the default GUI to open after the installation. Also, plastic links will be handled with this GUI.

    • Windows
  24. Change

    Windows - PlasticX: When upgrading from a previous version, the last used GUI will still be the one that opens when running the Plastic executable

    • Windows
  25. Change

    All platforms - PlasticX: Case insensitive filter on home view

  26. Change

    All platforms - PlasticX: On the home view, the repository and workspaces filter are now case insensitive

  27. Change

    All platforms - PlasticX, GluonX: Unified Open Menu options in applications

  28. Change

    All platforms - PlasticX, GluonX: We unified Open Menu right click context menu behavior across all views in PlasticX and GluonX

  29. Change

    All platforms - PlasticX: Changes in changeset comments

  30. Fix

    All platforms - PlasticX: In the "changeset by changeset" mode for the diff and the code review windows, if a changeset comment started with an empty line you couldn't see it in the changeset list. We fixed it.

    • Windows
  31. Change

    All platforms - PlasticX: Before

  32. Change

    All platforms - PlasticX: After

  33. Improvement

    All platforms - PlasticX: Also, we improved this panel, now more text will be shown in the changeset names Panel

  34. Change

    All platforms - GluonX: Save details panel user preferences

  35. Change

    All platforms - GluonX: GluonX will remember the following settings about the details panel for the Workspace Explorer view and the Checkin view, giving the user more personalization

  36. Change

    All platforms - GluonX: Also, if no user preference is found, this panel will be visible by default.

All platforms - GluonX

  1. Change

    Details Panel visibility

  2. Change

    Details Panel width

  3. Change

    Preview Image height

  4. Change

    Properties Height

  5. Change

    History Height

  6. Change

    Comments height

Bug

  1. Change

    All platforms - Web UI: Fix issue with directories with hashes in them

  2. Change

    All platforms - Web UI: You are now able to navigate into and view files inside directories that contain hashes in their name.

  3. Change

    All platforms - Plastic, PlasticX, Gluon: No profiles led to workspace metadata corrupted when co private files

  4. Fix

    All platforms - Plastic, PlasticX, Gluon: If no profiles were set up, when doing a checkout operation on a private item (add the item) from the Pending Changes view, there was no "owner" of the revision. That caused metadata to become corrupted and, after restarting the GUI, made everything in the workspace appear as private. Now it is fixed.

  5. Change

    All platforms - GluonX: Search files dialog unexpected error message

  6. Fix

    All platforms - GluonX: In GluonX, when pressing spacebar key in the search files dialog not in configuration mode, a "unexpected error has occurred" message appeared, we fixed this issue

  7. Fix

    macOS - PlasticX: Fixed library not found issue when loading extensions

    • macOS
  8. Change

    macOS - PlasticX: There were some issue tracker extensions that could not be loaded on PlasticX because of an issue with dynamic libraries. The affected extensions were jira, codebeamer and ontime

    • macOS
  9. Fix

    macOS - PlasticX: We fixed this issue and now you can load the extensions in the same way as in the legacy GUI

    • macOS
  10. Fix

    All platforms - PlasticX, GluonX: Corrected display of recent comments containing underscores

  11. Fix

    All platforms - PlasticX, GluonX: We fixed an issue where comments containing underscore characters were not displayed correctly in the list of recent comments in the Pending Changes and Check-in views of PlasticX and GluonX respectively.

  12. Fix

    All platforms - PlasticX: Fixed repeated display of permissions warning in Branch Explorer

  13. Change

    All platforms - PlasticX: Users without the "applyattr" permission would get an error dialog informing them to the fact every time they clicked on any object in the branch explorer.

  14. Change

    All platforms - PlasticX: We moved this intrusive error message to the Attributes panel in the Branch Explorer options side panel.

  15. Change

    All platforms - PlasticX: Here is the text in a dialog:

  16. Change

    All platforms - PlasticX: And here is the text in the Attributes panel:

  17. Fix

    All platforms - PlasticX: Fixed code review plastic links

  18. Fix

    All platforms - PlasticX: There was an issue when trying to open code review plastic links with PlasticX, where the GUI just didn't show the code review. This bug was introduced in the last release due to a conflict with another task. The issue is now fixed, and now you can open code review plastic links as before

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.