News

RSS

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 provides onProgress reporter which accepts Progress reporting util, similar to download().

0.0.6

25th Dec 2021

Fixed

  • Dependencies not reloading after initial app load.
  • App updates checking not respecting update check interval setting.

Changed

  • Small UI tweaks and fixes.

0.0.5

18th Dec 2021

Hello! Initial BETA release :)