# V532/533/534/535 Release Notes

**URL:** https://community.thunkable.com/t/v532-533-534-535-release-notes/4108254
**Category:** Release Updates
**Tags:** new\_release
**Created:** [January 16, 2026, 3:59pm UTC](https://community.thunkable.com/t/v532-533-534-535-release-notes/4108254 "2026-01-16T15:59:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [January 16, 2026, 3:59pm UTC](https://community.thunkable.com/t/v532-533-534-535-release-notes/4108254/1 "2026-01-16T15:59:57Z")

</div>

_Version 532 of Thunkable was released on December 16, 2025_

**Platform Updates**

- Improved Block generation.
- Fixed an issue when setting the Map’s latitude and longitude to null.
- Resolved an issue happening when the project has a module and canvas blocks.

_Version 533 of Thunkable was released on December 22, 2025_

**Platform Updates**

- Fixed an [issue with Map icon markers](https://community.thunkable.com/t/add-icon-marker-not-working/4107797).
- Resolved an [issue where the button’s text was becoming invisible](https://community.thunkable.com/t/button-text-bug-in-thunkable-v531/4108062).

_Version 534 of Thunkable was released on January 5, 2026_

**Platform Updates**

- Fixed an issue with the “Update filter” data source block.
- Added Pitch and rate to the advanced text to speech block:  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/3/433869c7153a4db96515b701fa71a764527cd959.png)

_Version 535 of Thunkable was released on January 12, 2026_

**Platform Updates**

- Fixed an issue with the Record video blocks on iOS.

- Resolved an [issue with the StP barcode scanner blocks on Android](https://community.thunkable.com/t/scan-qr-code-issue-repeating-the-action-4-5-times/3323899/).

- Resolved an issue with the [Map Icon marker Title/description text’s width](https://community.thunkable.com/t/add-icon-marker-not-working/4107797/8).

- Added font size and font family options on the Text Input blocks:  

- Fixed some issues with the Data Viewer component.

- Updated Web Viewer post message block:  
Previously, we were sending whatever type the user has chosen - e.g., if you send the number “1”, we’re sending 1 as a number. Now, we are stringifying everything, meaning that if you send “1”, it’ll be 1 as a string and not as a number. This means that whoever is receiving or consuming the message should handle it accordingly.  
In the case of “1”, it’s “simple”. But if the user decides to send a whole object (e.g., `{ name: 'John Doe', age: 20 }`, then this will be sent/received as a string, and the receiver must cast/parse it to an object and then they can use it as such

Please keep in mind that you may need to do a [hard refresh](https://docs.thunkable.com/getting-started/data-sources/data-sources#hard-refresh-your-browser)of your browser for the changes to take effect in your project. If you experienced any of these issues on the [Thunkable Live](https://thunkable.com/mobile) app, you will need to update to the latest version through the App Store and/or Google Play Store before any changes will occur. If your [downloaded or published app](https://docs.thunkable.com/publishing-apps/publish) is affected by any of these issues, you will need to re-download or re-publish your app for these changes to take effect.
