# Release Notes

#### May 6, 2026

* Enabled Bluetooth integration for AI projects
* Activated sound and speech features for AI projects
* AI-generated apps can include Drawer Navigator
* Fixed an issue with images in downloaded AI apps

#### April 27, 2026

* Enabled Map integration for AI projects.
* Activated Download Android for mobile users.
* Added example projects that you can remix and use

#### April 13, 2026

* Enabled AI-generated apps to include share file features
* Implemented API keys support for AI-generated apps

#### April 6, 2026

* Resolved an issue where a new project was sometimes opened in Preview instead of Edit mode

#### March 30, 2026

* Launched a new [Publish iOS method with App Store Connect API](https://aidocs.thunkable.com/publishing/ios-publishing)

#### March 25, 2026

* Enabled AI-generated apps to access the device’s sensors
* AI-generated apps can include share features
* Added Drag and Drop capability of components on AI projects

#### March 17, 2026

* Improvements to Version Number field in iOS publishing
* Improvements to Unsplash API error classification
* Fix for color schemas applied to active icons
* Expansion of useCamera feature to support desktop photo capture
* Added the option to click on the screen’s components to edit them without using AI
* Launched a new Release Notes Announcements panel
* Added Follow-Up Questions before App Generation and Prompt Suggestions
* AI Docs connected to the platform

#### March 12, 2026

* Updated [token costs for Build & Discuss mode prompts](/getting-started/what-is-thunkable-ai.md#ai-tokens)

#### March 10, 2026

* Fixed bug where code generation continued after clicking Stop
* Improved Discuss Mode feedback readability
* Addition of an Apply button when Discuss Mode suggests an action
* Enabled AI-generated code to access the device location

#### March 4, 2026

* Fixed bug where users received "Unknown Error" response after the first prompt for their app
* Fixed bug where only a portion of screens appears in drop-down menu

#### March 3, 2026

* [Color Schema](/app-design/color-schema.md) settings added
* Enabled AI-generated code to access the device camera

#### February 25, 2026

* Thunkable AI full release
* Fixed bug where permissions blocked some app publications to Google Play Store

#### February 23, 2026

* Improvement to mobile web layout
* Added an option to set the Version code on AI projects when [publishing the app on Android](https://aidocs.thunkable.com/publishing/android-publishing#download-your-android-app-bundle-aab-file)

#### December 16, 2025

* Thunkable AI released for beta testing


---

# 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://aidocs.thunkable.com/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.
