Release Notes

Public

10.0.16.5780: Jul 21 2021

Bug

All platforms - Plastic: Better error handling when trying to show user profile in a cloud server

When opening the user profile tab in the preferences panel, we were showing a connection error every time the user selected a cloud server. This is because cloud servers don't support user profiles, and the connection always fails.

Now we handle this error, and show a proper error message when selecting a cloud server:

Bug

All platforms - Web UI: Fix file download and image display on cloud

Bug

All platforms - Web UI: Fixed the following issues

- not being able to order lists when some data was empty;

- enabled file history details for all types of entries;

- restricting the display of the title of a code reviews to two lines for long titles (the plastic desktop client appends the branch description to the title);

- showing 0 reviewers in the code review details header if there are no reviewers added;

- when showing an alert the focus moves to it;

- allow to see the comments list when clicking on the comments button when viewing the details of a comment or have the new conversation form opened;

- closing the file explorer branch/label filter when selecting an item and preventing it from closing when clicking on the pagination.

Bug

Command line client: fixed exception during check-in when console window is narrow

We fixed a bug in building the animated check-in progress bar that caused an exception when the console window was too narrow to display the progress.

Bug

All platforms - GitSync: The character '|' is allowed in the repository name.

Before, the sync could not start if the character '|' was included in the repository name. It failed with the error "The git sync repository attribute cannot be properly parsed".