Unity Version Control 11.0.16.7754
28 documented changes.
- Version
- 11.0.16.7754
- Released
- Feb 2, 2023
- Product
- Unity Version Control
Unity Version Control 11.0.16.7754
New
- Change
macOS, Linux - Plastic: New binary merge tool configured by default
- macOS
- Linux
- Change
macOS, Linux - Plastic: Now the binary merge tool is set as the default tool to fix binary conflicts on macOS and Linux. So when you try to diff or merge a binary file, like an image, the new tool will be used
- macOS
- Linux
- Removal
Windows - Gluon: Removed legacy Gluon GUI from the installer
- Windows
- Change
Windows - Gluon: The "legacygluon.exe" won't be available anymore. Use "gluon.exe" instead if you aren't already!
- Windows
- Change
Windows - Gluon: This release marks the end of support for the legacy Gluon GUI for Windows.
- Windows
- Change
All platforms - Plastic: Shelveset merge summary updates when toggling items
- Change
All platforms - Plastic: When applying a shelveset to your workspace you can use the checkboxes to choose which changes to take from the shelveset. We now update the summary at the top of the view according to the selected changes.
- Change
All platforms - Plastic: Here is an example:
- Change
macOS, Linux - Plastic: New semantic merge tool configured by default
- macOS
- Linux
- Change
macOS, Linux - Plastic: Now the semantic merge tool is set as the default tool to fix semantic conflicts on macOS and Linux. So when you try to diff or merge a semantic file (C#, VisualBasic or Java), the new tool will be used.
- macOS
- Linux
- Change
Command-line client: ACL commands warn about objects without ACL
- Improvement
Command-line client: Updated the help of the ACL command to remove those objects without an ACL. Also, the ACL command warns about those objects that are invalid.
- Improvement
Windows - PlasticX, GluonX: Updated Avalonia version
- Windows
- Improvement
Windows - PlasticX, GluonX: In this release we've updated Avalonia, our cross-platform UI framework
- Windows
- Change
Windows - PlasticX, GluonX: This update addresses an issue that affects dialogs for Windows users (showing a message dialog after a dialog could throw a null exception).
- Windows
- Change
PlasticFS: The executable is signed from now on
- Change
PlasticFS: Previous versions of Plastic contained an unsigned version of PlasticFS. In some places, restrictions apply over unsigned executables rendering PlasticFS unusable.
- Known Issue
PlasticFS: Now they are signed to overcome this limitation and make it easier to use.
Bug
- Change
All platforms - Plastic: Binary merge, can't close error message
- Fix
All platforms - Plastic: An issue has been fixed which prevented an error message, due to invalid arguments, from being closed.
- Fix
Windows - Plastic: Fixed null exception in Merge Options Dialog
- Windows
- Fix
Windows - Plastic: In Merge View, a null reference exception appeared when you saved the merge options in Merge Options Dialog with at least one solved directory conflict, not allowing the user to cancel or recalculate the merge. We fixed this issue and now it works correctly.
- Windows
- Change
All platforms - Plastic: Optimized refresh operation after saving Merge Options
- Change
All platforms - Plastic: In Merge View, after saving Merge Options, merge view was always refreshed.
- Change
All platforms - Plastic: In this release, we only refresh the view when a merge recalculation is needed.
- Fix
macOS - Plastic: Fixed tool config for server-side merge operation
- macOS
- Change
macOS - Plastic: In the previous release we had an issue with the server-side merge operation, where the merge tool that appeared in the default configuration couldn't be launched for text conflicts on macOS.
- macOS
- Fix
macOS - Plastic: We fixed this issue, and now you don't need to apply any workaround to fix text conflicts in server side merges.
- macOS