# Version 1.12b

We are pleased to announce the release of the new beta version of the Sherpa RPA platform — 1.12b.

Key changes:

1. Improved UX for working with blocks — blocks can now be moved from any point, including the center, along with several other changes that enhance usability.
2. Fixed issues with debugging tools — Debug, Step Into, Step Over, Breakpoint. Debugging now works faster, and you can switch between different debugging modes in any order, including launching a script directly in Step Into or Step Over mode.
3. Redesigned error and exception handling system, as well as logging.\
   A new group of properties "Error Handling and Logging" has been added to each block; these properties will allow fine-tuning of the logging level and what to do in case of an error — ignore it, abort the script, or proceed via the "On Error" connector. This connector is now available in almost all blocks. For those that do not have it (e.g., loops, conditions), there is now an option to specify the exit direction from the block in case of an error (down or right). These settings can be specified at the level of each specific block, at the level of the entire diagram (in its Start block), or at the level of the entire project (in the Start block of the main diagram). For details, see the tooltips for the new properties.


---

# 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/arkhiv-obnovlenii/versiya-1.12b.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.
