Unity Version Control 11.0.16.6787
64 documented changes.
- Version
- 11.0.16.6787
- Released
- Mar 31, 2022
- Product
- Unity Version Control
Unity Version Control 11.0.16.6787
New
- Change
All platforms - DevOps: Email plug html body messages
- Change
All platforms - DevOps: Before this version, emails were sent as plain-text. From now on, the email plug can send messages with html content and render them properly.
- Change
All platforms - DevOps: To do that, just enable the following switch in your email plug configuration (Server's web admin > DevOps > Configure button of your email plug):
- Change
All platforms - Plastic, PlasticX: Improvements to Workspace Explorer search
- Change
All platforms - Plastic, PlasticX: Ctrl+F (Command+F on Mac) to focus on the search field now selects existing text in the field. Also, toggling the "Include private items" checkbox now updates the search results panel if it is open. You can also close the results table by pressing Enter.
- macOS
Bug
- Change
All platforms - Server: The plugs and mergebots processes could exit immediately on server startup. Although this issue was easier to reproduce in Linux, it affected all platforms.
- Linux
- Change
All platforms - Server: An easy way to reproduce this is by restarting the plasticscm-server service on Linux. Once the server is up and running again, you can see that your plugs and mergebots are still offline.
- Linux
- Change
All platforms - Server: This was because of a race condition when initializing the server. The Plastic SCM server first starts REST APIs, DevOps WebSocket for events… and then it starts the plugs and mergebots.
- Change
All platforms - Server: But the server was still initializing Web services by the time the plugs and mergebots tried to connect to them. This would cause the plug or mergebot to think that the server is offline, forcing them to exit.
- Change
All platforms - Server: The server now checks that these processes are still alive after a grace period. The server will also restart the processes if they exit within this grace period.
- Fix
Windows - Visual Studio Extension: Fixed issues with views not being displayed correctly
- Windows
- Change
Windows - Visual Studio Extension: Now menu buttons in views are displayed correctly at scales greater than 100%.
- Windows
Alpha new
- Change
All platforms - GluonX: New cross-platform GUI available!
- Change
All platforms - GluonX: We are pleased to announce the availability of a new cross-platform version of Gluon, code-named GluonX!
- Change
All platforms - GluonX: We would love for you to try out the new GUI and give us some feedback. GluonX will eventually replace the existing Gluon GUI on all platforms, so this is a great opportunity for you to help shape the future of the application.
- Change
All platforms - GluonX: This release of GluonX is fully functional, and has great, modern look and feel. It also comes with light and dark theme on all platforms.
- Change
All platforms - GluonX: Here is how you can launch GluonX:
- Change
All platforms - GluonX: Windows:
- Windows
- Change
All platforms - GluonX: On Windows, run the following in a command window:
- Windows
- Change
All platforms - GluonX: MacOS:
- macOS
- Change
All platforms - GluonX: On macOS, run the following a terminal window:
- macOS
- Change
All platforms - GluonX: Linux:
- Linux
- Change
All platforms - GluonX: On Linux, run the following:
- Linux
- Change
All platforms - GluonX: Here are a few screenshots to whet your appetite.
- Change
All platforms - GluonX: Workspace explorer view (dark theme):
- Change
All platforms - GluonX: Checkin view (dark theme):
- Change
All platforms - GluonX: File search (light theme):
- Change
All platforms - GluonX: Please try it out and let us know what you think!
- Feature
All platforms - GluonX: Added support for Changelists
- Feature
All platforms - GluonX: We have added changelists to GluonX.
- Change
All platforms - GluonX: What are changelists?
- Change
All platforms - GluonX: Changelists are logical groupings of files in the Checkin view. They allow you to group your pending changes as you wish and perform actions only on the files within a group.
- Change
All platforms - GluonX: For example, you might group changes into a "Core" changelist and a "Tests" changelist. You can then check in or undo the changes in "Core" or "Tests" independently.
- Change
All platforms - GluonX: You can enable Changelists using the following setting, accessed by clicking Options in the Checkin view:
- Change
All platforms - GluonX: When first enabled, all changes will appear in a "Default" changelist. You can add new changelists from the context menu accessed by right clicking on a changelist name in the pending changes list.
- Change
All platforms - GluonX: Creating a changelist:
- Removal
All platforms - GluonX: A changelist can be persistent or transient. A persistent changelist will remain in the pending changes list even if it contains no changes. Otherwise, the changelist is automatically removed when all its changes have been checked in or undone.
- Change
All platforms - GluonX: You can move checked-out files into a changelist by selecting "Move to changelist" from the context menu for that item.
- Change
All platforms - GluonX: Moving an item to a changelist:
- Change
All platforms - GluonX: Here is an example with multiple changelists configured:
- Improvement
All platforms, macOS - PlasticX: Improved keyboard shortcuts
- macOS
- Fix
All platforms, macOS - PlasticX: We made several improvements, fixes and changes in PlasticX keyboard shortcuts
- macOS
- Fix
All platforms - PlasticX: Fixed the focus for workspace window
- Change
All platforms - PlasticX: Now, we set the focus on the workspace explorer view when the workspace window is opened. So, you can use directly the keyboard to navigate or execute a shortcut (e.g Ctrl+F / Cmd+F to search).
- Change
All platforms - PlasticX: Add support for portable versions
- Change
All platforms - PlasticX: The theme folder can be located in execution root or parent paths. It will be needed in portable versions where all the assemblies and resources are packaged in the same location.
- Change
Windows - PlasticFS: Enable start on user's logon
- Windows
- Change
Windows - PlasticFS: Now it is possible to start PlasticFS automatically on user's logon by issuing a `plasticfs.exe --install` .
- Windows
- Change
Windows - PlasticFS: The `plasticfs.exe --install` creates a shortcut (a link file) on user's startup program group.
- Windows
- Change
Windows - PlasticFS: It is located by default at the following directory:
- Windows
All platforms, macOS - PlasticX
- Feature
Added new delete shortcut in shelves view Screenshot
- Feature
Added new shortcut in Branch Explorer > Switch workspace to this branch Screenshot
- Feature
Added new shortcut Ctrl + F, move focus to filter in views Screenshot
- Fix
Fix an issue in pending changes where some shortcuts weren't working properly For example, DELETE shortcut was not working if previously a item that couldn't be deleted was selected. Now this issue is fixed
- Fix
macOS: Fixed an issue where delete keyboard shortcuts weren't working properly
- macOS
Alpha bug
- Change
All platforms - PlasticX: Text fields overexpanding when pasting text
- Change
All platforms - PlasticX: When pasting a text that contains end of line character into a single line text field it behaves like a multiline text field instead.
- Fix
All platforms - PlasticX: This issue is now fixed, all end of line characters are now replaced with a space character.
- Improvement
All platforms - PlasticX: Improved clarity of link icon
- Change
All platforms - PlasticX: Link icon present on code review, and diff window now uses the theme colors for dark and light themes, this change improves clarity of this icon on dark theme.
- Change
All platforms - PlasticX: Drawing improvements in the Branch Explorer.
- Change
All platforms - PlasticX: The parent link arrows were drawn over the branch captions. Now they are drawn behind.
- Change
All platforms - PlasticX: Error loading invalid formats in image preview
- Fix
All platforms - PlasticX: An error was displayed when the image preview was requested for files with PDB and mat formats. This error has been fixed by removing both formats from the supported files formats.