Skip to content

Latest commit

 

History

History
84 lines (46 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

84 lines (46 loc) · 5.52 KB

1.0.4 (2021-12-14)

Bug Fixes

  • variables: correctly remaining timecode (277323c)

1.0.3 (2021-11-21)

Bug Fixes

  • instance: replace http lib/fix memory leak (c8db991)

1.0.2 (2021-11-19)

Bug Fixes

  • instance: remove unnecessary log (cf7654e)

1.0.1 (2021-11-16)

Bug Fixes

  • instance: implement better error detection/recovery (1fd1a35)

1.0.0 (2021-11-11)

Bug Fixes

  • actions: correct clip index displayed on 'Select Clip' action (2d9e2d5)
  • add checks for missing ip (f7b7da3)
  • api: add missing config check (f00d85d)
  • change background color of select clip preset to red (26854cf)
  • config: set port config to only accept 3000 (f07e489)
  • config: update interval config option description (fe09a39)
  • feedbacks: correct clip index displayed on 'Current Clip' feedback (1c15d28)
  • variables: correct value of vabiable (b64456a)

Features

  • actions: add ability to select clip from a custom variable (8079935)
  • add configs (87b4ad9)
  • add initial actions/variables/feedbacks (52d59f4)
  • add initial presets (8201893)

1.0.3 (2021-11-07)

Bug Fixes

  • actions: correct clip index displayed on 'Select Clip' action (2d9e2d5)
  • config: set port config to only accept 3000 (f07e489)
  • config: update interval config option description (fe09a39)
  • feedbacks: correct clip index displayed on 'Current Clip' feedback (1c15d28)
  • variables: correct value of vabiable (b64456a)

1.0.2 (2021-11-06)

Bug Fixes

  • change background color of select clip preset to red (26854cf)

1.0.1 (2021-11-06)

Bug Fixes

  • add checks for missing ip (f7b7da3)
  • api: add missing config check (f00d85d)

1.0.0 (2021-11-05)

Features