From 2e23358410b50d54212e21fbd660f4197af50ed5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Jul 2022 19:28:09 -0400 Subject: LV2 1.18.6 --- content/news/2022-07-07-lv2-1-18-6.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/news/2022-07-07-lv2-1-18-6.md (limited to 'content/news') diff --git a/content/news/2022-07-07-lv2-1-18-6.md b/content/news/2022-07-07-lv2-1-18-6.md new file mode 100644 index 0000000..beb5d5d --- /dev/null +++ b/content/news/2022-07-07-lv2-1-18-6.md @@ -0,0 +1,17 @@ +Title: LV2 1.18.6 +Date: 2022-07-07 00:00 +Slug: lv2-1-18-6 +Author: drobilla + +[LV2 1.18.6](https://lv2plug.in/spec/lv2-1.18.6.tar.xz) has been released. LV2 is a plugin standard for audio systems. It defines an extensible C API for plugins, and a format for self-contained "bundle" directories that contain plugins, metadata, and other resources. See for more information. + +Changes: + + * Add dark mode style for documentation. + * Clean up and modernize Python support code. + * Fix or avoid new compiler and tool warnings. + * Rearrange source tree to be directly usable by dependants. + * Remove archaic properties from foaf vocabulary. + * Replace canonical dcs ontology with a minimal version for LV2. + * Separate API headers from data. + * Switch to Meson build system. -- cgit v1.2.1