# Version 1.31

**November 23, 2023**

**A new release of Sherpa Designer has been released: version 1.31**

1. Remote debugging has been implemented. This functionality will allow debugging of robots connected to Sherpa Designer over the network.

This type of debugging is available for both Windows and Linux robots.

* Video on using remote debugging:

<https://sherparpa.ru/ucontent/?0J>

2. Support for YandexGPT has been added to the "Machine Learning" block palette. You can access YandexGPT through the "Request to ChatGPT" block.
3. Support for multithreading has been added to the "Add Tasks to Queue" block in the "Orchestrator" palette when creating tasks for loading data from large tables (more than 10,000 rows).
4. Two projects have been added to the Demo Projects folder, demonstrating work with the Telegram Bot and Telegram Client with multiple users.
5. The recognition blocks for standard documents from the "OCR Automation" palette have been translated to work with the Template Engine. Using the Sherpa Template Engine increases stability and provides the ability to make edits to standard document templates.
6. A message waiting property has been added to the "Bot. Get Message" and "Client. Get Message" blocks in the "Telegram" palette.
7. Support for the function of adding comments to news written in the Telegram channel has been added when working with Telegram. More details can be found in the video.

* Video on using this feature and the corresponding blocks ("Client. Get Message Stream ID"):

<https://sherparpa.ru/ucontent/?0G>

8. The "Table to Text" and "Dictionary to Table" blocks have been added to the "Data Tables" palette.
9. The stability of all blocks in the "FTP" palette has been improved.
10. The "Extract Data" block in the "1C" palette has been enhanced with the ability to specify a list of columns and build a table by columns. These features will help extract tables with "double" headers.

**The first version of the robot for the Linux operating system has been released**

The robot was tested and verified on Astra Linux Common Edition 2.12.46.6.

Information on installing and running the robot is available at the link:

[Sherpa RPA Distributions (Linux)](https://docs.sherparpa.ru/en/ssylki-na-distributivy/distributivy-sherpa-rpa-linux)

**Updated platform distributions are available on the page:**

[Links to Distributions](https://docs.sherparpa.ru/en/ssylki-na-distributivy)


---

# Agent Instructions: 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:

```
GET https://docs.sherparpa.ru/en/obnovleniya/obnovleniya-sherpa-designer/versiya-1.31.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
