0.5.0
6th Aug 2022
- Import codes now include only options that differ from defaults, which significantly shrinks their size. This is optional and can be disabled.
- Tons of UI tweaks and fixes.
API:
ProcessorConfig'sbulkandexpandDirectorydeciders now acceptmeta: {modifiers: string}as 3rd parameter.modifiersis a string with modifiers pressed when dropping the item into the profile. Read docs for more info.- Added
pluginDataPathtoLoadUtils,InstallUtils, anddataPathtoPreparatorUtils,ProcessorUtils. These are both the same path that leads to a directory where plugin should store it's session data that should persist. - Modifiers were changed from lowercase to PascalCase.
- Fixed
PrepartorUtils.nodePathpointing to directory instead of the binary file.