From 30530cdc8613d468fea795593205566233d5b702 Mon Sep 17 00:00:00 2001 From: Vesa-Pekka Palmu Date: Sat, 2 Dec 2023 14:11:56 +0200 Subject: [PATCH] Version 6.1.0 * Features: Support for variable parsing in all fields * Bugfixes: * Handle OSC connection errors by retrying after 5 seconds * This prevents the module being unconfigurable if the chosen OSC port is already in use * Better defaults for the module configuration * Default to protocol version 4 * Default to broadcasting clock commands --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cada6c..39863a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "depili-clock-8001", - "version": "6.0.0", + "version": "6.1.0", "main": "dist/clock.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",