Unity Version Control 11.0.16.8196
13 documented changes.
- Version
- 11.0.16.8196
- Released
- Sep 28, 2023
- Product
- Unity Version Control
Unity Version Control 11.0.16.8196
New
- Change
Command line client: Faster full checkin in partial workspaces
- Feature
Command line client: Improved heavily the time calculating the changes to checkin in partial workspaces with lots of added items.
- Change
Command line client: In our tests, the time calculating the changes to checkin for 300.000 files goes from 180s to 1s.
Bug
- Change
All platforms - Gluon: Configuration tree didn't refresh properly
- Change
All platforms - Gluon: The configuration tree in Gluon didn't allow to change the check status of items that were changed previously when a refresh was done. For example, when any file/folder was marked to unload and then the refresh button was clicked, it was not possible to switch back this status to load again and an error message was displayed on the bottom.
- Change
All Platforms - Desktop GUI: Replace shortcut to open a workspace from the Home view
- Change
All Platforms - Desktop GUI: In the Home view, the shortcut to open the selected workspace in a new window was Shift+O. This shortcut was being executed when trying to type Shift+O in the filter text area.
- Change
All Platforms - Desktop GUI: We changed the shortcut to Ctrl+O
- Improvement
All platforms - Desktop GUI] Improved horizontal…: All platforms - Desktop GUI] Improved horizontal scrolling speed
- Improvement
All platforms - Desktop GUI] Improved horizontal…: Previously, scrolling horizontally (SHIFT + mouse wheel) in the Branch Explorer was noticeably slower compared to the legacy GUI. To address this problem and enhance the scrolling experience, we have increased the horizontal scroll size from 10px to 250 pixels and also the vertical scroll size from 10 pixels to 32 pixels.
- Improvement
All platforms - Desktop GUI] Improved horizontal…: These changes should result in significantly improved horizontal scrolling performance in the Branch Explorer, making it more in line with user expectations.
- Fix
All platforms - Desktop GUI: Fixed memory leak in DiffWindow/DiffViewer/DiffControl
- Change
All platforms - Desktop GUI: Previously, there was a memory leak in the DiffWindow, DiffViewer, and DiffControl components, leading to increased memory usage over time. We've addressed this issue by identifying and fixing several memory leaks.