Release Notes

Public

11.0.16.9915: Jan 29 2026

New

All platforms – Command line client: Revision ID available in status command output

The "cm status" command now supports an optional "--includeRevId" flag that, when used with "--machinereadable", includes the revision ID for each change in the output. The revision ID is added as an additional field after the directory flag and before the merges information.

This enables plugins and integrations to obtain revision information directly from the status command without requiring additional operations.

Bug

All platforms – Plugin for JetBrains IDEs: Diff not loaded for replaced files

The diff view now correctly loads and displays differences for files with "Replaced" status. The plugin now retrieves parent revision IDs directly from the status command output, eliminating the need for additional commands and ensuring reliable diff loading for all file change types, including replaced files.

Bug

macOS – Plugin for JetBrains IDEs: Fixed server list failing to load on macOS

Fixed an issue on macOS where attempting to clone a Unity Version Control repository from Rider's welcome window would result in the server list never populating, with an error in the logs indicating that the "cm" command could not be found. Now, the "Clone Repository" dialog correctly initializes Unity Version Control and loads the server list on first access, regardless of whether a project is open.