Release Notes
11.0.16.8196: Sep 28 2023
Command line client: Faster full checkin in partial workspaces
Improved heavily the time calculating the changes to checkin in partial workspaces with lots of added items.
In our tests, the time calculating the changes to checkin for 300.000 files goes from 180s to 1s.
All platforms - Gluon: Configuration tree didn't refresh properly
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.
All Platforms - Desktop GUI: Replace shortcut to open a workspace from the Home view
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.
We changed the shortcut to Ctrl+O
All platforms - Desktop GUI] Improved horizontal scrolling speed
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.
These changes should result in significantly improved horizontal scrolling performance in the Branch Explorer, making it more in line with user expectations.
All platforms - Desktop GUI: Fixed memory leak in DiffWindow/DiffViewer/DiffControl
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.