V1.5.3 is released!

Hi everyone!

We’re excited to announce the release of SquareLine Studio version 1.5.3! This release comes with important fixes and new functionality to enhance your UI development experience.

Flat Export Fix
We’ve resolved the flat export problem that has been affecting some users.

Re-Localization Feature
We’ve introduced a new global ui_relocalize() function that resets all text labels using LVGL’s localization system without recreating the UI, making it much more resource-efficient than rebuilding screens from scratch.

We appreciate your continued feedback as we work to improve SquareLine Studio to better meet your UI development needs.

Best regards,
The SquareLine Team

1 Like

Does recoloring text feature for LVGL 9.x added back with this update.

I mentioned it in this separate thread below.

It is also mentioned in the latest LVGL documentation.
https://docs.lvgl.io/master/details/widgets/label.html#text-recolor

Thanks