News

RSS

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 broke child_process.spawn() for .cmd files, which is how we have to run npm to install/update plugins. Fun times.

0.8.1

5th Oct 2024

Features

  • Updated electron and other dependencies.
  • Various UI tweaks and fixes.

Fixes

  • Node update would sometimes fail due to idle threads.
  • Drop serialization broken by new electron APIs.

0.8.0

6th Dec 2023

Features

  • Basic support for touch/pen inputs.
    Can't claim a 100% support for these as I haven't tested it extensively, but the app should be usable with them now.
  • Updated Electron to 28.
    This should add support for esm modules in plugins, but haven't tested it yet.
  • UI tweaks and fixes.

Fixes

  • Couldn't change plugin's page tabs to changelog if plugin wasn't installed already.

0.7.2

3rd Dec 2023

  • UI tweaks and fixes.
  • Updated dependencies.

0.7.1

25th Nov 2023

Features

  • Focus window when something is dragged over it for longer than a second.
  • Improved unwanted window close prevention and fixed some issues with it.
  • Improved dropzones scrolling by dragging close to scrollable edges.
  • UI tweaks and fixes.

Fixes

  • Couldn't drag files & folders from outputs box.

0.7.0

21st Nov 2023

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 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.

Fixes

  • Payload editor was loosing preparator data.
  • Nullable options always recognized as changed even when default values.