v0.2.3
This is a maintenance release. There are no changes to the plugin's behaviour or output.
- Added
.desktopand 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
dglmake target do not build unneeded Cairo DGL variant. - Added
checkmake target for lv2lint check of build plugin. - Added
submodulesmake target to check out DPF submodule and abort with better error if DPF is missing. - Replaced
bundle-source.shwithcreate-git-archive.shscript based ongit-archive-all.