> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/whats-new.md).

# What's new

## March, 2026

**Version 4.1.5**

**🎉&#x20;**<mark style="color:purple;">**NEW FEATURES**</mark>

* **AI-Translate Text label:** The app now provides a quicker way to translates label using AI-generator tool. Instead of manually selecting language and switching between each language tab and edit the corresponding text. This process is now much faster, as the app provides an **AI translation tool** directly in the settings. Click on the **Auto Translate** button in the app's Setting to generate the translation for each language.&#x20;

<figure><img src="/files/lJ1vXKMIVdjMAje6X0CR" alt=""><figcaption></figcaption></figure>

**🛠️&#x20;**<mark style="color:blue;">**IMPROVEMENTS**</mark>

* **Improving & Optimize performance and Feature:** Light UI updates across the dashboard to make navigation clearer and everyday tasks feel smooth

## December, 2025

**Version 4.1.0**

**🎉&#x20;**<mark style="color:purple;">**NEW FEATURES**</mark>

* **AI Image Generator:** Effortlessly create high-quality label images using AI, helping you save valuable time while enhancing visual creativity and ensuring consistent, professional designs across your products.

  <figure><img src="/files/HZMo7MQdfzs2UhA984iQ" alt=""><figcaption></figcaption></figure>

**🛠️&#x20;**<mark style="color:blue;">**IMPROVEMENTS**</mark>

* **Improving & Optimize performance and Feature:** Light UI updates across the dashboard to make navigation clearer and everyday tasks feel smooth

## November, 2025

**Version 4.0.6**

**🎉&#x20;**<mark style="color:purple;">**NEW FEATURES**</mark>

* **Show Label Content Based on Product or Variant Metafields:** Dynamically display label content based on product or variant metafields, allowing full control over messaging, badges, and labels without modifying theme code.

  <figure><img src="/files/5E3GR2aya48UpMCsO1Iz" alt=""><figcaption></figcaption></figure>

## October, 2025

**Version 4.0.5**

**🛠️&#x20;**<mark style="color:blue;">**IMPROVEMENTS**</mark>

* **Improving & Optimize performance and Feature:** Refined UI elements for a cleaner and more intuitive workflow, ensuring every action feels seamless and efficient.
* ⚡️ **Frontstore Speed Boost**: Frontstore speed has been improved using the new Frontstore API — enjoy faster response times and better browsing experiences for your customers.

## July, 2025

**Version 4.0.4**

**🎉&#x20;**<mark style="color:purple;">**NEW FEATURES**</mark>

* **Label Groups:** Frontstore speed has been improved using the new Frontstore API — enjoy faster response times and better browsing experiences for your customers.

  <figure><img src="/files/hFMyhkL45ZxbLjG4YcRv" alt=""><figcaption></figcaption></figure>
* **Priority condition:** Set priority rules to automatically highlight the right products to the right customers at the right time, increasing conversion and sales efficiency.

**🛠️&#x20;**<mark style="color:blue;">**IMPROVEMENTS**</mark>

* **Improving & Optimize performance and Feature:** Experience a faster, cleaner interface on mobile with an improved button layout that makes every tap quicker and more intuitive.


---

# 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.samita.io/whats-new.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.
