Skip to content

Latest commit

 

History

History
142 lines (69 loc) · 6.18 KB

CHANGELOG.md

File metadata and controls

142 lines (69 loc) · 6.18 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2022-01-19)

Features

  • add sending commands through stdin (2a291ed)

Bug Fixes

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

1.0.1 (2020-08-20)

Bug Fixes

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

1.0.0 (2020-06-15)

⚠ BREAKING CHANGES

  • upgrade electron

Features

Bug Fixes

0.6.1 (2019-05-21)

Bug Fixes

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

0.6.0 (2019-01-30)

Features

0.5.3 (2018-12-07)

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)

0.5.2 (2018-12-04)

Bug Fixes

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

0.5.1 (2018-12-04)

Bug Fixes

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

0.5.0 (2018-12-04)

Features

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

0.4.0 (2018-11-14)

Bug Fixes

  • Block child windows being opened (64ec5f7)
  • downgrade bootstrap-vue to fix issue with input fields (e867d81)
  • Update electron-builder (ce514fb)
  • various fixes (2586499)

Features

  • casparcg: Make casparcg ping healthcheck optional (7afaf74)
  • Add a status default page to show an overview of every process status (0dfbde2)
  • Add version string to bottom of settings page (1f2e8e9)
  • Convert hardcoded set of processes to be a table defined in the config. This will convert existing configs to the new format (e916786)
  • Option to allow deleting files within a staticPath. Useful for a folder setup for recordings (f4caf94)

0.3.0 (2018-10-10)

Bug Fixes

  • auto scroll in newer electron (c42aa0f)
  • guard against sending ipc messages while shutting down (35f9854)

Features

  • Improve casparcg timeouts. Detect and ignore system clock changes (7e80ab6)
  • Improve logging to file (dbe30bd)