Releases: ClementDreptin/ModuleLoader
Releases · ClementDreptin/ModuleLoader
v1.2.1
v1.2.0
Features
- Separated displaying just the module names and the modules with their metadata in 2 separate flags (
-s
and-S
respectively). - Allowed to unload a module via its name instead of an absolute file path.
v1.1.0
Features
- Displayed more info about the loaded modules
v1.0.1
Bug fixes
- Fixed using
ModuleLoader
with just a path not working when the module was not already loaded.
v1.0.0
First version.