Skip to content

Releases: Mikulus6/lacel

v1.3.2

29 Jan 14:39
377f59c
Compare
Choose a tag to compare
  • Replaced constant *.json dictionaries with *.py files.
  • Added compilable script for wider Łacel usage.
  • Updated README.md file.
  • Updated version.txt file content to 1.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

28 Dec 14:22
1c10540
Compare
Choose a tag to compare
  • Pillow is no longer required during Łacel installation. It is only necessary for *.bar*.png conversion.
  • Updated README.md file.
  • Updated version.txt file content to 1.3.1.

v1.3.0

02 Oct 13:37
b3d2c94
Compare
Choose a tag to compare
  • 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 to 1.3.0.

v1.2.1

26 Sep 11:41
796d14b
Compare
Choose a tag to compare
  • Fixed setup.py issue with ignoring non-py files during installation.
  • Fixed functions names in README.md file.
  • Updated version.txt file content to 1.2.1.

v1.2.0

22 Sep 19:13
55577f8
Compare
Choose a tag to compare
  • Removed lacel_setup.py script.
  • Added setup.py script.
  • Added version.txt file.
  • Made minor changes to README.md file.

v1.1.0

21 Sep 17:07
2f4fad0
Compare
Choose a tag to compare
  • Added lacel_setup.py script.
  • Moved constant dictionaries to *.json files.
  • Made minor changes to README.md file.
  • Fixed os separator to be always \ inside archives.

v1.0.0

19 Sep 08:26
383d4e1
Compare
Choose a tag to compare
  • Published initial release.