News

RSS

0.3.0

27th Apr 2022

Changed:

  • UI tweaks and fixes.

Fixed:

  • Operation Payload and Logs pages were overflowing layout.
  • Pause/Resume hotkey preventing space bar from pressing focused buttons.

API:

  • Processor config can now define optionalDependencies for dependencies that should not prevent profiles from executing operations if they're missing.

0.2.0

22nd Apr 2022

Fixed

  • Profile importer ignoring protocol payload, and erroring out on invalid option types.
  • Bunch of other small UI tweaks and fixes.

Plugin API

  • Added CommonModals to processor's PreparatorUtils and dependency's InstallUtils.
  • Fixed extract's ExtractListDetailItem containing incorrect path.
  • Fixed TypeScript plugin generator failing due to outdated types.

0.1.1

15th Apr 2022

Changed

  • Improved profiles drag & drop UX.
  • Miscellaneous tweaks and fixes.

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.