Release Notes
11.0.16.7974: May 11 2023
All platforms - Desktop GUI, Gluon: Preferences menu icons on hover
Changed the color of the menu item icon when the mouse is over the item.
Windows, Linux - Desktop GUI, Gluon: Shortcut to open preferences dialog
Handled the "Ctrl+," keyboard shortcut to open the Preferences window in Windows and Linux.
All platforms - Desktop GUI, Gluon: Improve empty comment warning
We updated the dialog that appears when you try to check in some changes without entering a comment. Now the dialog has a check box that allows you to remove this warning for future check-ins. There's also a link to the view in the preferences where you can change this setting later.
Also, now the warning is also shown when creating shelves

Windows - PlasticFS: Serveral improvements in symlink support
PlasticFS now uses its own reparse point solver. Now relative symlinks are allowed to freely reach the mount point and outside the workspace.
$wk> mklink /D to_workspace . symbolic link created for to_workspace <<===>> . $wk> cd to_workspace $wk\to_workspace> dir 04/12/2023 11:41 AM <DIR> . 04/12/2023 11:41 AM <DIR> .. 04/12/2023 11:41 AM <SYMLINKD> to_workspace [.]
Some additional corner cases involving junctions are now fixed too.
== SYMLINKS LIMITATIONS ==
1) This feature is in an early stage of development, so you can expect minor bugs to happen.
2) PlasticFS always creates symlinks as files. By trying to access them, they will be automatically solved and converted to directories. However, this step might confuse external programs that do not expect it.
* This happens anytime you create a new workspace or under some special conditions involving "undo" and "update" operations.
* Windows Explorer will force this conversion, but you might have to refresh the window the first time it shows a symlink.
All platforms - Desktop GUI, Gluon: Standardize zoom controls
The image diff viewer zoom controls have been replaced by new ones with same look&feel of the Branch Explorer zoom controls.

All platforms - Desktop GUI: Fixed exception when closing Merge Window too quickly
Clicking "Save and Exit" on the Merge Window before the merge was calculated resulted in an unexpected error. We fixed this by disabling the button until the merge calculation completes.
All platforms - Desktop GUI: Back button appears on user account change
The back button only has to be displayed when the Home view is visible for returning to the main workspace view.