Unity Version Control 11.0.16.7080
53 documented changes.
- Version
- 11.0.16.7080
- Released
- Jun 15, 2022
- Product
- Unity Version Control
Unity Version Control 11.0.16.7080
New
- Change
Command-line client: Shelvesets can be created from partial workspaces
- Change
Command-line client: Previously, it was not possible to perform a shelve operation in partial workspaces (such as Gluon workspaces). Now we are about to fully support shelves in partial workspaces, and we started with the creation of shelves.
- Change
Command-line client: Note that `cm partial shelveset apply` and `cm partial shelveset delete` subcommands are coming up.
- Change
Command-line client: Now it is possible to create a partial shelveset of foo.c
- Change
Command-line client: With the shelveset created, now we could apply it seamlessly to a regular workspace targeting the same repo:
- Change
Command-line client: The creation subcommand (create | mk) is the default operation, so bear in mind that, if no subcommand is specified, it will try to perform the creation of a new shelveset.
- Change
Command-line client: For more examples, you can check the help:
- Change
Command-line client: cm partial shelveset --help
- Change
Command-line client: cm partial shelveset create --help
- Feature
All platforms - Plastic: Added support for legacy plastic links
- Change
All platforms - Plastic: Some time ago we introduced the plastic links feature, which lets you click on links to directly open diffs or code reviews. A plastic link looks like the following:
- Change
All platforms - Plastic: plastic://codice@cloud/repos/codice/branches/main/scm24652/diff
- Feature
All platforms - Plastic: Before this new feature, we already had another, more limited implementation of plastic links, that looked like the following:
- Change
All platforms - Plastic: plastic://showbranch=br:/main/scm24652@codice@codice@cloud
- Deprecation
All platforms - Plastic: The latter was deprecated, and new versions of Plastic could not handle the old format.
- Fix
All platforms - Plastic: We fixed this issue, and now you can open both legacy and new plastic links seamlessly
- Change
All platforms - Bamboo plugin: New plugin for Bamboo 8 is available!
- Change
All platforms - Bamboo plugin: We released a new plugin for Bamboo 8 that enables you to use Plastic SCM as source control for your build processes. You'll find it in the client installation dir, under plugins/bamboo81plugin.
- Change
All platforms - Bamboo plugin: The former plugin (under plugins/bambooplugin) only supports Bamboo 7.x or older.
- Change
Windows - Plastic: Open plastic links with last used GUI
- Windows
- Removal
Windows - Plastic: When clicking on a plastic link, we were showing a dialog to ask the user whether to use the Legacy Plastic or the new PlasticX GUI to open it. We removed this dialog, and we will automatically open it with the last used GUI.
- Windows
- Change
Windows - Plastic: On macOS and Linux PlasticX is the official version, so plastic links are always opened with PlasticX
- Windows
- macOS
- Linux
Bug
- Change
Command-line client: Undo command skips deleted or moved files
- Change
Command-line client: Using cm undo over a directory didn't restore files that were not actually there. Now it works as expected.
- Change
All platforms - Server: Fix the update operation with a controlled cloaked.conf file
- Fix
All platforms - Server: Working with a controlled cloaked.conf (a cloaked.conf that was checked-in), the update could be wrongly downloading some cloaked content. Usually, it could be downloading the cloaked items affected by the last cloaked rule in the file. Now it's fixed.
Alpha new
- Change
macOS, Linux - PlasticX, GluonX: New Merge tool for binary files
- macOS
- Linux
- Feature
macOS, Linux - PlasticX, GluonX: The new cross-platform Binary Merge Tool that we recently added to PlasticX and GluonX on Windows is now available on macOS and Linux.
- Windows
- macOS
- Linux
- Change
macOS, Linux - PlasticX, GluonX: The Binary Merge Tool allows the user to choose which version of a binary file to keep when there are conflicts during a merge.
- macOS
- Linux
- Change
All platforms - PlasticX: Use expanders for the Branch Explorer options
- Change
All platforms - PlasticX: Previously, the branch explorer options used splitters to display the configuration. This caused two major usability issues:
- Change
All platforms - PlasticX: Now those panels are collapsible, so users can interact better with panels that need more vertical space.
- Change
All platforms - PlasticX, GluonX: ImageDiff now launched from Diff Window and Merge View
- Change
All platforms - PlasticX, GluonX: Diffing image files from the Diff Window and the Merge View will now launch the ImageDiff tool.
- Change
All platforms - PlasticX, GluonX: For example, you can launch the diff from the merge using these menu options:
- Change
All platforms - PlasticX, GluonX: Here is the Image Diff Tool:
- Change
All platforms - PlasticX: Enable/disable rules in Branch Explorer
- Change
All platforms - PlasticX: Now the UI allows to enable or disable Filter and Conditional format rules in the Branch Explorer:
All platforms - PlasticX
- Change
Too much information visible at once.
- Change
Little space to interact with some views.
Alpha bug
- Change
All platforms - PlasticX: Restored right-click menu options for labels in Branch Explorer
- Fix
All platforms - PlasticX: In Branch Explorer, after we recently added the 2 label diff feature, single label right click options stopped working. We fixed this issue, sorry about that!
- Change
All platforms - PlasticX: Error closing Create Account Dialog in the new Home Menu
- Fix
All platforms - PlasticX: In Plastic X, when creating an account from the new Home Menu, closing the dialog threw an error, we fixed this issue
- Fix
All platforms - PlasticX: Fixed diff scroll "jumps"
- Fix
All platforms - PlasticX: Every time the right file in the diff viewer was edited, caused the scroll to jump 1 line up. Now it's fixed.
- Fix
All platforms - PlasticX: Fixed diff summary after editing diffs.
- Fix
All platforms - PlasticX: After editing diffs, the diff summary (the label that indicates which is the current difference and how many differences there are), was not updated properly. Now it's fixed.
- Change
All platforms - PlasticX: Code Reviews changeset column should grow
- Change
All platforms - PlasticX: In Plastic X, when reviewing a code review changeset by changeset, in some cases after resizing the panel the column text didn't grow when expanding
- Fix
All platforms - PlasticX: We permanently fixed this issue:
- Change
All platforms - PlasticX: Before:
- Change
All platforms - PlasticX: After: