
Notas de Versão do Studio
Março de 2026
23 de março de 2026
Número de compilação: 2026.0.189
Novidades
Introducing the Source Control panel
Studio now features a dedicated Source Control panel, giving you access to all Git-related operations in one place.
The panel includes a Changes section that lists all pending file changes. Double-clicking a file opens a diff view tab, allowing you to better understand what changed between versions. You can also commit and push directly from the panel.
The panel also includes a Graph section, displaying your repository's commit history as a visual, multi-lane graph. This enables you to easily manage branches and understand the overall history of your project.
To learn more, refer to The Source Control Panel.
Automatic refresh for external project changes
Studio now automatically detects and updates projects when changes are made outside the application (for example, via File Explorer, version control, or scripts). This eliminates the need for manual refresh and keeps your project in sync.
Here are some examples of external changes detected:
- Updates to dependencies in the project.json file.
- Modifications to files and folders in the project directory.
- Changes made through the Terminal panel.
- Files or folders added, removed, or renamed.
These updates are immediately reflected in the Explorer panel.
Additionally, changes to .xaml, .cs, and .txt files are automatically reflected in the designer. If a file has unsaved changes in Studio and is also modified externally, you are prompted to either save your version or reload the updated file.
Melhorias
Coded workflow update
The UiPath.Coded.Workflow activity package was enhanced with various improvements and multiple bug fixes. Make sure you add the latest version of the UiPath.Coded.Workflow activity package to your projects.
Outras melhorias
- You can now double-click an Invoke Workflow File activity to open the invoked workflow directly in the editor.
- Studio now displays more specific messages when an Integration Service connection is unavailable, helping you quickly identify and resolve the issue.
- Double-clicking an activity that does not contain a scope no longer navigates to the activity when using the Compact Design Experience setting.
Correções de bugs
- An unexpected "Unable to start execution" error occurred in some projects containing libraries when debugging was paused by a breakpoint.
- Unexpected errors related to ambiguous arguments in the UiPath.IntelligentOCR.Activities namespace occurred in some projects that contained the Extract Document Data activity.
- Project validation failed for some projects containing activities from the
UiPath.OmniPage.Activitiespackage. - A Ferramenta de Atualização em Massa das Dependências do Projeto fazia com que alguns projetos publicados fizessem referência incorretamente aos pacotes de runtime de dependências atualizadas, independentemente da configuração Separar dependências do runtime.
9 de março de 2026
Número da versão: 2026.0.188
Novidades
Introdução ao painel Terminal
O novo painel Terminal dá acesso a um terminal repleto de recursos no Studio. O terminal é iniciado na pasta atual do projeto e permite casos de uso orientados por CLI e assistidos por IA diretamente na IDE. Isso permite que você interaja com essas ferramentas sem sair do seu projeto.
Nova opção no Repositório de objetos
A opção do menu de contexto Abrir local do arquivo no painel Repositório de objetos permite navegar diretamente até o arquivo seletor/descritor subjacente no disco, permitindo que você corrija erros com rapidez. Para obter mais informações, consulte Reutilização de objetos e bibliotecas de interface gráfica.
Correções de bugs
- Não era possível renomear elementos existentes do Repositório de objetos em alguns projetos.
- Uma mensagem inesperada “Sem erro” aparecia em alguns projetos conectados ao Git ao resolver conflitos de mesclagem.
- Uma mensagem inesperada "O nome fornecido () é inválido" aparecia ao configurar uma atividade For Each File/Folder em alguns projetos.
- Você não pode editar atividades Switch configuradas anteriormente em alguns projetos após atualizar o Studio a partir da versão 2024.10.x.