Skip to content

Releases: autumngmod/libloader

v0.1.6 - Stable release

Choose a tag to compare

@smokingplaya smokingplaya released this 14 Mar 09:23

Changes:

  • Security fixes (now clients cannot download libraries unless they are superadmins)
  • Library will now not load lib.lua on the server if the library is client-only
  • Added hooks LibLoader.Installed - called when library is installed and LibLoader.Loaded - called when library is successfully loaded
  • Changed the hint after installation. Now it is easier to copy the command to enable the library

v0.1.5 - Stable release

Choose a tag to compare

@smokingplaya smokingplaya released this 10 Mar 19:04

Changes:

  • bug fixes

v0.1.4 - Stable release

Choose a tag to compare

@smokingplaya smokingplaya released this 10 Mar 17:37

Changes:

  • now players can't change the contents of lib.txt to run some lua stuff
  • now all installed libraries on the client will be disabled before libloader starts loading libraries
  • better documentation (lua-ls)

v0.1.3 - Stable release

Choose a tag to compare

@smokingplaya smokingplaya released this 08 Mar 08:57

Changes:

  • Hotfixes (better lua-like style syntax, better hints)
  • Now libraries will not be downloaded again if they are already installed (useful for the client side).
  • Library dependencies are now preserved, and are automatically enabled when you enable a library that depends on it.

v0.1.2 - Stable release

Choose a tag to compare

@smokingplaya smokingplaya released this 08 Mar 01:11

Changes:

  • a lot of hotfixes
  • README changes
  • Now libloader works on the client side as well, and automatically loads libraries + enables them