Skip to content

Releases: dario-gms/Lua-Decrypt

Version 3.0

29 Mar 00:35
83d8e4a

Choose a tag to compare

Version 3.0

What's Changed

  • Added multi-version Lua support (Lua 1.0 – 5.5) for both decrypt and encrypt
  • Added auto-detection of Lua version from bytecode header (no manual selection needed)
  • Added Detect button in the GUI to identify the Lua version of any input file
  • Fixed compatibility with unluac.jar builds that do not support the --version flag — the tool now probes the jar at startup and falls back to auto-detection automatically
  • Native Lua 5.1 support remains bundled out of the box (luac.exe + DLLs included)

What's Changed

New Contributors

Full Changelog: v-2.1...v-3.0

Version 2.1

18 Mar 17:37
2892d52

Choose a tag to compare

Version 2.1

What's Changed

  • Added batch decrypt and batch encrypt functionality
  • Added drag-and-drop support (via tkinterdnd2)
  • Added Chinese localization (with language switch)
  • Implemented decoding for Lua escaped UTF-8 strings
  • Minor UI improvements
  • Made by @Byron-max in #1

New Contributors

What's Changed

  • Add batch processing, drag-and-drop, and localization support by @Byron-max in #1

New Contributors

Full Changelog: https://github.com/dario-gms/Lua-Decrypt/commits/v-2.1