Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: strohganoff/python-streamdeck-plugin-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: strohganoff/python-streamdeck-plugin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/plugin-state
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 9 files changed
  • 1 contributor

Commits on May 6, 2025

  1. Add new mixin class for event handler catalogs that define their hand…

    …lers as methods. Add tests
    strohganoff committed May 6, 2025
    Configuration menu
    Copy the full SHA
    aef105b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Hammer out improvements of the handler_methods submodule's implementa…

    …tion and typing, as well as its corresponding tests.
    strohganoff committed May 9, 2025
    Configuration menu
    Copy the full SHA
    2b55c1e View commit details
    Browse the repository at this point in the history
  2. Create PluginState class that listens for certain events to update da…

    …ta about the state of devices, actions, and action instances; add tests for new class
    strohganoff committed May 9, 2025
    Configuration menu
    Copy the full SHA
    7847061 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Modify PluginManager to register its own PluginState as the first obj…

    …ect in the handlers registry
    strohganoff committed May 12, 2025
    Configuration menu
    Copy the full SHA
    ab3e19d View commit details
    Browse the repository at this point in the history
  2. Very minor code cleanup

    strohganoff committed May 12, 2025
    Configuration menu
    Copy the full SHA
    c730eac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0669aa View commit details
    Browse the repository at this point in the history
Loading