Features
Updated dependencies and electron to current latest.
Theencode
plugin can now play/edit H.265 video natively.Added
drovp://drop/*
protocol handler.
Drovp now supports dropping items into profiles by openingdrovp://drop/*
links. The signature isdrovp://drop/{profileId}/{stringPayload}
. Payloads need to be URI encoded. To drop more than one item, separate payloads with slashes:drovp://drop/{profileId}/{stringPayload1}/{stringPayloadN}
.You can copy profile ID in each profile's page under its details tab.
Removed min width limit on profile cards.
Main nav buttons now activate when dragging something over them, just like profile tabs.
UI updates, tweaks, and fixes.
Fixes
- Payload editor was loosing preparator data.
- Nullable options always recognized as changed even when default values.