48 documented changes.

Version
11.0.16.7176
Released
Jul 7, 2022
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.7176

Official notes

New

  1. Feature

    All Platforms - PlasticX: Added context menu actions to Code Editor.

  2. Change

    All Platforms - PlasticX: The Code Editors displayed in the DiffViewer, the File Content Viewer, Annotate view and the Merge view, now have available the following extra context menu actions:

  3. Change

    All Platforms - PlasticX: Note that all the actions can be executed using the shortcuts.

  4. Change

    All Platforms - PlasticX: Note that Undo/Redo/Cut/Paste/Delete actions are not available in the AnnotateView since it's always a read-only editor.

  5. Change

    All clients: Only the *.xxx rules are considered as extension rules.

  6. Change

    All clients: Before, we considered the `.xxx` as an extension rule. This could lead to weird behaviors when trying to ignore a folder that started with `.` such as `.vs` .

  7. Change

    All clients: Now, the `.vs` rule only matches files / directories with that exact name. It doesn't match paths with the `.vs` extension like `project.vs`

  8. Change

    All clients: This applies to all files that use path rules (ignored.conf, cloaked.conf, etc.)

  9. Feature

    All platforms - GluonX: Added shelves view

  10. Change

    All platforms - GluonX: Now you can create and view shelves from the Gluon GUI.

  11. Change

    All platforms - GluonX: There is a new "Shelve" button in the "Checkin changes" view that lets you create a shelveset with your pending changes in the same way as you do in Plastic.

  12. Change

    All platforms - GluonX: There's also a "Show shelves" button that opens a side view with the list of shelves, from where you can diff, remove or apply them to your current workspace.

  13. Change

    Windows - Plastic, PlasticX: auto-upgrade enabled for DVCS Edition

    • Windows
  14. Change

    Windows - Plastic, PlasticX: Auto-upgrade was previously only available for Enterprise and Cloud Edition. Now it is also available for Dvcs Edition. When a new version of the client is available, you will receive a notification in the help panel, with a link to initiate the upgrade.

    • Windows
  15. Change

    All platforms - PlasticX, GluonX: Improve readability of disabled text boxes.

  16. Change

    All platforms - PlasticX, GluonX: The contrast between the background and the foreground colors was not good enough for disabled textboxes. Now it's better:

  17. Change

    All platforms - GluonX: Improve UI for recent check-in comments.

  18. Change

    All platforms - GluonX: We moved the "check-in recent comments" button inside the textbox. This way we clear a bit the pending changes toolbar.

  19. Change

    All platforms - GluonX: This is how it looks now:

  20. Feature

    Windows - PlasticX: Added diff arguments

    • Windows
  21. Change

    Windows - PlasticX: In the legacy GUI you could open Plastic specifying arguments like the following:

    • Windows
  22. Fix

    Windows - PlasticX: When switching to the new GUI this feature was lost. We fixed this issue and now you can specify the arguments in both GUIs

    • Windows
  23. Change

    All platforms - Server: Add extra protection to the server's Accept Loop.

  24. Change

    All platforms - Server: The Accept Loop is the entry point of every single connection to the Plastic SCM Server. It is at the very heart of our custom network protocol (plasticpipe), and it can handle thousands of new connections per minute. But if the Accept Loop exits for whatever reason, the server is unable of accepting new requests. And a server unable of attending to new requests is useless.

  25. Change

    All platforms - Server: Now the accept errors are handled and the loop is restarted if needed. If the accept loop cannot be started on 3 tries the server will exist in a safe way.

  26. Change

    All platforms - Server: This is beneficial not only to your local and Enterprise Plastic SCM setups but also to the Plastic SCM Cloud Regional Servers.

All Platforms - PlasticX

  1. Change

    Undo

  2. Change

    Redo

  3. Change

    Copy

  4. Change

    Cut

  5. Change

    Paste

  6. Change

    Delete

  7. Change

    Go to line

  8. Change

    Select all

  9. Change

    Find

Bug

  1. Change

    All platforms - PlasticX: Query field not behaving properly

  2. Fix

    All platforms - PlasticX: An issue was fixed that prevented correctly typing a new query into any query filter field after deleting all its content.

  3. Change

    All platforms - PlasticX: Annotate before these changes reported wrong revision.

  4. Fix

    All platforms - PlasticX: Some customers reported that found a bug with "Annotate before these changes" button on PlasticX. Annotate before a given changeset, ended up annotating a wrong changeset. Now it's fixed.

  5. Change

    macOS - PlasticX: Strikethrough lines were not visible.

    • macOS
  6. Fix

    macOS - PlasticX: The Mergetool displays some lines as strikethrough in the result text editor. A bug prevented those lines to be displayed as strikethrough in macOS. Now it's fixed.

    • macOS
  7. Change

    All clients: Partial shelveset could fail to be applied when involving fs protection changes.

  8. Change

    All clients: The 'partial shelveset apply' operation failed with an "Object reference not set to an instance of an object." error when these two conditions happened together:

  9. Fix

    All clients: Fixed.

  10. Change

    All platforms - PlasticX, GluonX: Preferences couldn't be opened

  11. Change

    All platforms - PlasticX, GluonX: Allow to open the Preferences window when the client.conf file has missing the Diff or Merge tools.

All clients

  1. Change

    The shelveset to apply contained fs protection changes for a directory.

  2. Change

    This same directory contained controlled changes in the workspace before applying the shelveset.

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.