Releases: madmaxoft/LunaPaak
Releases · madmaxoft/LunaPaak
v7: Added LuaExpat for XML parsing
v6 - Added SHA-1 calculation
Added the LuaSha1 library for simple SHA-1 calculation.
v5 - Added HTTP client
Added the LuaSimpleWinHttp library, providing a synchronous HTTP(S) client.
v4 - Added JSON
In preparation for web API functionality, JSON serialization was added, provided by the lua_cjson
module.
V3 - proper filetype registration
LunaPaak now registers itself properly as handler of .luna files, so double-clicking a file should work out of the box. Also scripts can be called with parameters and those get processed properly.
V2 - runnable everywhere
This removes the dependencies of the V1, so now the executable should be able to run on any system since WinXP.