Release Notes

Public

11.0.16.8976: Oct 24 2024

New

All Platforms - Desktop GUI: Support for opening file links

Desktop GUI now supports opening file links directly. There are three types of links:

* File link: Focuses the specified file in the GUI, creating the workspace if it doesn't exist.

* File link on branch: Switches to the specified branch, and focuses the specified file in the GUI, creating the workspace if it doesn't exist.

* File link on changeset: Switches to the specified changeset, and focuses the specified file in the GUI, creating the workspace if it doesn't exist.

Users can now copy this kind of links from the Items view in the Desktop GUI from the context menu "Copy > Copy link", "Copy > Copy link (current branch)", or "Copy > Copy link (current changeset)."

Bug

All Platforms - Desktop GUI: Fixed error when opening some Code Reviews

Fixed an issue that caused an error when opening code review comments in the desktop client. This error occurred because some comments had incorrect location information. Now, the system will skip problematic comments and handle empty or incorrect location details better, preventing the error from happening.

Bug

All platforms - GUI: Fixed an error when contacting a Cloud org. from On-Prem for the first time

When logging in for the first time against a Cloud organization (for example, when adding a destination on a sync view), the GUI could throw a "Failed to resolve the cloud server for organization" error. This is now fixed.

Bug

All platforms - Desktop GUI: Merge not working using a renamed repository

Using a workspace pointing to a renamed repository, the merge failed with the error 'new_repository_name@cloud is not in a workspace'. Now it's fixed

Bug

All Platforms - Desktop GUI: Fixed view switching shortcuts

Attempting to press Ctrl/Cmd+<number> from the home view or login screen caused an unexpected error due to the Workspace view not being created yet. This issue has now been resolved.

Additionally, new shortcuts for displaying the Workspaces and Repositories views have been added:

- Shift+Ctrl+1 for Repositories view (Windows and Linux)

- Shift+Ctrl+2 for Workspaces view (Windows and Linux)

- Shift+Cmd+1 for Repositories view (macOS)

- Shift+Cmd+2 for Workspaces view (macOS)