Skip to content

Releases: nrkno/sofie-casparcg-launcher

v1.2.0

16 Dec 08:36
Compare
Choose a tag to compare

What's Changed

  • feat: add setting to choose process stdin encoding by @Julusian in #13
  • feat: add process environment variables and restyle settings by @Julusian in #14

Full Changelog: v1.1.0...v1.2.0

v1.1.0

19 Jan 12:28
Compare
Choose a tag to compare

Features
add sending commands through stdin (2a291ed)

Bug Fixes
make the Settings footer sticky (6ad21ff)
process controls not updating when changing tab (c677e1c)

v1.0.1

20 Aug 15:23
Compare
Choose a tag to compare

Bug Fixes

  • hide menubar and prompting for confirmation on exit in production builds (4c5193f)
  • Set CWD to executable file directory (ea05dc5)

v1.0.0

15 Jun 10:10
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • upgrade electron

Features

Bug Fixes

v0.6.1

21 May 13:22
Compare
Choose a tag to compare

Bug Fixes

  • defensive code to handle multiple overlapping restart requests (8ae4330)

v0.6.0

30 Jan 07:49
Compare
Choose a tag to compare

Contains a new opt-out option for autostarting a process, which can be useful for test and fallback modes.

v0.5.3

07 Dec 11:46
Compare
Choose a tag to compare

Bug Fixes

  • Add setting to specify child process and launcher logs path (7296887)
  • Ensure that the launcher log dir exists. Guard against exceptions attempting to open launcher-log file (effa614)
  • Guard against exception opening process log files (aa88301)

v0.5.2

04 Dec 16:52
Compare
Choose a tag to compare

Bug Fixes

  • Logs and startup with no basepath set (7e2041f)

v0.5.1

04 Dec 11:50
Compare
Choose a tag to compare

Bug Fixes

  • logs: Use child process name instead of id in log filename (b92ee2d)

v0.5.0

04 Dec 11:43
Compare
Choose a tag to compare

Features

  • Option to write log files for each process (4d16a8c)