Releases: stoatworks-labs/companion-module-rfutils
Release list
v1.0.4
Fixed
Installed from this package, the module crashed on load. Companion showed Connection is not running, restarted it endlessly, and the log said Cannot find module '../package.json'. The About block at the bottom of the connection's config panel read package.json relative to its own source file — right in a checkout, wrong once the module is bundled for release, where that path points outside the module. Every packaged release since the About block arrived was affected; a checkout on Companion's developer modules path was not, which is how it went unnoticed.
The About block now finds what it needs from either layout and can no longer stop the module loading. Nothing else changes in this release.
Installing
Needs Companion 4.3 or newer — the module is built for the node22 runtime and module API 2. In Companion open Modules → Import module package and choose companion-module-rfutils-pkg.tgz from the assets below. (A developer-modules-path install works too: unpack the package into its own folder and point Settings → Developer modules path at the folder that contains it.)
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Bump the npm-minor-and-patch group across 1 directory with 2 updates by @dependabot[bot] in #2
- Bump @companion-module/tools from 3.0.2 to 3.1.0 in the npm-minor-and-patch group by @dependabot[bot] in #4
New Contributors
- @dependabot[bot] made their first contribution in #2
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
What's Changed
- Add a CI workflow so pull requests get a status check by @stoatworks-labs in #3
New Contributors
- @stoatworks-labs made their first contribution in #3
Full Changelog: v1.0.0...v1.0.1