Skip to content

Commit

Permalink
v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Jan 27, 2024
1 parent 565c492 commit 7f3e367
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ For some feedback, such as Tally and Layer Routing it's possible to enable 'blin
This module now supports Companions HTTP API, providing endpoints that can be used by 3rd party applications, and as a Data Source in vMix itself. Information on the API endpoints is available in [docs/HTTP_API.md](./docs/HTTP_API.md)

# Recent Patches
**V3.5.3**
- Fix upgrading config `Cannot read properties of null (reading 'tbar')`

**V3.5.2**
- Added definitions for more mix viarables
- Added actions for `Audio - Show / Hide Audio Mixer`, `Replay - Play Last Event to Output`, `Replay - Play all Events to Output`, `Replay - Stop Events`, and `Replay - Show / Hide Replay`
Expand Down
2 changes: 1 addition & 1 deletion companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "studiocoast-vmix",
"shortname": "vmix",
"description": "Module to control StudioCoast vMix",
"version": "3.5.2",
"version": "3.5.3",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-studiocoast-vmix.git",
"bugs": "https://github.com/bitfocus/companion-module-studiocoast-vmix/issues",
Expand Down
3 changes: 3 additions & 0 deletions docs/PATCH_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Patch Notes

**V3.5.3**
- Fix upgrading config `Cannot read properties of null (reading 'tbar')`

**V3.5.2**
- Added definitions for more mix viarables
- Added actions for `Audio - Show / Hide Audio Mixer`, `Replay - Play Last Event to Output`, `Replay - Play all Events to Output`, `Replay - Stop Events`, and `Replay - Show / Hide Replay`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studiocoast-vmix",
"version": "3.5.2",
"version": "3.5.3",
"main": "dist/index.js",
"scripts": {
"dev": "yarn build:watch",
Expand Down

0 comments on commit 7f3e367

Please sign in to comment.