Skip to content

Releases: bitfocus/companion-module-base

v1.14.1

22 Dec 14:22
3cd7a4a

Choose a tag to compare

1.14.1 (2025-12-22)

Features

  • Set process.title on init and configUpdated (#172) (e14400f)

Miscellaneous Chores

v1.13.6

22 Dec 14:23
eaffde9

Choose a tag to compare

1.13.6 (2025-12-22)

Features

  • Set process.title on init and configUpdated (#172) (24b8791)

v1.14.0

09 Dec 18:43
3d3dbeb

Choose a tag to compare

1.14.0 (2025-12-09)

Features

  • add disableNewConfigLayout option (36da934)
  • add return value to executeAction, to let the host application identify action failure from other errors (#160) (c67b18c)

Bug Fixes

  • secrets not updating in configUpdated (623a575)

v1.13.5

29 Nov 14:34
cef184a

Choose a tag to compare

1.13.5 (2025-11-29)

Bug Fixes

  • secrets not updating in configUpdated (8d867a2)

v1.13.4

18 Oct 19:47
b6ed6d8

Choose a tag to compare

1.13.4 (2025-10-18)

Bug Fixes

  • missing files in package (528e743)

v1.13.3

18 Oct 19:41
f82439e

Choose a tag to compare

1.13.3 (2025-10-18)

Bug Fixes

  • make newSecrets parameter to saveConfig optional, if secrets config is not being used #152 (ce8397b)
  • make CompanionButtonPresetDefinition presetStyle a partial (#156) (c4c8b49)

v1.13.2

07 Sep 11:40
4ad1f98

Choose a tag to compare

1.13.2 (2025-09-07)

Bug Fixes

  • expose multiline option on textinput field (213347c)
  • exposes showMinAsNegativeInfinity and showMaxAsPositiveInfinity properties on number input field (d290a74)

v1.13.1

04 Sep 17:18
fe881b6

Choose a tag to compare

1.13.1 (2025-09-04)

Bug Fixes

  • add regex to secret-text field (51822ca)

v1.13.0

04 Sep 17:12
71bde32

Choose a tag to compare

1.13.0 (2025-09-04)

Features

  • add desciption line below input fields (d86300c)
  • add option to actions to skip unsubscribe being called when options change. (3c4430d)
  • add value feedback type (2e48256)
  • allow actions to mark options to not treat reactively for subscription callbacks (d959218)
  • connection secrets config (d030871)
  • split host api methods to separate out upgrade-script calls (#118) (cfa561c)

Bug Fixes

  • make context.parseVariablesInString a no-op in subscribe/unsubscribe callbacks (fbbb8a2)
  • only call feedback subscribe/unsubscribe when the feedback is added/removed, not for every update. (56ba76a)
  • upgrade index tracking in new flow (27f71f5)

v1.12.1

31 May 13:27
215d297

Choose a tag to compare

1.12.1 (2025-05-31)

Bug Fixes

  • add port to bonjour query (#133) (d7e0344)
  • Incorrect type check for callback parameter in SharedUdpSocketImpl.send (#134) (de854eb)