All notable changes to this project will be documented in this file. See Convential Commits for commit guidelines.
0.4.0 (Thu Aug 08 2024)
- attempts to upgrade the project from node16 to node20 ad6ddb9
- bumps Electron to version 31 which gives Chromium 126 d9df694
0.3.5 (Mon Jun 24 2024)
0.3.4 (Tue May 28 2024)
0.3.3 (Mon Jan 08 2024)
- memory leak: Added listener to webContents without cleaning up previous listener 6b5ac10
- improve logging 93b9ed8
0.3.2 (Fri Nov 17 2023)
- add cors: "origin: * " to http API 42e5208
- add shortcuts for adding and removing windows. 445b17e
- add app icon 1add607
0.3.1 (Wed Nov 15 2023)
- add
actualURL
property to GET /api/list bc1019e
0.3.0 (Wed Sep 27 2023)
- update electron and electron-builder 078c91b
0.2.0 (Thu Sep 07 2023)
- Add option for zoomFactor 0787b01
- add option to hide scrollbar. Also changes how injected CSS is done, to better guard against the web content clearing our CSS 9f7ce5e
- add
baseURL
config field SOFIE-2545 (#5) 7f19c18 - add global shortcut for toggling devTools 1934318
- stricter types in api 4f066da
- add LIST ws command 3723297
- don't throw on bad unknown ws-command c875a93
- make debug info readable on a light background 4b6add8
- add config.defaultColor, and apply while loading pages, to avoid white flashes 1881bb1
- add api endpoint for list all windows 157b6fa
- allow windows to be onTop even when not in fullscreen 3714166
- add global schortcut to open config file on default OS editor 6ddc25b
0.1.1 (Fri Aug 25 2023)
- stricter types in api 4f066da
- add LIST ws command 3723297
- don't throw on bad unknown ws-command c875a93
0.1.0 (Fri Aug 18 2023)
- add
baseURL
config field SOFIE-2545 (#5) 7f19c18
- make debug info readable on a light background 4b6add8
- add config.defaultColor, and apply while loading pages, to avoid white flashes 1881bb1
- add api endpoint for list all windows 157b6fa
0.0.6 (2023-03-28)
- add global shortcut for toggling devTools (1934318)
- add global schortcut to open config file on default OS editor (6ddc25b)
- allow windows to be onTop even when not in fullscreen (3714166)
0.0.5 (2022-11-23)
- use folder "sofie-chef" for storing config file (27235c7)
0.0.4 (2022-11-23)
0.0.3 (2022-10-21)
- add displayDebug config option, to display an overlay with an FPS counter (fcac6c2)
- add HTTP REST api and Websockets api for controlling the application and emitting statuses (d0c86d6)
- initial working version of Shef (8c5fd3e)
- add logContent config option (be3fb2d)
- add special token "$all" to restart all windows (99f9726)
- change how fullscreen shortcut works. (4daac8e)
- change type of some of the HTTP-REST API enpoints (f98d28a)
- issue with changing defaultURL in config.json didn't update the window (f13720c)
- Various changes: (2bfc61e)