0.1.0
13th Apr 2022
New
- New profiles UI allows re-arranging your grind however you like.
- Profiles section now supports categorizing profiles into tabs. You can hide the tabs if you don't have many profiles.
- A lot of small tweaks and fixes.
Fixed
- There were some issues on Mac related to extracting archives when installing dependencies. This should now be resolved.
Plugin API
- New operation preparator utilities (read docs for more). Summary:
alert(data)- Display alert modal.confirm(data)- Display confirmation modal.prompt(data, stringOptions)- Modal with string prompt.promptOptions(data, optionsSchema)- Modal with complex options constructed from optionsSchema, just like profiles.openModalWindow(pathOrOptions, payload)- Opens a whole new window with your own UI to do something to the payload.
extract()util now providesonProgressreporter which acceptsProgressreporting util, similar todownload().