Skip to content

v0.2.3

Choose a tag to compare

@SpotlightKid SpotlightKid released this 22 Mar 21:48
· 10 commits to master since this release

This is a maintenance release. There are no changes to the plugin's behaviour or output.

  • Added .desktop and icon for the JACK stand-alone program.
  • Updated DPF sub-module to commit 86a621bf on branch main.
  • Added patch for DPF to fix plugin version numbering.
  • Changed plugin license field to SPDX URL.
  • Updated code using deprecated DGL call signatures.
  • Made readme updates, minor wording changes, spelling and markup fixes and corrections to description of compilation requirements.
  • Build:
    • Fixed aarch64 build.
    • Added build scripts for win32/64 using MinGW.
    • Tweaked dgl make target do not build unneeded Cairo DGL variant.
    • Added check make target for lv2lint check of build plugin.
    • Added submodules make target to check out DPF submodule and abort with better error if DPF is missing.
    • Replaced bundle-source.sh with create-git-archive.sh script based on git-archive-all.