Browse Source

Bump version.

tags/v1.1.0
Andrew Belt 5 years ago
parent
commit
7ddf003dce
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      CHANGELOG.md
  2. +1
    -1
      plugin.json

+ 2
- 0
CHANGELOG.md View File

@@ -2,9 +2,11 @@
### 1.1.0 (2019-09-15)
- Add block buffering with `config.bufferSize`.
- Scripts must change `inputs[i]` to `inputs[i][0]` and `outputs[i]` to `outputs[i][0]`.
- Allow multiple lines of text in LED display.
- Duktape (JavaScript):
- Use array instead of object for RGB lights and switch lights.
- Scripts must change `.r` to `[0]`, `.g` to `[1]`, and `.b` to `[2]` for `lights` and `switchLights`.
- Use ArrayBuffers instead of arrays, improving performance \~5x.

### 1.0.0 (2019-09-15)
- Initial release.

+ 1
- 1
plugin.json View File

@@ -1,7 +1,7 @@
{
"slug": "VCV-Prototype",
"name": "Prototype",
"version": "1.0.0",
"version": "1.1.0",
"license": "BSD-3-Clause",
"brand": "VCV",
"author": "VCV",


Loading…
Cancel
Save