Releases: samyeyo/rtc
Releases Β· samyeyo/rtc
rtc 2.1.0
rtc v2.1 (Sept 16 2025)
- New:
-Loption to specify a new search path for Lua modules - Updated: Link only the correct module DLL (either the static or dynamic version)
- Fixed: static linking is more reliable now
rtc v2.1.0 includes all previous updates not released as binary package :
rtc v2.0 (May 10 2025)
- New:
sys.File()now uses embedded files first for compiled scripts. - Updated: static compiled executables can now embed and load Lua binary modules (linked with LuaRT
lua54-static.liband suffixed by-static.dll) - Updated:
rtcnow displays more information during compilation - Updated:
wrtcnow supports static linking of binary modules - Updated: static compiled executables can now load Lua 5.4 binary modules suffixed by
-static.dll - Updated: arg[0] now contains the current executable fullpath for compiled scripts
- Fixed:
sys.File()won't crash anymore for embedded files now
rtc v1.9.5 (March 22 2025)
- Updated:
rtcnow supports submodules linking
rtc v1.9.0 (Jan 27 2025)
- Updated:
rtcgenerates executable with Lua 5.4.7 VM - Updated: DLL binary modules dependencies are now resolved transparently in the embedded content
rtc v1.7.0 (Jan 5 2024)
- New:
rtcnow accepts mutiple files (the first will be considered the main script) - Updated:
-loption now search for modules in the current directory too - Fixed: Errors thrown by any compiled executables now mention source file and error line (Fixes #5)
π VirusTotal detection for rtc-v2.1.0-x64.zip
π VirusTotal detection for rtc-v2.1.0-x86.zip
If you β€οΈrtc, don't forget to put a β on the GitHub repository !
rtc 1.6.0
rtc v1.6.0 (Nov 26 2023)
General
- Updated rtc with LuaRT toolchain to v1.6.0
rtc
- Fixed:
rtccompiled executables with embedded modules can have now multiple running instances (Fixes #124)
π VirusTotal detection for rtc-v1.6.0-x64.zip
π VirusTotal detection for rtc-v1.6.0-x86.zip
π Minisign public key RWQePKEZPWae5LOhoGMWSH8l3tbnk1lG9Lxufdu6wSk3oxyiPzYdvylF
If you β€οΈrtc, don't forget to put a β on the GitHub repository !
rtc 1.5.2
rtc v1.5.2 (Sept 17 2023)
General
- Updated rtc with LuaRT toolchain to v1.5.2
- Updated Lua VM to 5.4.6
- Release package now compiled using Visual C++
rtc
- New: -l option to embed binary modules in the executable. Modules should be put in the
modules\subfolder wherertc.exeis. - Updated: the main Lua file is now precompiled to bytecode
wrtc GUI frontend
- Updated :
wrtchas a new field to embed modules (just type the name of the modules without the .DLL extension, separated by spaces)
π VirusTotal detection for rtc-v1.5.2-x64.zip
π VirusTotal detection for rtc-v1.5.2-x86.zip
rtc 1.3.1
rtc v1.3.1 (Feb 04 2023)
General
- Updated rtc with LuaRT toolchain to v1.3.1
- Updated to LuaRT UTF8 string functions
- Updated
rtc.luafor new LuaRTcompressionmodule
wrtc GUI frontend
- Fixed the compilation of only console executable (Fixes #3)
- Removed the message box after compilation succeeded
- Fixed widget disposition with new Segoe UI default font
- Display a warning when generated executable will overwrite a preexisting file
- Explorer window don't show up anymore upon compilation
- Fixed empty icon when cancelling icon selection
π VirusTotal detection for rtc-v1.3.1-x64.zip
π VirusTotal detection for rtc-v1.3.1-x86.zip
rtc 1.0.1
rtc v1.0.1 (Oct 09 2022)
Changelog
- Fixed file path bug in wrtc.exe GUI frontend
- Fixed "Executable name" field tooltip
- Fixed runtime error in wrtc.exe on some display
- Updated with LuaRT 1.0.1
Note
VirusTotal detection for rtc.1.0-x64.zip
VirusTotal detection for rtc.1.0-x86.zip
rtc 1.0
rtc 1.0
Changelog
- New GUI frontend
- Easier access to embedded files
- Updated with LuaRT 1.0.0
Note
VirusTotal detection for rtc.1.0-x64.zip
VirusTotal detection for rtc.1.0-x86.zip