Skip to content

Commit

Permalink
V3.0.1 Patch notes and Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thedist committed Feb 19, 2023
1 parent 2b914ff commit 5cb9d3a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 20 deletions.
27 changes: 9 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,19 @@ 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.0.1**
- Fixed issue with actions not parsing correctly
- Added parsing of instance variables for countdown time/duration
- Added instance variables for mix layers
- Added Bus Select action, and options/variables for the currently selected bus
- Changed mix 2 to 16 to use ActiveInput to cut without changing preview
- Fixed an issue with volume linear rounding
- Minor performance tweaks and updates

**V3.0.0**
- Companion v3 compatibility
- Removed deprecated feedbacks that updated button text
- Removed instance variables for each time format, instead use Expression Functions in Companion v3

**V2.1.3**
- Added HTTP POST endpoint to send actions to a vMix instance
- Minor fixes for v26 support

**V2.1.2**
- Added v26 support for 15 Mixes
- Fixed selected mix on setMultiviewOverlay
- Fixed some missing variables for Mixes

**V2.1.1**
- Fixed some HTTP request types
- Fixed some variable names

**V2.1.0**
- Added support for Companions instance HTTP requests
- Added instance timers to support greater complexity that vMix native countdowns
- Adjusted Audio - Input Mute feedback to use buttons foreground color when not muted


Older patch notes available in [docs/PATCH_NOTES.md](./docs/PATCH_NOTES.md)
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.0.0",
"version": "3.0.1",
"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
21 changes: 21 additions & 0 deletions docs/PATCH_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,50 @@
# Patch Notes

**V3.0.1**
- Fixed issue with actions not parsing correctly
- Added parsing of instance variables for countdown time/duration
- Added instance variables for mix layers
- Added Bus Select action, and options/variables for the currently selected bus
- Changed mix 2 to 16 to use ActiveInput to cut without changing preview
- Fixed an issue with volume linear rounding
- Minor performance tweaks and updates

**V3.0.0**
- Companion v3 compatibility
- Removed deprecated feedbacks that updated button text
- Removed instance variables for each time format, instead use Expression Functions in Companion v3


**V2.1.3**
- Added HTTP POST endpoint to send actions to a vMix instance
- Minor fixes for v26 support


**V2.1.2**
- Added v26 support for 15 Mixes
- Fixed selected mix on setMultiviewOverlay
- Fixed some missing variables for Mixes


**V2.1.1**
- Fixed some HTTP request types
- Fixed some variable names


**V2.1.0**
- Added support for Companions instance HTTP requests
- Added instance timers to support greater complexity that vMix native countdowns
- Adjusted Audio - Input Mute feedback to use buttons foreground color when not muted


**V2.0.15**
- Fix time parsing for instance variables


**V2.0.14**
- Fix Connection Status Variable not updating when closing vmix


**V2.0.10**
- Rewrite in TypeScript
- Significant overhaul of instance variables
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.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"scripts": {
"dev": "yarn build:watch",
Expand Down

0 comments on commit 5cb9d3a

Please sign in to comment.