Unity Version Control 11.0.16.7110
60 documented changes.
- Version
- 11.0.16.7110
- Released
- Jun 23, 2022
- Product
- Unity Version Control
Unity Version Control 11.0.16.7110
New
- Change
Command-line client: Partial checkin allows --private option
- 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.
- Change
Command-line client: For instance:
- Change
Command-line client: For more examples, you can check the help:
- Change
Command-line client: cm partial checkin --help
- Change
Command-line client: Shelvesets can be applied to partial workspaces
- 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).
- 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)
- Change
Command-line client: For more examples, you can check the help:
- Change
Command-line client: cm partial shelveset apply --help
- Change
Windows - Plastic: Enable changelists for locally modified files
- Windows
- Change
Windows - Plastic: You can now move locally modified (changed, moved, deleted) files into user-defined changelists.
- Windows
- Change
All platforms - PlasticX, GluonX: Enable changelists for locally modified files
- Change
All platforms - PlasticX, GluonX: You can now move locally modified (changed, moved, deleted) files into user-defined changelists.
- Change
All platforms - Command line client: Server connection profiles management reaches the command line!
- 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.
- Change
All platforms - Command line client: The command 'profile list' lists the connection profiles you have configured:
- Change
All platforms - Command line client: The 'profile list' command has several formatting options. Check `cm profile list --help` for further information.
- 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` :
- 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:
- Change
All platforms - Command line client: Check `cm profile create --help` for further information about the options you can use to create profiles.
- Change
Windows - PlasticX: PlasticX is now the official GUI on Windows
- Windows
- 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
- 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
- Change
All platforms - PlasticX: Case insensitive filter on home view
- Change
All platforms - PlasticX: On the home view, the repository and workspaces filter are now case insensitive
- Change
All platforms - PlasticX, GluonX: Unified Open Menu options in applications
- Change
All platforms - PlasticX, GluonX: We unified Open Menu right click context menu behavior across all views in PlasticX and GluonX
- Change
All platforms - PlasticX: Changes in changeset comments
- 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
- Change
All platforms - PlasticX: Before
- Change
All platforms - PlasticX: After
- Improvement
All platforms - PlasticX: Also, we improved this panel, now more text will be shown in the changeset names Panel
- Change
All platforms - GluonX: Save details panel user preferences
- 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
- Change
All platforms - GluonX: Also, if no user preference is found, this panel will be visible by default.
All platforms - GluonX
- Change
Details Panel visibility
- Change
Details Panel width
- Change
Preview Image height
- Change
Properties Height
- Change
History Height
- Change
Comments height
Bug
- Change
All platforms - Web UI: Fix issue with directories with hashes in them
- Change
All platforms - Web UI: You are now able to navigate into and view files inside directories that contain hashes in their name.
- Change
All platforms - Plastic, PlasticX, Gluon: No profiles led to workspace metadata corrupted when co private files
- 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.
- Change
All platforms - GluonX: Search files dialog unexpected error message
- 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
- Fix
macOS - PlasticX: Fixed library not found issue when loading extensions
- macOS
- 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
- Fix
macOS - PlasticX: We fixed this issue and now you can load the extensions in the same way as in the legacy GUI
- macOS
- Fix
All platforms - PlasticX, GluonX: Corrected display of recent comments containing underscores
- 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.
- Fix
All platforms - PlasticX: Fixed repeated display of permissions warning in Branch Explorer
- 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.
- Change
All platforms - PlasticX: We moved this intrusive error message to the Attributes panel in the Branch Explorer options side panel.
- Change
All platforms - PlasticX: Here is the text in a dialog:
- Change
All platforms - PlasticX: And here is the text in the Attributes panel:
- Fix
All platforms - PlasticX: Fixed code review plastic links
- 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