Skip to content

Commit

Permalink
Added renderer w/h and couple API endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomoKu committed Mar 26, 2022
1 parent d2fd634 commit 9a085b8
Show file tree
Hide file tree
Showing 12 changed files with 4,024 additions and 229 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

<br>

Readme updated Feb 23 2022.
Readme updated Feb 23 2022.

> See [RELEASE_NOTES.md](RELEASE_NOTES.md) for latest changes and items currently in development. Latest binary release **v.1.1.0** Download from [spxgc.com/download](https://spxgc.com/download) or see the [builds](#builds) here.
Expand Down
7 changes: 6 additions & 1 deletion RELEASE_NOTES.md
Expand Up @@ -4,11 +4,16 @@
<BR>

## **WORK IN PROGRESS** (list updated Feb 22 2022)
## **WORK IN PROGRESS** (list updated Mar 22 2022)
> **⚠ PLEASE UNDERSTAND:** Below features and changes may not fully work as the source code is constantly under development. For a stable and more tested version, please use published binary releases.
- Added API endpoint `getprojects` that returns all project names in SPX
- Added API edpoint `getrundowns?project=MyProject` that returns all rundowns of given project
- Added width and height url params to renderer (/renderer?width=1000&height=500&preview=true)
- Fixed a major path detection bug that appeared after re-importing a template and prevented importing more templates before server restart.
- New promo option is still WIP
- gcinput margin-top fixed back to 5px from zero
- Changed template import error handler to prevent SPX crash when errors in templates JS-code.

<br>

Expand Down
2 changes: 2 additions & 0 deletions START_SPX.bat
@@ -0,0 +1,2 @@
@echo off
npm run dev

0 comments on commit 9a085b8

Please sign in to comment.