Skip to content

Latest commit

 

History

History
299 lines (114 loc) · 14 KB

File metadata and controls

299 lines (114 loc) · 14 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

7.0.1 (2022-06-28)

Bug Fixes

  • test after casparcg-state update (4674f37)

7.0.0 (2022-06-27)

Note: Version bump only for package timeline-state-resolver-packages

7.0.0-release41.2 (2022-04-28)

Bug Fixes

  • event listeners must not return anything (cb2fe13)
  • move the types DeviceStatus, StatusCode to timeline-state-resolver-types (4d84179)
  • obs: add missing mapping type to MappingOBSAny (2ff5522)
  • upgrade casparcg-state (bbeee15)

7.0.0-release41.1 (2022-04-12)

Bug Fixes

  • event listeners must not return anything (cb2fe13)
  • move the types DeviceStatus, StatusCode to timeline-state-resolver-types (4d84179)
  • obs: add missing mapping type to MappingOBSAny (2ff5522)
  • upgrade casparcg-state (bbeee15)

7.0.0-release41.0 (2022-03-21)

Bug Fixes

  • casparcg: update status on queue overflow (c2ec5f5)
  • failing tests (d521ea4)
  • Lawo: Typings issue, getElementByPath can return undefined. (3846f3e)
  • more tests (031bbd1)

6.4.0-release39.1 (2022-02-03)

Bug Fixes

  • add a multiplier to the options, to allow for adjusting estimateResolveTime (3941a71)
  • allow for changing estimateResolveTimeMultiplier at runtime (289a619)
  • errors caught not casted before usage threw TS compiler errors (167be0e)
  • increase the estimateResolveTime values, to reflect measured performance (1cba2f6)
  • update emberplus-connection (f32e78a)
  • update emberplus-connection (a1782db)

Features

  • disable control of unmapped atem auxes (550e52d)

6.3.0 (2022-01-26)

Bug Fixes

  • Homogenized the headline with the other Sofie repos (8325f53)
  • revert timeline dep, as it caused issues on air. (71da109)
  • Updated links to match the changed repo name (6fe910f)
  • Updated URLs to reflect the changed repo name (4436674)

6.3.0-release38.0 (2021-12-17)

Bug Fixes

  • update timeline dependency (2c75df1)

6.2.0 (2021-12-08)

Bug Fixes

  • bug fix: the http-watcher wouldn't check the status on startup, only after ~30 seconds (1dd1567)

6.2.0-release37.7 (2021-10-22)

Bug Fixes

  • catch some quantel releasePort errors (#199) (10007c2)

6.2.0-release37.6 (2021-10-20)

Bug Fixes

  • disable casparcg retry for negative values (dc0e2ae)

6.2.0-release37.5 (2021-10-13)

Bug Fixes

  • don't emit resolveTimeline when not active (f37f79b)
  • improve robustness (6296d8c)
  • update atem-state (9f250c3)

Features

  • separate the init from device creation (20cdd68)

6.2.0-release37.4 (2021-09-30)

Bug Fixes

  • emitting of 'debug' events should only be done if the debug property is truthy. (5d015a1)

6.2.0-release37.3 (2021-09-30)

Bug Fixes

  • update quantel-gateway-client dependency to latest (6f3e904)
  • wait for releaseing quantel port before creating a new one (da4c862)

6.2.0-release37.2 (2021-09-21)

Features

  • emit more detailed slowCommands (91bda43)

6.2.0-release37.1 (2021-09-21)

Bug Fixes

  • allow retry in _getRundown (8e37d5a)
  • Build errors (13dce42)
  • don't update elements after first connect an extra time (cc5ffc8)
  • load only elements from the active playlist when restarting (fee2962)
  • rehearsal<->active when gateway was restarted (595fbce)
  • trigger activate to reload elements after VizEngine restart (40d26a0)
  • wait after activation (5bace5a)

Features

  • map sisyfos channel by its label (afcf056)
  • purge unknown elements from the viz-rundown upon activation (cff4d0c)
  • rename activeRundown -> activePlaylist. (868beec)

6.2.0-release37.0 (2021-09-13)

Bug Fixes

  • do not remove unknown vmix sources (c6a262b)
  • do not send unnecessary lawo commands (91cf76a)
  • reduce logging amount by only emitting some logs when active (9af530b)
  • remove redundant log lines (216a3f5)
  • vmix overlay/multiview input selection diffing (b915d51)

Features

Reverts

  • Revert "feat: OBS video production app support (#181)" (#186) (3831891), closes #181 #186

6.1.0-release36.2 (2021-09-07)

Bug Fixes

  • only retry http commands for network failures (dd28e4c)

6.1.0-release36.1 (2021-07-12)

Bug Fixes

  • prerelease workflow not setting version correctly (4f4fced)

6.1.0-release36.0 (2021-07-12)

Bug Fixes

  • always send http param data if present (af326e1)
  • OBS: incompatible/outdated OBS DeviceOptions topology (c83cd7b)

Features

  • OBS: Support OBS Live Video Production Software (#187) (f2fe81a)

5.9.0 (2021-06-25)

Bug Fixes

  • don't create device which already exists (b00edf3)

Features

  • resend failing http commands (cb2ee39)

Reverts

  • Revert "chore: enable docs after rls" (dcf6f0d)