# Release Notes 2025

## June 12, 2025

Platform Updates

* Introduced new Thunkable[ Accelerator Plan and AI Tokens](https://thunkable.com/pricing)

## June 5, 2025

Platform Updates

* Update pop-up error messages.

## May 29, 2025

Platform Updates

* Resolved an issue with Splash Image being stretched.
* Added Rating to AI tools.

## May 22, 2025

Platform Updates

* Added Prompt Library to AI Chatbot helper, Style AI, and AI Debugger.

## May 15, 2025

Platform Updates

* Released Style AI and AI debugger for Builder users.

## May 8, 2025

Platform Updates

* Resolved an issue with Image Flickering on mobile.

## May 5, 2025

Platform Updates

* Released AI Debugger for Block Editor to Advanced users.

## April 24, 2025

Platform Updates

* Fixed an issue with playing audio on the iOS Thunkable Live app

## April 17, 2025

Platform Updates

* Released Style AI to Advanced users.
* AI chatbot helper is now available for Free users.

## April 10, 2025

Platform Updates

* Fixed an issue with Initializing Variables with Data Source Blocks.

## April 3, 2025

Platform Updates

* Enhanced the [AI Image Generator](https://docs.thunkable.com/app-design/ui-components/generative-ai#ai-image-generator) to now return 4 images with the added ability to refresh results.

## March 27, 2025

Platform Updates

* Added Navigation property on [button component](https://docs.thunkable.com/app-design/ui-components/basic-components/button).

## March 20, 2025

Platform Updates

* Added a new OpenAI block: [Call Text to Speech](https://docs.thunkable.com/blocks/advanced-app-features/openai-services-chatgpt-integration-blocks#call-text-to-speech).
* Added “Filter” property on [Image component](https://docs.thunkable.com/app-design/ui-components/basic-components/image-1) and blocks.

## March 12, 2025

Platform Updates

* Added Undo/Redo in the blocks editor.

## March 4, 2025

Platform Updates

* Added AI project template generator for creators on the Builder and Advanced plans.

## February 20, 2025

Platform Updates

* Updates and new features for [Educational Accounts](https://thunkable.com/education).

## February 6, 2025

Platform Updates

* Added the feature to revert the screen’s components and blocks after screen deletion using the [undo keyboard shortcut](https://docs.thunkable.com/getting-started/undo-redo).
* Added Chatbot Helper with OpenAI for creators on the Builder plan.

## January 17, 2025

Platform Updates

* Added [Filter View](https://docs.thunkable.com/getting-started/data-sources#add-filter-view) dropdown for StP projects for DVL/DVG components.

New Features

* Added Chatbot Helper with OpenAI for creators on the advanced plan.
* Introduced a new block to pass [images with text to OpenAI](https://docs.thunkable.com/blocks/advanced-app-features/openai-services-chatgpt-integration-blocks#call-text-with-image).
* Extracting prominent colors from an image.
* Adjusting image with [Palette](https://docs.palette.fm/introduction/the-ai-colorization-engine).

## January 9, 2025

Platform Updates

* Fixed an issue with [Assets](https://docs.thunkable.com/settings/assets) and [data source](https://docs.thunkable.com/getting-started/data-sources) names that were overlapping the trash and edit icons

Component Updates

* Updated [Rich text component](https://docs.thunkable.com/app-design/ui-components/basic-components/rich-text-component)<br>


---

# 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.thunkable.com/additional-resources/release-notes/release-notes-2025.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.
