diff --git a/CHANGELOG.md b/CHANGELOG.md index e64369b..717f8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 1.2.0 (in development) +### 1.2.0 (2019-11-15) - Add Lua script engine. - Add security warning when loading script from patch or module preset. diff --git a/Makefile b/Makefile index b2e6a35..42e4013 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ include $(RACK_DIR)/arch.mk DUKTAPE ?= 0 QUICKJS ?= 1 LUAJIT ?= 1 -PYTHON ?= 1 +PYTHON ?= 0 # Entropia File System Watcher efsw := dep/lib/libefsw-static-release.a diff --git a/plugin.json b/plugin.json index 187f66e..b85aed7 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "VCV-Prototype", "name": "Prototype", - "version": "1.1.1", + "version": "1.2.0", "license": "GPL-3.0-only", "brand": "VCV", "author": "VCV",