diff --git a/CHANGELOG.md b/CHANGELOG.md index daf55bf..5dff987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Logitech Litra Changelog +## [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. + ## [Brightness and temperature support] - 2023-03-04 - Add support for setting the brightness and temperature of your Litra devices - thanks to [@zalewskigrzegorz](https://github.com/zalewskigrzegorz) for the [suggestion](https://github.com/raycast/extensions/issues/5101)! diff --git a/README.md b/README.md index c03d5b0..a03a193 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ This [Raycast](https://www.raycast.com/) extension allows you to manage your Log ## Installation -To use this extension, as well as downloading the extension from the Raycast Store, you must also set up [Node.js](https://nodejs.org/en/) and [`npm`](https://www.npmjs.com/), and then install the `litra` npm package globally by running `npm install -g litra`. +To use this extension, as well as downloading the extension from the Raycast Store, you must also set up [Node.js](https://nodejs.org/en/) and [`npm`](https://www.npmjs.com/), and then install the `litra` npm package globally by running `npm install -g litra`. You must be running at least v4.4.0 of the package. When you run the extension for the first time, you'll be prompted to provide the directory where the `litra` package's CLI is installed. You can get this by running `dirname $(which litra-on)` from a terminal.