Releases: toshinagata/LuaAppMaker
Releases · toshinagata/LuaAppMaker
v0.1.8
- Debugging support is improved (for runtime errors)
- Building on Linux is now based on Debian9 (still experimental)
- Building on Linux is supported.
- wxWidgets version is changed to 3.1.5. Older Mac is still supported with wxWidgets 3.0.3.
v0.1.7
- Fix resourcePath setup in creating standalone application
- Handling of wxWebView in old Windows OS is improved.
- Open and About menu commands are implemented (when no wxmain.lua is given)
- Win: handling of non-ASCII path/file names is improved.
v0.1.6
- Make Standalone Application is improved, so that the files beginning with '.
' or '_' are ignored. - Application startup and cleanup codes are improved.
v0.1.5
- LuaJIT 2.1.0-beta3 is supported.
- wxLua updated to 2021/08/15 version
- Runtime error can be trapped while debugging in ZeroBrane Studio
- Support for ZeroBrane Studio: '@n expression' allows evaluation of expression within the n-th stack frame
- Debugging support with ZeroBrane Studio is improved.
- Mac: NSPrincipalClass entry is added to Info.plist, that should enable Retina display support.
- LuaApp.OpenMultipleDocuments (callback) and LuaApp.Reload() are implemented.
- wxlua: handling of wxMemoryBuffer is improved
- wxlua: wxLuaDataObject:GetDataHere was fixed
- Win: static link of libwinpthread (with mingw)
- When quitting, dialogs are closed differently from other windows
- Version string (the newest git tag) can be accessed as LuaApp.version
v0.1.3
- Some wxGraphicsContext methods accept Lua table as an array of wxPoint2DDoubles
v0.1.2
- wxEVT_COMMAND_XXXX event types can now be accessed via new names wxEVT_XXXX
v0.1.1
- wxGraphicsContext::GetTextExtent() is fixed, so that the method returns the expected values.
- Fix 'Creating standalone application' (some remaining appearance of 'wxLuaApp' is replaced with 'LuaAppMaker')
v0.1.0
First release.