Skip to content

v1.1.1

Choose a tag to compare

@SteveEasley SteveEasley released this 11 Dec 22:47

Changed: v1.0.2...v1.1.1

New Features

  • Added support for Volume control. See the README for integration details.
  • Added support for passing USER_DEFINED_EVENT to listeners.

Breaking Changes

  • To support dispatching USER_DEFINED_EVENT's to listeners, a new params field is now passed to event listeners. If your current listener only has a single event: str param, it will now get an additional params: list[str] | None field. See examples/events.py for an example.

Improvements

  • Improved examples in examples/ directory.
  • Added Github CI workflow for testing code.