From c10aec328521bd46d1b6700825422c559ba7381b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Mar 2019 23:42:52 +0100 Subject: Add news feed --- content/news/2016-09-19-lv2-1-14-0.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/news/2016-09-19-lv2-1-14-0.md (limited to 'content/news/2016-09-19-lv2-1-14-0.md') diff --git a/content/news/2016-09-19-lv2-1-14-0.md b/content/news/2016-09-19-lv2-1-14-0.md new file mode 100644 index 0000000..7c5c17a --- /dev/null +++ b/content/news/2016-09-19-lv2-1-14-0.md @@ -0,0 +1,23 @@ +Title: lv2 1.14.0 +Date: 2016-09-19 00:00 +Slug: lv2-1-14-0 +Author: drobilla + +[lv2 1.14.0](http://lv2plug.in/spec/lv2-1.14.0.tar.bz2) has been released. + +Changes: + + * eg-scope: Don't feed back UI state updates. + * eg-sampler: Fix handling of state file paths. + * eg-sampler: Support thread-safe state restoration. + * buf-size: Add bufsz:coarseBlockLength feature. + * buf-size: Add bufsz:nominalBlockLength option. + * core: Add lv2:enabled designation. + * core: Add lv2_util.h with lv2_features_data() and lv2_features_query(). + * log: Add lv2_log_logger_set_map() for changing the URI map of an existing logger. + * state: Add state:threadSafeRestore feature for dropout-free state restoration. + * state: Add LV2_STATE_ERR_NO_SPACE status flag. + * time: Define LV2_TIME_PREFIX. + * ui: Improve documentation. + * ui: Add missing property labels. + * worker: Improve documentation. -- cgit v1.2.1