v.2.0.2
Pre-releaseAdd : Scripts in the mod list do not need to contain a class that derives from IScriptMod, they can be helper scripts with code available to all other mod scripts.
Add : New Rename button added to script editor toolbar.
Change : Script names no longer need to be sync'd w/ IScript* class name, but since they represent file names must be unique per script type i.e. query vs mod.
Change : App version moved from left to right side of statusbar. Is now a button, when clicked will check GitHub for latest release. If new release available will prompt user to download. Will not auto-install, just downloads latest zip. User must then exit app and update files, taking care that new zip scripts don't overwrite any of the same name the user has updated.
Fix : Selecting unsupported file types e.g. wem audio, would cause app to exit. This was originally intented for testing, but was to be removed for release.
Fix : Selecting a mbin that requires a libMBIN download, and cancelling that download, would cause app to exit. This was originally intented for testing, but was to be removed for release.