diff --git a/README.md b/README.md index 2545f77..031efae 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ See [HELP.md](https://github.com/bitfocus/companion-module-obs-studio/blob/maste ## Changelog +### v3.1.0 + +- New + - Feedback for Studio Mode Enabled + - Feedback for stream congestion (similar to the green/yellow/red square in the OBS UI) + - Feedback for audio meters (similar to the audio meters in the OBS UI) + - Feedback for audio peaking if above a certain value +- Fix + - Quick Transition actions causing transition state to get stuck + - Kbps variable has been restored + - Certain variable updates (mute, media_status, and others) were not working when the source has an invalid variable name + ### v3.0.1 - Fix diff --git a/companion/manifest.json b/companion/manifest.json index 37e36cf..829aa2d 100644 --- a/companion/manifest.json +++ b/companion/manifest.json @@ -3,7 +3,7 @@ "name": "obs-studio", "shortname": "obs", "description": "Control OBS Studio using the obs-websocket plugin", - "version": "3.0.1", + "version": "3.1.0", "license": "MIT", "repository": "git+https://github.com/bitfocus/companion-module-obs-studio.git", "bugs": "https://github.com/bitfocus/companion-module-obs-studio/issues", diff --git a/package.json b/package.json index 000db08..d912baf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obs-studio", - "version": "3.0.1", + "version": "3.1.0", "main": "index.js", "type": "module", "scripts": {