# Release Notes

We are constantly improving NovaTalks to make your work even more convenient and efficient. In this section, we have gathered all the information about new feature releases, system enhancements, and bug fixes.

<details>

<summary>March 2026</summary>

{% hint style="success" %}

### **New functionality**

* [Custom attributes](/en/get-started/settings/custom-attributes.md)
* [Chatbot scenario logging](/en/get-started/settings/chatbots/chatbot-script-logging.md)
* Polish interface localization
* New service for connecting [Numbered WhatsApp](/en/get-started/settings/inboxes/whatsapp-by-phone.md)
* New [permissions ](/en/get-started/settings/roles-and-permissions/permissions-list-and-description.md)that allow anonymizing data and hiding sensitive customer information; editing public Macros and public Macro libraries (now available to roles other than the administrator); editing public Quick Replies and public Quick Reply libraries, not only by administrators (now available to other roles as well).
  {% endhint %}

{% hint style="warning" icon="circle-bolt" %}

### **Improvements and optimizations**

* System core updated and database optimized for better performance
* Email channel optimized
* Long SDK API requests optimized
* Support for authorization headers added for webhooks
* Improved message delivery status handling for Numbered Viber
* Text editor standardized and file interaction mechanism improved
  {% endhint %}

{% hint style="danger" icon="bug" %}

### **Bug fixes**

* Macros: Fixed an issue where attached files disappeared when running an AI macro.
* Editor: Restored correct functionality of the “Cancel text formatting” button.
* Email: Resolved an issue where the TO and CC fields were cleared after the bot sent an automatic reply.
* Automation: Added a scroll bar in the settings window.
* Chatbot: Fixed the logic for the “*Copy skill settings from default language*” and “*Update*” buttons when changing the bot’s language.
  {% endhint %}

</details>


---

# 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://help.novatalks.com.ua/en/release-notes.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.
