0.4.0
28th May 2022
Added:
- App & Plugin changelogs can now be viewed directly in the app about page, and each plugin's page.
- UI improvements, tweaks, and fixes.
Plugin API:
- Plugins can make their changelogs available inside the app by using github's Releases, just don't forget to link your repository in your
package.json:repositoryfield. Other repository providers are not supported atm. - PreparatorUtils now contain
nodePath, and some app settings such asfontSize,theme, anddeveloperMode. - Modifiers ID format, used for example in operation preparators, changed from lower cased
alt+shiftto PascalCasedAlt+Shift. - Plugins can now use
package.json:engines.drovpto require min app version. for example:>=0.4.0.