Skip to content

Commit 5147507

Browse files
committed
v4.1.1 bump and patch notes
1 parent 3d7e0e8 commit 5147507

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ This module now supports Companions HTTP API, providing endpoints that can be us
3434

3535

3636
# Recent Patches
37+
**v4.1.1**
38+
- Fixed several issues relating to Variable generation
39+
3740
**v4.1.0**
3841
- Added `Title - Set title Image` and `Title - Set title Image Visibility` Actions for setting images in a Title input and adjusting their visibility
3942
- Added `Replay - Play Events by ID` Action, allowing playing 1 or more events by ID rather than the current `Replay - Play Events` Action which uses Event Number

docs/patch_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Patch Notes
22

3+
**v4.1.1**
4+
- Fixed several issues relating to Variable generation
5+
36
**v4.1.0**
47
- Added `Title - Set title Image` and `Title - Set title Image Visibility` Actions for setting images in a Title input and adjusting their visibility
58
- Added `Replay - Play Events by ID` Action, allowing playing 1 or more events by ID rather than the current `Replay - Play Events` Action which uses Event Number

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studiocoast-vmix",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"main": "dist/index.js",
55
"scripts": {
66
"dev": "yarn build:watch",

0 commit comments

Comments
 (0)