summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-18 19:28:09 -0400
committerDavid Robillard <d@drobilla.net>2022-07-18 19:28:09 -0400
commit2e23358410b50d54212e21fbd660f4197af50ed5 (patch)
treeaa635b82cdff47767b1dd0a5c8a1e36e621c0e8f /content
parentff07143489c7a2789ee828c92fc206aa607f47d6 (diff)
downloadlv2site-2e23358410b50d54212e21fbd660f4197af50ed5.tar.xz
LV2 1.18.6
Diffstat (limited to 'content')
-rw-r--r--content/news/2022-07-07-lv2-1-18-6.md17
-rw-r--r--content/pages/index.md2
2 files changed, 18 insertions, 1 deletions
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 <http://lv2plug.in/> 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.
diff --git a/content/pages/index.md b/content/pages/index.md
index c9645e3..ce852a5 100644
--- a/content/pages/index.md
+++ b/content/pages/index.md
@@ -36,6 +36,6 @@ Community
Developing
----------
-* [Download LV2 1.18.4](http://lv2plug.in/spec/lv2-1.18.4.tar.xz)<a class="siglink" href="http://lv2plug.in/spec/lv2-1.18.4.tar.xz.sig">&nbsp;&#10003;</a>
+* [Download LV2 1.18.6](http://lv2plug.in/spec/lv2-1.18.6.tar.xz)<a class="siglink" href="http://lv2plug.in/spec/lv2-1.18.6.tar.xz.sig">&nbsp;&#10003;</a>
* [Repository](http://gitlab.com/lv2/lv2)
* [Issues](https://gitlab.com/lv2/lv2/-/issues)