Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.3.1"
".": "3.4.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) for commit guidelines.

## [3.4.0](https://github.com/bitfocus/companion-satellite/compare/v3.3.1...v3.4.0) (2026-07-14)


### Features

* allow modules to use node26 ([06e7393](https://github.com/bitfocus/companion-satellite/commit/06e73930bd71488aca14382a6762b742a0773a19))
* update loupedeck surface modules ([#322](https://github.com/bitfocus/companion-satellite/issues/322)) ([2fa0d6f](https://github.com/bitfocus/companion-satellite/commit/2fa0d6f468ed6a5e9e43db09db61ed83e35ff904))
* update loupedeck surface modules ([#324](https://github.com/bitfocus/companion-satellite/issues/324)) ([f90ce53](https://github.com/bitfocus/companion-satellite/commit/f90ce5323e21d296ae23f61a21ed43cbd51f8bc0))
* update node-usb to 3.0 ([1d191a7](https://github.com/bitfocus/companion-satellite/commit/1d191a74e548f82d927e876c3cd8a4ee82bcac59))


### Bug Fixes

* macos mdns collision messages ([ec55062](https://github.com/bitfocus/companion-satellite/commit/ec55062dc8fdc1974901f5f13e52ecba03155572))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Polish the platform and protocol capitalization.

Thanks for adding the release notes! For consistency and readability, this should say macOS mDNS collision messages rather than macos mdns collision messages.

Suggested wording
-* macos mdns collision messages
+* macOS mDNS collision messages
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
* macos mdns collision messages ([ec55062](https://github.com/bitfocus/companion-satellite/commit/ec55062dc8fdc1974901f5f13e52ecba03155572))
* macOS mDNS collision messages ([ec55062](https://github.com/bitfocus/companion-satellite/commit/ec55062dc8fdc1974901f5f13e52ecba03155572))
🧰 Tools
🪛 LanguageTool

[uncategorized] ~16-~16: The operating system from Apple is written “macOS”.
Context: ...6c3cd8a4ee82bcac59)) ### Bug Fixes * macos mdns collision messages ([ec55062](http...

(MAC_OS)

Source: Linters/SAST tools

* quirks in satellite protocol parsing ([36767c3](https://github.com/bitfocus/companion-satellite/commit/36767c3fe5873a6a41675e92bd92918d2c6fe4d9))

## [3.3.1](https://github.com/bitfocus/companion-satellite/compare/v3.3.0...v3.3.1) (2026-07-12)


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-satellite",
"version": "3.3.1",
"version": "3.4.0",
"description": "Satellite Streamdeck connector for Bitfocus Companion",
"author": {
"name": "Julian Waller",
Expand Down
2 changes: 1 addition & 1 deletion satellite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "satellite",
"version": "3.3.1",
"version": "3.4.0",
"description": "Satellite Streamdeck connector for Bitfocus Companion",
"author": {
"name": "Julian Waller",
Expand Down
2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webui",
"private": true,
"version": "3.3.1",
"version": "3.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down