From 7417d2a075ec1e798fb0b638c5a7776045e1bd50 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Sun, 25 Feb 2024 20:22:09 +0000 Subject: [PATCH] chore: v3.2.2 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4280764e2..9f967aaeb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Bitfocus Companion +## Companion v3.2.2 - Release Notes + +### 🐞 BUG FIXES + +- Launcher window growing horizontally infinitely +- Ensure application exits properly with the launcher +- Fix logging of rosstalk connections #2758 #2747 +- Show button previews in actions/feedbacks while editing triggers +- Grid header layout issues in firefox +- Incomplete documentation for expression syntax #2743 +- Restarting modules during development being too agressive #2741 + +### 🧩 UPDATED MODULES + +- allenheath-ahm +- bmd-hyperdeck +- bmd-webpresenter +- colorlight-grandshow +- figure53-qlab-advance +- generic-ssh +- justmacros-lua +- studiocoast-vmix + ## Companion v3.2.1 - Release Notes ### 🐞 BUG FIXES @@ -16,7 +39,7 @@ - Imported emulators not being setup until restart - Typo in tcp/udp documentation #2717 -### 🧩 NEW & UPDATED MODULES +### 🧩 UPDATED MODULES - birddog-ptz - bmd-atem diff --git a/package.json b/package.json index 3dacf4ae9..79101cfc1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion", - "version": "3.2.1", + "version": "3.2.2", "description": "Companion", "main": "main.js", "type": "module",