Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: iManGaaX/LUAC-Compiler

v1.2.0

03 Nov 10:40
319f330

Choose a tag to compare

What's New In LUAC Compiler v1.2.0 ?

Updates & Improvements

  • Fixed corrupted .luac output 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 .lua with .luac, adding cache="false",
    and updating min_mta_version based 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

06 Oct 01:50
e564fd1

Choose a tag to compare

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.

v1.0.1

01 Oct 20:12
24ae08b

Choose a tag to compare

  • Important fixes in modifying meta.xml file(s)