Releases: Mikulus6/lacel
Releases · Mikulus6/lacel
v1.3.2
- Replaced constant
*.json
dictionaries with*.py
files. - Added compilable script for wider Łacel usage.
- Updated
README.md
file. - Updated
version.txt
file content to1.3.2
.
Note:
lac.exe
was compiled on Windows 10 64-bit using pyinstaller. It might not work on other operating systems.
v1.3.1
v1.3.0
- Added 32-bit limit for converting integers to strings of hexadecimal symbols via function
int_to_hexstr_le()
. - Added error for attempting to convert non-integers to strings of hexadecimal symbols.
- Changed
name_corruption_replacement
to null char. (\u0000
in*.json
files) - Updated
README.md
file. - Updated
version.txt
file content to1.3.0
.