diff --git a/CHANGELOG.md b/CHANGELOG.md index 0736f9625..edf0f3fe9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Bitfocus Companion +## Companion v3.4.3 - Release Notes + +### 🐞 BUG FIXES + +- Surface overflow fixup ignoring surface offsets +- Fix logic feedbacks not importing in triggers (#3087) +- Enable connected Streamdecks field inverted in ui +- Fix some expression parsing bugs +- Arrow up/down keys not moving cursor in multiline expressions +- Dragging actions between groups misbehaving +- Only update hostname variables only at startup +- Update canvas lib to resolve memory leaks +- Add linux udev rules for blackmagic atem micro panel + +### 🐞 MODULE FIXES + +- analogway-awj +- analogway-picturall +- google-sheets +- monteiro-pptvideo +- studiocoast-vmix + ## Companion v3.4.2 - Release Notes ### 🐞 BUG FIXES diff --git a/companion/package.json b/companion/package.json index b63881ec6..30df5f938 100644 --- a/companion/package.json +++ b/companion/package.json @@ -1,6 +1,6 @@ { "name": "companion", - "version": "3.4.2", + "version": "3.4.3", "description": "Companion", "main": "main.js", "type": "module", diff --git a/launcher/package.json b/launcher/package.json index b401cd199..55b4a0adc 100644 --- a/launcher/package.json +++ b/launcher/package.json @@ -1,7 +1,7 @@ { "name": "@companion-app/launcher", "description": "Companion", - "version": "3.4.2", + "version": "3.4.3", "main": "main.js", "license": "MIT", "private": true, diff --git a/package.json b/package.json index 5b2825066..83ba45733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@companion-app/workspace", - "version": "3.4.2", + "version": "3.4.3", "packageManager": "yarn@4.4.0", "workspaces": [ "companion", diff --git a/webui/package.json b/webui/package.json index 351d86631..3b922ca2b 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@companion-app/webui", - "version": "3.4.2", + "version": "3.4.3", "private": true, "type": "module", "dependencies": {