diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f80328..72c2769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file diff --git a/plugin.json b/plugin.json index 48df7e7..e0e2d69 100644 --- a/plugin.json +++ b/plugin.json @@ -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",