Releases: dario-gms/Lua-Decrypt
Releases · dario-gms/Lua-Decrypt
Version 3.0
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
Detectbutton in the GUI to identify the Lua version of any input file - Fixed compatibility with
unluac.jarbuilds that do not support the--versionflag — 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
- Version 3.0 by @dario-gms in #2
New Contributors
- @dario-gms made their first contribution in #2
Full Changelog: v-2.1...v-3.0
Version 2.1
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
- @Byron-max made their first contribution in #1
What's Changed
- Add batch processing, drag-and-drop, and localization support by @Byron-max in #1
New Contributors
- @Byron-max made their first contribution in #1
Full Changelog: https://github.com/dario-gms/Lua-Decrypt/commits/v-2.1