summaryrefslogtreecommitdiffstats
path: root/content/news/2020-04-26-lv2-1-18-0.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 21:22:16 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 21:26:00 -0400
commit62712ca6bc33f6f5e61667fc9368ea0551111d51 (patch)
tree3f3ae7bb5db364300cae9608824a80a55210213c /content/news/2020-04-26-lv2-1-18-0.md
parentc5e468c5d51d1e320c6191119ab3b8c3e01f0ddd (diff)
downloadlv2site-62712ca6bc33f6f5e61667fc9368ea0551111d51.tar.xz
LV2 1.18.4
Diffstat (limited to 'content/news/2020-04-26-lv2-1-18-0.md')
-rw-r--r--content/news/2020-04-26-lv2-1-18-0.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/content/news/2020-04-26-lv2-1-18-0.md b/content/news/2020-04-26-lv2-1-18-0.md
new file mode 100644
index 0000000..8bb93b8
--- /dev/null
+++ b/content/news/2020-04-26-lv2-1-18-0.md
@@ -0,0 +1,21 @@
+Title: LV2 1.18.0
+Date: 2020-04-26 04:00
+Slug: lv2-1-18-0
+Author: drobilla
+
+[LV2 1.18.0](http://lv2plug.in/spec/lv2-1.18.0.tar.bz2) has been released. LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin "bundles". See <http://lv2plug.in> for more information.
+
+Changes:
+
+ * Improve documentation.
+ * Separate extended documentation from primary data.
+ * core: Add lv2:Markdown datatype.
+ * core: Deprecate lv2:reportsLatency.
+ * patch: Fix incorrect type of patch:sequenceNumber.
+ * port-groups: Remove incorrect type of pg:letterCode.
+ * port-groups: Replace broken links with detailed Ambisonic channel descriptions.
+ * state: Add state:freePath feature.
+ * ui: Add ui:requestValue feature.
+ * ui: Add ui:scaleFactor, ui:foregroundColor, and ui:backgroundColor properties.
+ * ui: Deprecate ui:binary.
+ * worker: Improve documentation.