> For the complete documentation index, see [llms.txt](https://docs.roboteasy.tech/rn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboteasy.tech/rn/genesis/versoes-anteriores/versao-1.2.2.md).

# Versão 1.2.2

## [**Genesis** ](https://roboteasy-genesis-public.s3.sa-east-1.amazonaws.com/RobotEasy_Genesis_Installer_1.2.2.exe)**e** [**Manager**](https://roboteasy-genesis-manager-public.s3.sa-east-1.amazonaws.com/RobotEasy_Manager_Installer_3.2.2.exe)

## Release Notes — Versão genesis 1.2.2 <a href="#release-notes-versao-genesis-1.2.2" id="release-notes-versao-genesis-1.2.2"></a>

### O que é novo <a href="#o-que-e-novo" id="o-que-e-novo"></a>

* **Implementação de suporte a TLS 1.3 e negociação de protocolo**\
  Atualização da camada de comunicação para suporte nativo ao protocolo TLS 1.3. O motor de execução foi otimizado para realizar o handshake utilizando sempre a versão mais recente e segura suportada pelo servidor remoto, garantindo compatibilidade com padrões modernos de criptografia e segurança de rede.

### Correções <a href="#correcoes" id="correcoes"></a>

* **Habilitação da flag Multiline em operações de Regex**\
  Atualização do backend e do componente de interface "Obter Texto com Regex" para suportar a opção `multiline`. A implementação permite que âncoras de início (`^`) e fim (`$`) de linha correspondam ao início e fim de cada linha individual dentro de uma string composta por múltiplas linhas, em vez de apenas o início e fim da string completa.
* **Otimização de renderização e box model no componente Selecionar Grid**\
  Ajuste no CSS do componente para correção de `line-height` e `padding` vertical, eliminando a sobreposição de baselines em itens com quebra de linha. Foi implementada uma largura fixa de 462px no popup do seletor e truncagem lógica no rótulo do campo (limite de 40 caracteres) para prevenir o estouro do container e garantir a integridade do layout do painel de configuração.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.roboteasy.tech/rn/genesis/versoes-anteriores/versao-1.2.2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
