Skip to content

Commit

Permalink
chore: v3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 29, 2024
1 parent 66cbf19 commit 23764ac
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion companion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "companion",
"version": "3.4.2",
"version": "3.4.3",
"description": "Companion",
"main": "main.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion launcher/package.json
Original file line number Diff line number Diff line change
@@ -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,
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": "@companion-app/workspace",
"version": "3.4.2",
"version": "3.4.3",
"packageManager": "[email protected]",
"workspaces": [
"companion",
Expand Down
2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@companion-app/webui",
"version": "3.4.2",
"version": "3.4.3",
"private": true,
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 23764ac

Please sign in to comment.