From af0db5b122396430808d373970f5c23a83b7d9d3 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Thu, 4 May 2023 19:27:37 +0100 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dff987..5206a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Logitech Litra Changelog +## [Fix support for non-standard Node.js installations] - 2023-05-04 + +- The extension now works with non-standard Node.js installations (e.g. from `nvm`) where we get a `env: node: No such file or directory` error when trying to run `/usr/bin/env node`. It adds a new optional "Node.js binary path" setting which can be set to point directly to the Node.js binary, rather than relying on `/usr/bin/env node`. + ## [Toggle your Litra, rather than turning it on or off] - 2023-03-28 - Instead of separate, painful-to-use "On" and "Off" actions, we now have a simple "Toggle" action. You'll need to update to the latest version of the `litra` npm package.