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 opening drovp://drop/*
links. The signature is drovp://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.