Releases: JKWTCN/PilotsDock
Release list
0.9.2.0.260713
Enable SupportedInMultiActions support;
0.9.2.0.260706
Features are aligned with version 0.9.2.0 of the main branch.
Complete Installer and Profile Manager adaptation and localization support;
Version: 0.9.2.0.260701
Initial version with StreamDock device support;
Features are aligned with the main branch version 0.9.2.0.
- Added support for StreamDock Knob controllers.
- Added support for N4 series TouchBar image dimensions (176*122).
- Added multilingual translations.
Please note: the Profile Manager is still unavailable in this version.
Support Knob controllers and route them to setImage rendering
Add support for "Knob" controllers (e.g. StreamDock/HotSpot) alongside
the existing Stream Deck+ "Encoder". Previously the plugin only treated
the "Encoder" controller type as an encoder, so Knob devices fell
through to the keypad path and could not use the encoder canvas and
dial/touch command handling.
The core challenge is that both controller types need encoder-like
rendering (200x100 canvas, dial/touch commands), but they deliver images
to the host differently:
- Stream Deck+ "Encoder": renders via a layout + setFeedback (the
"canvas" pixmap item defined in layout-pilotsdeck.json). - "Knob" (StreamDock/HotSpot): does NOT implement the layout feedback
mechanism and must receive the full image via setImage.
Changes:
- AppConfiguration: add the "Knob" controller constant and two helpers:
- IsControllerEncoder() -> true for "Encoder" OR "Knob"
- IsControllerFeedbackEncoder() -> true ONLY for "Encoder" (layout)
- StreamDeckCanvasInfo: add UsesFeedbackLayout flag, populated in
GetInfo() from IsControllerFeedbackEncoder(). - ActionBaseSimple / ActionMeta: derive IsEncoder from the new
IsControllerEncoder() helper so Knob devices share the encoder canvas
and command pipeline. - ActionManager.Redraw: only take the setFeedback layout branch when
IsEncoder && UsesFeedbackLayout; otherwise (keypad and Knob) push the
rendered image directly with setImage. - manifest.json: add "Knob" to the Controllers list of the seven actions
that already support Encoder, and normalize the trailing newline.
Latest Build
Version: 0.9.2
Build Timestamp: 2026.06.25.1222Z
App
- Updated NuGet Packages
- Made Encoder Check case-insensitive
Installer
- Set .NET 10.0.9 as Target
🛡️ VirusTotal Scan
- ✅ Clean: 0 / 0 Engines
⚠️ Suspicious: 0- ❌ Malicious: 0
- 🔗 Full Report