Unity Version Control 11.0.16.7957
35 documented changes.
- Version
- 11.0.16.7957
- Released
- Apr 27, 2023
- Product
- Unity Version Control
Unity Version Control 11.0.16.7957
New
- Change
All platforms - All clients: Faster workspace tree (plastic.wktree) update
- Improvement
All platforms - All clients: Clients using super-huge trees (more than 1M items) will experience a performance improvement.
- Change
All platforms - All clients: A single file checkout/checkin/undo operation in a workspace of 7M of items is now x10 times faster!
- Change
All platforms - All clients: This change is only available for clients with the following client.conf setting enabled (see below):
- Change
All platforms - All clients: Details about the change:
- Change
All platforms - All clients: Before, the entire workspace tree file was rewritten each time its metadata was modified (through a checkin, checkout, switch, etc. operation) even if only a few files were touched. Now it only re-writes the modified entries, which makes it much faster for big workspaces.
- Feature
All platforms - Desktop GUI, Gluon: Added Attributes view for shelves
- Change
All platforms - Desktop GUI, Gluon: Now you can see and edit the attributes of a shelve when seeing its differences. There's a new button at the top that lets you open the list of attributes, from where you can add, remove or modify them.
- Change
All platforms - Desktop GUI: "Close merge view and open pending changes" set by default
- Change
All platforms - Desktop GUI: As of this release, "Close merge view and open pending changes" Preferences option will be set by default to all new users.
- Change
All platforms - Desktop GUI: Code Review comments Reply button disabled after it's clicked
- Change
All platforms - Desktop GUI: In code review window the Edit and Reply buttons has been disabled from comments and questions list while the new comment is in edition mode. This is done to avoid discarding the changed text when this button is clicked instead of the Comment button.
- Improvement
Linux - Desktop GUI: Updated app icon
- Linux
- Change
Linux - Desktop GUI: As part of the ongoing rebranding to Unity Version Control, we replaced the 'Plastic SCM' icon with 'Unity DevOps Version Control' one in the app for the Linux platform.
- Linux
- Change
Windows - Wwise plugin: Prompt for checkout on edit is now supported
- Windows
- Change
Windows - Wwise plugin: Implemented support for the VCS setting "Prompt for checkout on edit", allowing users to checkout the affected files as part of the saving process.
- Windows
- Change
Windows - PlasticFS: Upgrade to WinFSP 2023
- Windows
- Change
Windows - PlasticFS: Plastic FS now uses WinFSP 2023 as the minimum supported version. If you already have WinFSP 2023 Beta 1, the upgrade process will be easier than ever.
- Windows
- Change
Windows - PlasticFS: You can find the WinFSP release notes in https://github.com/winfsp/winfsp/releases.
- Windows
All platforms - All clients
- Change
Before, it took around 6 s to write the workspace tree.
- Change
Now, it only takes 600 ms to write the workspace tree.
Bug
- Change
All platforms - Desktop GUI: Issue tracker repo list is unsorted
- Change
All platforms - Desktop GUI: In the Preferences window, the repositories list from Issue Trackers view will be sorted alphabetically.
- Change
All platforms - Desktop GUI: Pending Changes - Selected items number not updating
- Fix
All platforms - Desktop GUI: Fixed text update in Pending changes tree, when the items were checked/unchecked the displayed category text wasn't updated properly.
- Fix
All platforms - Desktop GUI, Gluon: Fixed misaligned links position
- Fix
All platforms - Desktop GUI, Gluon: In the app, links and texts on the same line could appear vertically misaligned. We fixed this issue
- Change
All platforms - Desktop GUI: After-checkin trigger errors now shown in GUI
- Change
All platforms - Desktop GUI: Notifications about failures when running after-checkin triggers were being shown in the command line tools, but were not being shown in the GUI.
- Change
All platforms - Desktop GUI: Now, we display the error in a dialog to ensure that you are alerted when a trigger fails to run.
- Fix
All platforms - Desktop GUI: Fixed null exception when resolving merge
- Fix
All platforms - Desktop GUI: We fixed an exception that could be thrown while processing file conflicts one at a time during a merge, where the merge involved writeable xlinks but there were no conflicts in files under the xlink. The exception didn't affect the merge, but the error dialogs made it look like there was a problem.
- Change
All platforms - Gluon: Details Panel showing incorrect characters under Spanish localization
- Change
All platforms - Gluon: Gluon Details Panel show incorrect characters in fields "Tamaño" and "Último acceso" in Spanish localization.
- Fix
All platforms - Gluon: We fixed this issue.