Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Releases: nint8835-archive/jigsaw

v3.2.1

18 Jun 20:16
Compare
Choose a tag to compare

Fix python version checking resulting in a deprecation warning in python 3.10+

v3.2.0

06 Jun 21:39
Compare
Choose a tag to compare
  • Added support for Python 2

v3.1.0

13 May 16:40
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added support for loading plugins from multiple paths

v2.4.0

12 Mar 00:24
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added the unload_plugin method to the PluginLoader class to unload a specific plugin

v2.2.2

11 Mar 00:52
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Made reloading a plugin enable it afterwards

v2.2.0

10 Mar 23:50
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Changed the way exception handling and file verification in manifest loading works.