14
0

- update to 0.9.6:

* Fixed StreamDeck+ returning 10 key states instead of the
    expected 8.
  * Fixed StreamDeck+ dial push event not being detected
    correctly.
  * Fixed old key states and dial states returned if requested
    from inside a key or dial callback function.
  * Added support for FreeBSD platforms.
  * Added support for the StreamDeck Neo.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-streamdeck?expand=0&rev=12
This commit is contained in:
2024-10-29 22:24:31 +00:00
committed by Git OBS Bridge
parent 3f16560ef6
commit 90d4ee93dd
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Oct 29 22:24:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.9.6:
* Fixed StreamDeck+ returning 10 key states instead of the
expected 8.
* Fixed StreamDeck+ dial push event not being detected
correctly.
* Fixed old key states and dial states returned if requested
from inside a key or dial callback function.
* Added support for FreeBSD platforms.
* Added support for the StreamDeck Neo.
-------------------------------------------------------------------
Fri Dec 29 10:24:43 UTC 2023 - Dirk Müller <dmueller@suse.com>