Skip to content

v1.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 09:53
· 83 commits to main since this release

PCPanel Controller Software

New:

  • [Windows] There is now also an advanced toggle that allows changing the media/communication devices through toggles
  • There is now a slider for device brightness. This will apply to all device options. It's also possible to adjust the device brightness via a knob/slider.
  • #22 - Mute override colors also work when controlling OBS input volume
  • Button action to toggle focus mute (from request)
  • Some button actions (the default device toggles) now also show overlay hints (from request)
  • #26 - Allow switching default device for a process (specific or follow focus)
  • #27 - Initial support for OSC (Open Sound Control) protocol
  • #29 - VoiceMeeter mute state support

Fixes::

  • If it wasn't possible to get the executable for a path, the AppFinder dialog would not show any results
  • When the connection to OBS fails with an error, the reconnect attempts will still be done
  • [Windows] Some additional checks are being done in the c++ parts so that the application should crash less (or hopefully not at all anymore)
  • [Linux] The application doesn't use pacmd anymore, only pactl to also be compatible with PipeWire
  • [Linux] The application can start when no tray extensions are available
  • [Linux] It's possible to disable the tray icon by adding -Ddisable.tray as a command line parameter
  • [Linux] All audio streams for a process will be changed when a process is controlled
  • [Linux] Processes without a PID or Executable can be controlled
  • Starting the application again (when skipfilecheck is not specified) will show the main window
  • #24 - Controlling Discord via focus volume would also change the microphone volume
  • The mute color should not overwrite the color configuration anymore
  • The application should start with the profile that was last used (unless a Main profile is specified)