Releases: nint8835-archive/jigsaw
Releases · nint8835-archive/jigsaw
v3.2.1
Fix python version checking resulting in a deprecation warning in python 3.10+
v3.2.0
- Added support for Python 2
v3.1.0
- Added quickload method to make initial loading of plugins take one line of code instead of three
v3.0.0
- Added support for loading plugins from multiple paths
v2.4.0
- Added reload_manifest method to reload a specific manifest
- Added reload_all_manifests method to reload all manifests and load any new manifests
v2.3.0
- Added the unload_plugin method to the PluginLoader class to unload a specific plugin
v2.2.2
- Fixed bug that would sometimes cause plugins to not be reloaded due to items being removed from the manifest list
v2.2.1
- Made reloading a plugin enable it afterwards
v2.2.0
- Added enable method to plugin class to handle setting up plugin
- Added enable_all_plugins method to loader class to enable all plugins
v2.1.4
Changed the way exception handling and file verification in manifest loading works.