Skip to content

Releases: lizardwine/litio

v1.6.0 Packed Update

01 Apr 18:59
Compare
Choose a tag to compare

To be more developer-friendly with module developers, you can now test your module by installing it from a tar file without having to publish it on GitHub.

v1.5.0 Modular Branches

06 Dec 04:54
Compare
Choose a tag to compare

Features:

  • now you can install modules from branches

v1.4.1 Modular Update Fixes

05 Dec 21:27
Compare
Choose a tag to compare

Fixes:

  • import error with gitpython, adding it to requirements

v1.4.0 Modular Update

05 Dec 21:14
Compare
Choose a tag to compare

Features:

  • Now you can create and install modules that change the functionality of litio.

Changes:

  • The litio structure is now modular.
  • Tests are now executed with the "run" sub-command.

v1.3.0 Access Update

30 Nov 21:23
Compare
Choose a tag to compare

Features:

  • Improved value comparison with dot access
  • Various bugs fixed
  • Updated documentation

v1.2.0 Output update

28 Nov 20:29
Compare
Choose a tag to compare

Features:

  • Changing output style
  • Adding the possibility to include more output styles
  • Adding the possibility to ignore tests
  • Various bugs fixed

v1.1.0.0 AI Update

28 Nov 05:11
Compare
Choose a tag to compare

Fatures:

  • OpenAI API intrgrated for auto fix errors in code.
  • Docs updated.
  • Several bugs fixed.