Releases: nrkno/sofie-casparcg-launcher
Releases · nrkno/sofie-casparcg-launcher
v1.2.0
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
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
Bug Fixes
- hide menubar and prompting for confirmation on exit in production builds (4c5193f)
- Set CWD to executable file directory (ea05dc5)
v1.0.0
⚠ BREAKING CHANGES
Features
Bug Fixes
v0.6.1
Bug Fixes
- defensive code to handle multiple overlapping restart requests (8ae4330)
v0.6.0
Contains a new opt-out option for autostarting a process, which can be useful for test and fallback modes.
v0.5.3
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
Bug Fixes
- Logs and startup with no basepath set (7e2041f)
v0.5.1
Bug Fixes
- logs: Use child process name instead of id in log filename (b92ee2d)
v0.5.0
Features
- Option to write log files for each process (4d16a8c)