From 24975ceafda2c41eaaa23397db5e64afb80c5089 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 27 Sep 2019 07:48:58 -0400 Subject: [PATCH] Bump version. Update changelog. --- CHANGELOG.md | 4 +++- plugin.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 854f9c9..6bed169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -### 1.1.1 (in development) +### 1.1.1 (2019-09-27) +- Switch JavaScript engine to QuickJS from Duktape. Supports ES2020 and is ~2x faster. +- Automatically reload script when script file changes. - Make knobs writable. - Allow script to be loaded by dragging-and-dropping on the panel. - Add "Save script as" in panel context menu. diff --git a/plugin.json b/plugin.json index 8354258..187f66e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "VCV-Prototype", "name": "Prototype", - "version": "1.1.0", + "version": "1.1.1", "license": "GPL-3.0-only", "brand": "VCV", "author": "VCV", @@ -16,7 +16,7 @@ { "slug": "Prototype", "name": "Prototype", - "description": "Run scripting languages for prototyping, learning, and hacking", + "description": "Run scripting languages for prototyping, learning, and live coding.", "tags": [ "External" ]