Skip to content

Commit

Permalink
chore: version up (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-seifert authored Apr 5, 2023
1 parent 2e560f7 commit 55c265e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
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": "obs-studio",
"version": "3.0.1",
"version": "3.1.0",
"main": "index.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 55c265e

Please sign in to comment.