Releases: autumngmod/libloader
Releases Β· autumngmod/libloader
Release list
v0.1.6 - Stable release
Changes:
- Security fixes (now clients cannot download libraries unless they are superadmins)
- Library will now not load
lib.luaon the server if the library is client-only - Added hooks
LibLoader.Installed- called when library is installed andLibLoader.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
v0.1.4 - Stable release
Changes:
- now players can't change the contents of
lib.txtto 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
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
Changes:
- a lot of hotfixes
READMEchanges- Now
libloaderworks on the client side as well, and automatically loads libraries + enables them