Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Aug 07:37
· 4 commits to main since this release

Fixes

  • macOS: the HDMI capture preview now works in the packaged app. The release build was missing the camera entitlement and usage description, so the hardened runtime denied camera access outright. The app now asks for camera permission the first time the preview starts.
  • macOS: added the local-network usage description so the Wi-Fi (TCP) connection to a Pico works with the local-network privacy prompt on macOS 15+.

Linux

  • The deb and rpm packages now set up device permissions on install — no manual configuration needed anymore:
    • udev rules granting access to the Pico's serial port, a USB Pro Controller and the dongle identities
    • CAP_NET_RAW on the app binary so the Bluetooth features (Pico link, Pro Controller 2 recording) work without root, including the loader configuration that file capabilities require
  • The AppImage cannot run install scripts; the README documents the manual udev setup, and Bluetooth users should prefer the deb/rpm packages.

Full Changelog: v1.0.1...v1.0.2