Release Notes

Public

11.0.16.9370: Apr 24 2025

New

All Platforms - Desktop GUI: Added copy changeset/shelve link to notifications

When performing a check-in or shelve, users can now easily open and copy diff and shelve links directly from the success notifications displayed at the bottom. Notifications also include links to open the recently created changeset or shelve, improving navigation and sharing changes with other users.

ScreenshotScreenshot

ScreenshotScreenshot

New

All Platforms - Desktop GUI: Issue trackers - Supported branch names with description

Before this change, issue trackers only supported branch names with format: {branch_prefix}{taskId}.

Now, users can use different formats of branch names {branch_prefix}{taskId}{any_text}, i.e.

* xxx123456

* xxx123456MyTask

* xxx123456-my-task

* xxx123456_my-task

* xxx123456 My Task

ScreenshotScreenshot

Bug

Command-line client: Client API now handles modules properly

When using the ‘cm api’ command, endpoints taking a repository in the route were not properly handling submodules, preventing its use.

We fixed it to work as intended. Please remember to escape the repository separator when using submodules on routes!:

# / -> %2F
curl http://localhost:9090/api/v1/repos/project%2Frepository@MyOrg@cloud