Skip to content

Releases: stoatworks-labs/companion-module-rfutils

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 19 Sep 01:40

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

Choose a tag to compare

@github-actions github-actions released this 04 Sep 22:10

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

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 25 Aug 15:10

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 16:11

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@stoatworks-labs stoatworks-labs released this 06 Aug 23:28