Browse Source

Bump version. Update changelog.

tags/v1.1.1
Andrew Belt 5 years ago
parent
commit
24975ceafd
2 changed files with 5 additions and 3 deletions
  1. +3
    -1
      CHANGELOG.md
  2. +2
    -2
      plugin.json

+ 3
- 1
CHANGELOG.md View File

@@ -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.


+ 2
- 2
plugin.json View File

@@ -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"
]


Loading…
Cancel
Save