From fa981d2565ad39505e15e84d21ea111333e1c548 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Sat, 10 Feb 2024 16:23:40 +0000 Subject: [PATCH] chore: v3.2.1 --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b36dd3d3f..4280764e2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,39 @@ # Bitfocus Companion -## Companion v3.2.0 - Release Notes (unreleased) +## Companion v3.2.1 - Release Notes + +### 🐞 BUG FIXES + +- Disable emoji font, as it causes consume to consume all available memory on some windows machines #2714 +- Ensure font paths are loaded relative to the application, not working directory #2716 +- Buttons incorrectly scale up small images #2718 +- Ignore disabled actions when checking connection status on a button +- Changing connection label fails if actions/feedbacks/events reference invalid variables #2719 +- Connection list crashing #2735 +- Ensure long page names don't cause page picker to split into multiple lines +- Occasional crash when disconnecting usb device #2735 +- Increase launcher stable check timeout +- Imported emulators not being setup until restart +- Typo in tcp/udp documentation #2717 + +### 🧩 NEW & UPDATED MODULES + +- birddog-ptz +- bmd-atem +- figure53-qlab-advance +- malighting-grandma3 +- middlethings-middlecontrol +- netgear-avline +- pixelhue-switcher +- restream-api +- roku-tv +- roland-v60hd +- smodetech-smodelive +- softron-ontheairvideo +- studiocoast-vmix +- techministry-midirelay + +## Companion v3.2.0 - Release Notes ### 📣 CORE FEATURES AND IMPROVEMENTS diff --git a/package.json b/package.json index e5d9a1ce6..3dacf4ae9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion", - "version": "3.2.0", + "version": "3.2.1", "description": "Companion", "main": "main.js", "type": "module",