Skip to content

Releases: bitfocus/companion-module-base

v1.4.2

13 Aug 12:11
ce1816f
Compare
Choose a tag to compare

1.4.2 (2023-08-13)

Bug Fixes

  • add isVisibleData parameter to isVisible functions (ddb1b42)
  • Don't crash if action/feedback options are missing #53 (d4e271d)

v1.4.1

12 Apr 16:36
c1e7453
Compare
Choose a tag to compare

1.4.1 (2023-04-12)

Bug Fixes

  • Add undefined checks to upgrade for missing options (#48) (6690929)

v1.4.0

27 Mar 21:34
2e2dd20
Compare
Choose a tag to compare

1.4.0 (2023-03-27)

Features

  • add support for previewStyle parameter of CompanionButtonPresetDefinition class (e63bfd8)

v1.3.0

06 Mar 21:03
Compare
Choose a tag to compare

1.3.0 (2023-03-06)

Features

  • support specifying runWhileHeld from presets (27663ae)

v1.2.1

22 Feb 21:04
Compare
Choose a tag to compare

1.2.1 (2023-02-22)

Bug Fixes

  • imported actions/feedbacks upgraded from -1 instead when not no scripts are needed (32fa9b5)

v1.2.0

21 Feb 22:40
Compare
Choose a tag to compare

1.2.0 (2023-02-21)

Features

  • add surfaceId property to action callback (37b7673)
  • provide currentConfig to upgrade scripts (39e8bc3)
  • provide module with instance label (766d934)

Bug Fixes

  • ipc-wrapper memory leak (2b7b2b9)
  • some testing of upgrade scripts (d61b405)
  • upgrade script tests (2b74f33)

v1.1.1

31 Jan 22:59
Compare
Choose a tag to compare

1.1.1 (2023-01-31)

Bug Fixes

  • race condition when async feedbacks are being checked (a2ab3d9)
  • typings (410ed15)

v1.1.0

14 Jan 19:35
Compare
Choose a tag to compare

1.1.0 (2023-01-11)

Features

  • allow feedbacks to return a promise (#32) (8923a5e)

Bug Fixes

  • udp socket not reporting as listening (51d5bbf)

v1.0.2

08 Jan 20:45
Compare
Choose a tag to compare

1.0.2 (2023-01-08)

Bug Fixes

  • don't subscribe actions/feedbacks that are disabled during init (23ff218)
  • upgrade scripts not reporting results back to companion (75ab637)

v1.0.1

20 Dec 23:59
Compare
Choose a tag to compare

1.0.1 (2022-12-20)

Bug Fixes

  • module init function should know if it is the first init (3374ac1)
  • unhandled error in ipc-wrapper (07c9472)