Releases: iManGaaX/LUAC-Compiler
Releases · iManGaaX/LUAC-Compiler
v1.2.0
What's New In LUAC Compiler v1.2.0 ?
Updates & Improvements
- Fixed corrupted
.luacoutput by handling compiler response as binary data instead of text to preserve original bytes. - Custom titlebar with app icon, title, and window control buttons.
- Minor CSS tweaks for better UX consistency & fixed scrollbars and improved overflow handling.
- Meta.xml settings panel pre-compile options:
Allows the user to choose how meta.xml files are handled,
including replacing.luawith.luac, addingcache="false",
and updatingmin_mta_versionbased on obfuscation level. - Automatic cleanup on file/folder removal & event listeners to prevent memory leaks.
- Smooth animations, hover effects, glows & interactive UI.
- Increased height of Dropzone and File List for better visibility.
v1.1.0
What's New In LUAC Compiler v1.1.0 ?
UI & Display Updates
- Show Lua file sizes per folder or per Lua file.
- Improved file/folder display with Lua file counts.
- Added support for selecting multiple files and folders via Dropzone.
- Simplified code for faster file drop processing with Quick Mode.
- Added option to select the number of files processed per batch during compilation.
Compilation & Meta.xml Updates
- Support large file/folder sizes up to several gigabytes.
- Lua files that fail API compilation (e.g., "ERROR Could not read file") are now automatically ignored.
- The user sees a status message for 5 seconds when a file is failed/skipped.
- Failed files remain unchanged in meta.xml and are not replaced in the output.
- Standardize all
<script>and<min_mta_version>tags in meta.xml with consistent formatting. - Now supports tags ending with
</script>and</min_mta_version>instead of self-closing/>only.
Application & Installer Improvements
- Miscellaneous improvements to app functionality.
- The Installer is now allows custom installation directory, shortcuts, and post-install run.