Release Notes
10.0.16.5344: Apr 15 2021
All Platforms - WebUI: allow reopening of active comment
We've fixed an issue where toggling the conversation details panel closed prevented a user from clicking the active comment's icon in the diff panel and reopening the details panel.
All Platforms - WebUI: invalid code reviews now redirect to 404 page
Previously an invalid code review id would lead to a blank page. We've now added a 404 redirect for these invalid ids to ensure a consistent experience.
All platforms - Plastic: resolved issue where long running merge processes could accumulate on the server
The Plastic client checks the server for incoming changes every minute. This can trigger the server to calculate a merge. If this calculation took longer than a minute, the calculation would be triggered again and these processes could accumulate, pointlessly using server resources.
We fix this by ensuring that the calculation will not be requested if another calculation is already in progress.
Windows - Plastic: Fixed several issues in the initial Sign in/Sign up screen for high-dpi screens.
The initial screen for both Cloud Edition and Enterprise Edition had several issues when they were displayed in high-dpi screens.
Some elements were hidden under the Welcome onboarding process:
'''Sign Up Panel'''
After:

Before:

'''Sign In With Email Panel'''
After:

Before:

'''Add a new connection profile'''
When trying to add a new connection profile, there were missing buttons at the bottom. If the connection the user was trying to establish was over a cloud server, the showed SSO Sign In button was scaled wrong. Finally, when clicking the button and tried to Sign In With Email, the entire panel looked like an accordion.
Before (x 400%):

As you can see, those errors are fixed now:
