Skip to content

Releases: bitfocus/companion-module-epiphan-pearl

v2.1.0

26 May 13:18
Compare
Choose a tag to compare

What's new

New Features

  • Added action to insert chapter markers in recordings
  • Added action to get layout data and store it in a variable
  • Added action to set layout data to device
  • Added options to toggle streaming and recording based on current state
  • Added preset for recorder reset action
  • Don't show "All streams" any more if there are no individual streams in a channel
  • completely redone internal handling of polling and updating the connection data, improved error handling

Release v2.0.0

24 May 02:44
Compare
Choose a tag to compare

What's Changed

Major

  • Rewrite of the module code for compatibility with Companion v3. The code is not backwards compatible, but configuration data is.

New Features

  • Upgraded Feedbacks to boolean type
  • Added Reset option to recorder control
  • Added option to change the feedback polling interval

Dependencies

  • Changed REST connection from request module to node's internal fetch
  • Bump sentry 7.52 to 7.53
  • Bump @types/eslint 8.37 to 8.40
  • Bump electron-to-chromium 1.4.103 to 1.4.105
  • Bump node-releases 2.0.11 to 2.0.12
  • Bump terser 5.17.5. to 5.17.6
  • Bump yaml 2.2.2 to 2.3.0

Bugfixes

  • Corrected some typos

v1.0.9

26 Sep 17:56
7582976
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

05 Feb 13:37
b1ba9cd
Compare
Choose a tag to compare

Full Changelog: v1.0.7...v1.0.8

v1.0.7

03 Jun 20:20
Compare
Choose a tag to compare
Release v1.0.7

v1.0.6

15 Feb 19:34
Compare
Choose a tag to compare
Release v1.0.6

v1.0.5

12 Feb 21:13
Compare
Choose a tag to compare

Bug Fixes

  • #5 - Dropdown list not updating with correct ids
    This now results in an extra entry '---' to force the user to select a Channel or Recorder and assosiated action

v1.0.4

30 Jan 21:08
Compare
Choose a tag to compare

Bug Fixes

  • #5 - Fixed issue with recording not working.

v1.0.3

12 Feb 21:13
Compare
Choose a tag to compare

Bug Fixes

  • #2 - Fixed error on non existing action.

v1.0.2

12 Feb 21:14
Compare
Choose a tag to compare

Bug Fixes

  • Stop polling for information if instance gets disabled.