# Aug 23 Release (v27)

### 📢 <mark style="color:blue;">Announcing the August 2023 Release</mark>

This release includes bug fixes for better operation and user experience.

### <mark style="color:blue;">🔧 Bug Fixes</mark>

* The long-running Macros-related issue is fixed, and the workflow sequence works accurately.

> Long-running Macros were executing in Async mode. As a result, their associated processes were showing unexpected behavior.&#x20;
>
> To resolve this issue, The **Enable Synchronous Execution of this Macro** checkbox is added to the Macro Task screen, as shown in the image below. If the user checks the checkbox, the long-running Macros will execute in the sync mode. &#x20;

<div align="left"><figure><img src="/files/wLyyYWGHhT0l6Gisf3OR" alt="" width="432"><figcaption><p>The Enable Synchronous Execution of this Macro checkbox</p></figcaption></figure></div>

> To activate this feature, the user needs to make some changes in the Macro code. The user can see these changes-related information by clicking on the **Info** icon.&#x20;

<div align="left"><figure><img src="/files/OrMUglSCwiI8VOoU7v5F" alt=""><figcaption><p>The Info icon shows information about Macro code-related changes.</p></figcaption></figure></div>

* The issues related to the Notification's UI are fixed.&#x20;

> The Button text is visible now.&#x20;
>
> The Title text is visible now.&#x20;

* The Save Summary scroll bar works well now.&#x20;


---

# 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.valorx.com/valorx-fusion/versions-and-release-notes/windows/older-versions/mac/version-27.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.
