0.8.2
6th Oct 2024
Features
- UI tweaks and fixes.
Fixes
- Broken plugin install/update mechanism on windows.
One of node.js security fixes brokechild_process.spawn()
for.cmd
files, which is how we have to run npm to install/update plugins. Fun times.
child_process.spawn()
for .cmd
files, which is how we have to run npm to install/update plugins. Fun times.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.