Skip to content

Commit

Permalink
chore: v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 10, 2024
1 parent 9cbf313 commit fa981d2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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",
"version": "3.2.0",
"version": "3.2.1",
"description": "Companion",
"main": "main.js",
"type": "module",
Expand Down

0 comments on commit fa981d2

Please sign in to comment.