Skip to content

Commit

Permalink
Version 6.1.0
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
depili committed Dec 2, 2023
1 parent 1e7000d commit 30530cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 30530cd

Please sign in to comment.