Releases: nint8835-archive/jigsaw
Releases · nint8835-archive/jigsaw
v3.2.1
18 Jun 20:16
Compare
Sorry, something went wrong.
No results found
Fix python version checking resulting in a deprecation warning in python 3.10+
v3.2.0
06 Jun 21:39
Compare
Sorry, something went wrong.
No results found
Added support for Python 2
v3.1.0
13 May 16:40
Compare
Sorry, something went wrong.
No results found
Added quickload method to make initial loading of plugins take one line of code instead of three
v3.0.0
28 Mar 22:14
Compare
Sorry, something went wrong.
No results found
Added support for loading plugins from multiple paths
v2.4.0
12 Mar 00:24
Compare
Sorry, something went wrong.
No results found
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
11 Mar 22:42
Compare
Sorry, something went wrong.
No results found
Added the unload_plugin method to the PluginLoader class to unload a specific plugin
v2.2.2
11 Mar 00:52
Compare
Sorry, something went wrong.
No results found
Fixed bug that would sometimes cause plugins to not be reloaded due to items being removed from the manifest list
v2.2.1
11 Mar 00:04
Compare
Sorry, something went wrong.
No results found
Made reloading a plugin enable it afterwards
v2.2.0
10 Mar 23:50
Compare
Sorry, something went wrong.
No results found
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
05 Mar 16:30
Compare
Sorry, something went wrong.
No results found
Changed the way exception handling and file verification in manifest loading works.