News

RSS

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.

0.6.2

11th Feb 2023

Features

  • Improved dependency load/install error modals.
  • Improved modifiers info table style.
  • Increased default Node.js update interval to 3 months.

0.6.1

2nd Feb 2023

Features

  • Added an app setting to control operations' process priority.
  • Redesigned options in compact mode to be way more compact.
  • Display processor name on profile page next to title.
  • Other UI tweaks and fixes.