File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22## [ Unreleased] ( https://github.com/gilzoide/lua-gdextension/compare/0.4.0...HEAD )
3+ ### Added
4+ - Support for Linux arm64
35
46
57## [ 0.4.0] ( https://github.com/gilzoide/lua-gdextension/releases/tag/0.4.0 )
68### Added
79- ` LuaCoroutine.completed ` and ` LuaCoroutine.failed ` signals
810- ` await ` function similar to GDScript's, allowing coroutines to yield and resume automatically when a signal is emitted
911- Support for Web exports
10- - Support Windows arm64 exports
12+ - Support for Windows arm64
1113- Support for calling static methods from Godot classes, like ` FileAccess.open `
1214- Custom [ Lua 5.4+ warning function] ( https://www.lua.org/manual/5.4/manual.html#lua_setwarnf ) that sends messages to ` push_warning `
1315- ` LuaThread ` class as a superclass for ` LuaCoroutine ` .
You can’t perform that action at this time.
0 commit comments