Skip to content

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Dec 9, 2022
1 parent 92917d0 commit c763476
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 37 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ A playout client for _Windows/Linux/macOS_ that will let you control _CasparCG&n

### Windows

- Download and open the [installer for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.0/SuperConductor-0.10.0-Windows-Installer.exe).
- (Optional) Download and open the [installer for separate TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.0/TSR-Bridge-0.10.0-Windows-Installer.exe).
- Download and open the [installer for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.1/SuperConductor-0.10.1-Windows-Installer.exe).
- (Optional) Download and open the [installer for separate TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.1/TSR-Bridge-0.10.1-Windows-Installer.exe).

### Linux (Ubuntu)

- Download the [.appImage file for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.0/SuperConductor-0.10.0-Linux-Executable.AppImage).<br/>
- Download the [.appImage file for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.1/SuperConductor-0.10.1-Linux-Executable.AppImage).<br/>
Execute the following before running the file:<br/>
`chmod +x Downloads/SuperConductor-0.10.0-Linux-Executable.AppImage`
- (Optional) Download the [.appImage file for TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.0/TSR-Bridge-0.10.0-Linux-Executable.AppImage).<br/>
`chmod +x Downloads/SuperConductor-0.10.1-Linux-Executable.AppImage`
- (Optional) Download the [.appImage file for TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.1/TSR-Bridge-0.10.1-Linux-Executable.AppImage).<br/>
Execute the following before running the file:<br/>
`chmod +x Downloads/TSR-Bridge-0.10.0-Linux-Executable.AppImage`
`chmod +x Downloads/TSR-Bridge-0.10.1-Linux-Executable.AppImage`

### macOS

- Download and open the [installer for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.0/SuperConductor-0.10.0-macOS-Installer.dmg).
- (Optional) Download and open the [installer for separate TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.0/TSR-Bridge-0.10.0-macOS-Installer.dmg).
- Download and open the [installer for SuperConductor](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.1/SuperConductor-0.10.1-macOS-Installer.dmg).
- (Optional) Download and open the [installer for separate TSR-Bridge](https://github.com/SuperFlyTV/SuperConductor/releases/download/v0.10.1/TSR-Bridge-0.10.1-macOS-Installer.dmg).

## Problems and Issues

Expand Down
12 changes: 6 additions & 6 deletions apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "superconductor",
"private": true,
"version": "0.10.0",
"version": "0.10.1",
"description": "A playout client for Windows, Linux or MacOS to control CasparCG, Atem, OBS and more!",
"main": "dist/main.js",
"engines": {
Expand Down Expand Up @@ -72,11 +72,11 @@
"@koa/router": "^12.0.0",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.14",
"@shared/api": "^0.10.0",
"@shared/lib": "^0.10.0",
"@shared/models": "^0.10.0",
"@shared/server-lib": "^0.10.0",
"@shared/tsr-bridge": "^0.10.0",
"@shared/api": "^0.10.1",
"@shared/lib": "^0.10.1",
"@shared/models": "^0.10.1",
"@shared/server-lib": "^0.10.1",
"@shared/tsr-bridge": "^0.10.1",
"@sofie-automation/sorensen": "^1.4.2",
"axios": "^1.1.3",
"bufferutil": "^4.0.7",
Expand Down
10 changes: 5 additions & 5 deletions apps/tsr-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsr-bridge",
"private": true,
"version": "0.10.0",
"version": "0.10.1",
"description": "A companion app to SuperConductor, to handle playout on another computer",
"main": "dist/main.js",
"engines": {
Expand Down Expand Up @@ -51,10 +51,10 @@
},
"dependencies": {
"@mui/material": "^5.10.14",
"@shared/api": "^0.10.0",
"@shared/lib": "^0.10.0",
"@shared/server-lib": "^0.10.0",
"@shared/tsr-bridge": "^0.10.0",
"@shared/api": "^0.10.1",
"@shared/lib": "^0.10.1",
"@shared/server-lib": "^0.10.1",
"@shared/tsr-bridge": "^0.10.1",
"classnames": "^2.3.2",
"electron-is-dev": "^2.0.0",
"electron-updater": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"apps/**",
"tests/**"
],
"version": "0.10.0",
"version": "0.10.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions shared/packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/api",
"version": "0.10.0",
"version": "0.10.1",
"description": "",
"author": {
"name": "SuperFlyTV AB",
Expand Down Expand Up @@ -42,7 +42,7 @@
]
},
"dependencies": {
"@shared/models": "^0.10.0"
"@shared/models": "^0.10.1"
},
"devDependencies": {
"@types/ws": "^8.2.2",
Expand Down
6 changes: 3 additions & 3 deletions shared/packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/lib",
"version": "0.10.0",
"version": "0.10.1",
"description": "",
"author": {
"name": "SuperFlyTV AB",
Expand Down Expand Up @@ -42,8 +42,8 @@
]
},
"dependencies": {
"@shared/api": "^0.10.0",
"@shared/models": "^0.10.0",
"@shared/api": "^0.10.1",
"@shared/models": "^0.10.1",
"fast-copy": "^2.1.1",
"lodash": "^4.17.21",
"superfly-timeline": "^8.2.5"
Expand Down
2 changes: 1 addition & 1 deletion shared/packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/models",
"version": "0.10.0",
"version": "0.10.1",
"description": "",
"author": {
"name": "SuperFlyTV AB",
Expand Down
6 changes: 3 additions & 3 deletions shared/packages/peripherals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/peripherals",
"version": "0.10.0",
"version": "0.10.1",
"description": "",
"author": {
"name": "SuperFlyTV AB",
Expand Down Expand Up @@ -49,8 +49,8 @@
"dependencies": {
"@elgato-stream-deck/node": "^5.6.0",
"@julusian/jpeg-turbo": "^1.1.1",
"@shared/api": "^0.10.0",
"@shared/lib": "^0.10.0",
"@shared/api": "^0.10.1",
"@shared/lib": "^0.10.1",
"lodash": "^4.17.21",
"midi": "^2.0.0",
"p-queue": "^6.6.2",
Expand Down
6 changes: 3 additions & 3 deletions shared/packages/server-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/server-lib",
"version": "0.10.0",
"version": "0.10.1",
"description": "",
"author": {
"name": "SuperFlyTV AB",
Expand Down Expand Up @@ -42,8 +42,8 @@
]
},
"dependencies": {
"@shared/api": "^0.10.0",
"@shared/models": "^0.10.0",
"@shared/api": "^0.10.1",
"@shared/models": "^0.10.1",
"ws": "^8.4.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions shared/packages/tsr-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/tsr-bridge",
"version": "0.10.0",
"version": "0.10.1",
"description": "",
"author": {
"name": "SuperFlyTV AB",
Expand Down Expand Up @@ -42,10 +42,10 @@
]
},
"dependencies": {
"@shared/api": "^0.10.0",
"@shared/lib": "^0.10.0",
"@shared/models": "^0.10.0",
"@shared/peripherals": "^0.10.0",
"@shared/api": "^0.10.1",
"@shared/lib": "^0.10.1",
"@shared/models": "^0.10.1",
"@shared/peripherals": "^0.10.1",
"lodash": "^4.17.21",
"timeline-state-resolver": "7.5.0-nightly-release47-20221116-134940-9a43f95c5.0",
"winston": "^3.7.2"
Expand Down

0 comments on commit c763476

Please sign in to comment.