Hello everyone,
It's finally time to release LuaRT 1.6.0!
This version focuses on Desktop applications by bringing some new features, but above all a number of bug fixes relating to the user interface. The documentation have been updated with the latest changes, and implements now a search functionnality.
Among the few new features, you can find:
- a new
ui.Panel
object, which can contain child widgets
- a new
ini
module to write/read configuration files in INI format
- a new tool
rtcheck.exe
to automatically search and update LuaRT
Significant improvements have been made, including:
- Optimized Task management, allowing for more responsive applications
- Widgets
align
property now remember the last widget position and size
- Better RTF support in
ui.Edit
widget
Webview:eval()
now returns a Task that will be finished once the Javascript engine has returned the result
Some fairly annoying bugs have been fixed:
- The management of window color,
ui.Label
, ui.Groupbox
has been improved
wluart.exe
interpreter errors are now correctly displayed
- Clicking on the "stop" button in LuaRT Studio will finally stop the current program running
ui.run()
will no longer run indefinitely in certain cases
Window:maximize()
will work on first display
Label.textalign
and Button.textalign
now work correctly
This release will prepare for the upcoming arrival of the LuaRT GUI Builder.
For the moment, and as usual, do not hesitate to share your remarks, comments, or bug reports on this forum !
All LuaRT releases now includes a .minisig
file to check integrity of the downloaded LuaRT distribution.
You can download the minisign.exe
tool at the release section of the [Login to see the link]
Open a console prompt and go to where you downloaded LuaRT released .zip and .minisig files and type the following command to check for integrity :
minisign -Vm LuaRT-1.6.0-x64.zip -P RWQePKEZPWae5LOhoGMWSH8l3tbnk1lG9Lxufdu6wSk3oxyiPzYdvylF
Regards,
Samir