Unity Version Control 11.0.16.6825
45 documented changes.
- Version
- 11.0.16.6825
- Released
- Apr 7, 2022
- Product
- Unity Version Control
Unity Version Control 11.0.16.6825
New
- Change
All platforms - PlasticX: Help panel for code reviews
- Feature
All platforms - PlasticX: Added Help button and panel to:
- Feature
Watchdog: Added monitoring for the Plastic Server tcp ports.
- Change
Watchdog: The watchdog opens periodically connections against the tcp ports of the Plastic Server instances it started (unsecured tcp & ssl if configured). If the connections cannot be opened by any reason, it will recycle the instance.
- Feature
Watchdog: Added monitoring for the Plastic Server https endpoint.
- Change
Watchdog: The watchdog runs periodically requests against the https endpoint of the Plastic Server instances it started (if configured). If the request cannot be completed by any reason, it will recycle the instance.
All platforms - PlasticX
- Change
Main window Code Reviews view Screenshot
- Change
Code Review Window Screenshot
Bug
- Fix
Cloud: Fixed a concurrency issue with the storage version when creating organizations.
- Change
Cloud: Each time a new organization was created in the Cloud server, it tried to write the storage version file. This could lead to a file access exceptions if two calls tried to write to the file at the very same time.
- Change
Cloud: Now, the storage version is only written once, and the access is protected.
Alpha new
- Feature
All platforms - PlasticX: Added "Browse repository in this label" action
- Feature
All platforms - PlasticX: We added a new right click context menu action in Branch Explorer View (when selecting a label) and Labels View
- Change
All platforms - PlasticX: When you click in "Browse repository in this label", a new Split View will appear where you will be able to browse the repository from the selected label's changeset
- Change
All platforms - PlasticX: Fix filter in Code Reviews
- Fix
All platforms - PlasticX: We fixed an issue where executing a filter in Code Review, now you can filter using the field "Reviewer"
- Change
All platforms - PlasticX: New keyboard shortcuts
- Feature
All platforms - PlasticX: We added more keyboard shortcuts in PlasticX
- Change
All platforms - PlasticX: Now you can use Ctrl + F (Windows/Linux) or Cmd + F in macOS, to move focus to search filter in all dialogs
- Windows
- macOS
- Linux
- Change
All platforms - PlasticX: Fix scroll issue in pending changes
- Feature
All platforms - PlasticX: In PlasticX, when you had a large number of elements to be added in Pending changes, if you deleted a item the scroll always focused the first element.
- Fix
All platforms - PlasticX: Now this behaviour is fixed, the scroll will remain after a delete operation
- Feature
All platforms - PlasticX: Added 'Comment' column in the Merge/Incoming Changes views
- Change
All platforms - PlasticX: We completed those views by adding the 'Comment' column in order to show the changeset comment where the revision of each merge/incoming change was created.
- Change
All platforms - PlasticX: For Merge view:
- Change
All platforms - PlasticX: For Incoming Changes view:
- Feature
All platforms - GluonX: Added 'Comment' column in the Incoming Changes view
- Change
All platforms - GluonX: We completed this view by adding the 'Comment' column in order to show the changeset comment where the revision of each incoming change was created.
- Change
All platforms - GluonX: [Alpha New]
- Feature
All platforms - GluonX: All platforms - PlasticX: Added recent comments dropdown to Comments dialog
- Feature
All platforms - GluonX: New dropdown button has been added to Comments dialog in order to allow the selection of any comment used previously.
Alpha bug
- Change
All platforms - PlasticX: Error displayed creating a new Workspace
- Change
All platforms - PlasticX: In Create Workspace dialog, when trying to choose a repository and the repositories combobox was empty, the app displayed an error message. This error occurs when the repository list wasn't completely loaded.
- Fix
All platforms - GluonX: fixed directory expansion issue in workspace explorer
- Fix
All platforms - GluonX: We fixed an issue where subdirectories would sometimes become un-expandable after refreshing the view.
- Change
All platforms - GluonX: selected search results now highlighted in explorer and configuration view
- Change
All platforms - GluonX: When you double click on a search result, that item should be navigated to and selected in the item view. This was only happening if the item was already visible. Now, we expand the parent directories of the selected item so it can be shown and selected.
- Change
All platforms - PlasticX: Fix text in Merge View
- Fix
All platforms - PlasticX: Merge result text overlapped the panel in Merge diagram, now this issue fixed.
- Change
Windows - PlasticFS: Support Defender exclusions on Windows 11
- Windows
- Change
Windows - PlasticFS: Starting PlasticFS for the first time on Windows 11 with Windows Defender enabled could show the following error:
- Windows
- Improvement
Windows - PlasticFS: This happens if the user accepts to add initial exclusion rules to Windows Defender required by PlasticFS to improve its performance.
- Windows
- Fix
Windows - PlasticFS: Now it is fixed, and the error message is gone:
- Windows
- Fix
All platforms - PlasticX: fixed GUI hang during long branch diff calculation
- Change
All platforms - PlasticX: We now offload the diff processing onto a separate thread so that the GUI remains responsive during the branch diff operation.