- 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
'sbulk
andexpandDirectory
deciders now acceptmeta: {modifiers: string}
as 3rd parameter.modifiers
is a string with modifiers pressed when dropping the item into the profile. Read docs for more info.- Added
pluginDataPath
toLoadUtils
,InstallUtils
, anddataPath
toPreparatorUtils
,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.nodePath
pointing to directory instead of the binary file.