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:repository
field. 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+shift
to PascalCasedAlt+Shift
. - Plugins can now use
package.json:engines.drovp
to require min app version. for example:>=0.4.0
.