Unity Version Control 11.0.16.6757
37 documented changes.
- Version
- 11.0.16.6757
- Released
- Mar 23, 2022
- Product
- Unity Version Control
Unity Version Control 11.0.16.6757
New
- Improvement
Command-line client: Updated the help of the PLASTICEDITOR environment variable available for some commands.
- Improvement
Command-line client: We updated the description about using the PLASTICEDITOR environment variable. You can use this option with the following commands: `branch create` , `label create` , `partial checkin` , `shelveset create` , `archive` and `checkin` .
- Change
Windows - Visual Studio 2022 plugin: We've made some visual improvements
- Windows
- Feature
All platforms - PlasticX: Added reveal password button
- Change
All platforms - PlasticX: User will be able to display entered passwords for password text boxes.
- Change
Visual Studio 2022: CodeLens shows renames greatly!
- Change
Visual Studio 2022: CodeLens now uses short names rather than fully qualified names for renamed actions to improve legibility.
- Change
Server: Improve server stats log
- Change
Server: Now the server stats included the queued work and the thread count for the thread pool. See example about what they look like:
- Change
All platforms - PlasticX: Support navigating trees with left/right arrow keys.
- Change
All platforms - PlasticX: All the tree views in PlasticX/GluonX now support navigation using left/right arrow keys:
- Change
All platforms - PlasticX: Checkboxes inside tables/trees not visible enough.
- Change
All platforms - PlasticX: Increased the contrast colors to make them more noticeable, especially when the checkboxes were unchecked:
- Change
Command-line client: Add option to include delete & move operations in command line history
- Change
Command-line client: Using the flag `--moveddeleted` will now show delete & move operations when running `cm history`
- Change
Command-line client: For example:
Windows - Visual Studio 2022 plugin
- Change
Plastic CodeLens now shows real icons instead of ASCII or emoji.
- Change
Changesets marked as "Merged and Changed" are now hidden from the history list avoiding duplicate records.
- Change
Changesets are now ordered by date (and not by the object id).
All platforms - PlasticX
- Change
Right arrow key: If a node is not expanded, it expands it. If it's already expanded, it navigates to the first child.
- Change
Left arrow key: If a node is expanded, collapses it. If it's not expanded, it navigates to the parent node.
Bug
- Change
Command-line client: cm finds nothing when involving unsolvable objects
- Change
Command-line client: Before, a query involving inexistent find objects gave zero results and didn't report any error.
- Change
Command-line client: Now queries run as expected:
- Fix
All Platforms - PlasticX: Fixed error adding a new Code Review comment.
- Fix
All Platforms - PlasticX: When opening a Code Review from a PlasticLink, and then trying to add a new comment, the UI displayed an "An unexpected error has occurred" error message. Now it's fixed.
- Fix
All platforms - PlasticX: Fixed text editor's search box visibility.
- Fix
All platforms - PlasticX: When you change a file in the diff viewer (both pending changes view and diff window), and the text editor's search box was visible, the search box was wrongly hidden, and it couldn't be displayed again. Now it's fixed.
- Change
Command-line client: Archive can use an external text editor for comments.
- Change
Command-line client: Some commands use the PLASTICEDITOR environment variable to specify an editor for entering comments. If the PLASTICEDITOR environment variable is set, and the comment is empty, the editor will be automatically launched to allow you to specify the comment.
- Fix
Command-line client: The 'cm archive' command disclaimed this was possible, but it didn't work. Now it is fixed.
- Fix
Command-line client: We also fixed the help of other 2 commands (merge and create attribute), which also allowed this functionality, but it was not documented.
Alpha new
- Feature
All platforms - PlasticX: Added diff selection differences
- Feature
All platforms - PlasticX: We added "diff selection" and "diff with previous selection" right-click context menu events in all Diff windows.
- Windows
- Change
All platforms - PlasticX: Now you can easily compare your custom selected code lines differences in a separate window
Alpha bug
- Change
All platforms - PlasticX: Flat button background
- Removal
All platforms - PlasticX: Background for flat buttons have been removed