UiPath Documentation
studio
latest
false
Studio release notes
  • Release notes
    • 2026
      • July 2026
      • June 2026
      • May 2026
      • April 2026
      • March 2026
      • February 2026
      • January 2026

July 2026

July 13, 2026

Build number: 2026.0.197

Solutions: cross-project debugging and a dedicated Publish wizard

Debugging a file that calls into another project used to mean deploying that other project to Orchestrator yourself before you could even start — publish it, save the solution to the cloud, and only then hit Debug.

Now, debugging a file that calls into another project via Run Job resolves those cross-project calls automatically: Studio deploys the sibling projects to a debug folder in your Personal Workspace, where they run as Orchestrator jobs whenever they're invoked, with no manual Save Solution to Cloud step and no setup before you hit Debug.

Studio only provisions the sibling projects when it actually needs to — if it can tell that the file you're debugging never reaches a Run Job call, provisioning is skipped entirely and debugging starts right away. Breakpoints and stepping stay in the project you're debugging; the invoked projects run remotely and aren't stepped into.

Publish Solution wizard

Publishing a solution used to mean publishing each project inside the solution one at a time. A new Publish Solution split button in the ribbon replaces that experience with a single wizard that packages every project in the solution together. The wizard allows you to set the package name, version, description, and release notes once and choose where it goes:

  • Orchestrator Tenant Feed — publishes the package to your tenant feed. Deploying and activating it is still a separate step.
  • Orchestrator Personal Workspace Feed — publishes the package, then automatically deploys and activates it, so it's ready to run immediately.
  • Custom — packs the solution to a local folder. Nothing is uploaded anywhere.

If you only need to publish one project rather than the whole solution, the same split button's menu also offers Publish Active Project and Publish Active Test Cases, both of which skip the wizard and only publish the project you're working in. Outside solutions, the Publish button keeps working exactly as it did before.

Multi-select context menu enables activity actions

Right-clicking a single activity has always brought up its full context menu (Disable, Surround with Try Catch, and more), but selecting multiple activities at once collapsed that down to a stripped-down menu with only a limited set of actions. Multi-selection now gets the same full menu as a single activity, and every action that applies runs against your entire selection instead of just the first activity you clicked.

More file types get syntax highlighting

Studio's file editor used to render only a handful of file types (C#, VB, XML, and JSON), with syntax highlighting, while everything else opened as plain text. The file editor now shares the same syntax engine as the Invoke Code editor, so .py, .sql, .ps1, .java, and .js files get full syntax highlighting too.

Improvements

  • The Properties and Outline panels no longer sit blank when nothing is open. Both now show an icon-and-message empty state until you open a file and select an activity.
  • The auto-update setting for Extensions now has four modes — On, Delayed, Manual, and Disabled — instead of a simple on/off toggle.
  • The Profiling panel's empty state now shows an inline call-to-action instead of an incorrect ribbon reference.

Bug fixes

  • Placing a Trigger Scope inside a Parallel activity, or using more than one Trigger Scope in a workflow, incorrectly showed a "trigger must be the first activity" or "only one trigger per workflow" validation error.
  • Building a project that used UiPath.IntelligentOCR.Activities from the command line failed with a version error even though a compatible version was installed.
  • Authenticating to an on-premises Orchestrator with client credentials produced a token that didn't include the tenant, so API calls were redirected as unregistered.
  • Adding a package source that used %userprofile% through an Automation Ops policy created a duplicate feed and left the system-level feed unable to resolve the path in Manage Packages.
  • Pasting into an empty area of the Project panel no longer copied files unless an existing item was already selected.

July 2, 2026

Build number: 2026.0.196

Extensions improvements

You can now read an extension's documentation before and after installing, and Studio will tell you when a newer version is available.

Extension details

Selecting an extension in the panel opens a details tab with its README: description, feature list, configuration options, and screenshots. This offers more information about the extension and removes the need to search it in a different application.

Update notifications and auto-update

When a newer, compatible version of an installed extension is available, its card displays an Update button. The search filters @updates and @outdated list every extension with a pending update, and Update All in the panel header updates them together.

Auto-update is off by default, so extensions only change when you choose to update them. It can be enabled globally or per extension. After an update completes, the card shows a Reload option to restart the extension and load the new version.

You can install a specific version of an extension or download it as a .vsix file for offline installation, both from the context menu on each card.

Visual workflow diff

Reviewing workflow changes is now visual by default. Instead of a raw XAML diff, comparisons render the workflow the way it was built: sequences, flowcharts, and state machines shown side by side, with additions, removals, and modifications highlighted directly on the canvas.

Selecting a modified activity opens the properties panel with a diff of its modified properties, so you can see exactly what changed rather than just that something changed. The diff opens in a regular editor tab instead of a modal, so you can keep working in Studio while reviewing it. Studio remembers your preferred view, visual or text, across sessions.

Inline code editor for Invoke Code

The Invoke Code activity now embeds an ActiPro-powered code editor directly on the activity card, replacing the previous plain-text preview. The editor provides syntax highlighting and IntelliSense for C# and VB.NET, so you can write and edit code inline without opening a separate editor window.

Requires System activities package 26.6.1 or later.

Output panel: select and copy text properly

Log messages in the Output panel are now selectable text. You can select words, ranges, or individual messages and copy them, just as you would in a terminal.

The context menu offers a Copy option for just the message and a Copy (JSON format) option for the structured log data, so there's no need to manually clean up double-escaped paths.

Improvements

The Explorer panel's default active filters now include the Other category, so items that don't fall into a standard category are visible without extra setup.

Bug fixes

  • The Show Changes button in the Git panel sometimes displayed a raw XAML text diff instead of the visual workflow diff viewer.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated