You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
### Added
16
16
17
17
- Support for ftdi chip based LED-devices with ws2812, sk6812 apa102 LED types (Many thanks to @nurikk) (#1746)
18
-
- Support for Skydimo devices (being an Adalight variant)
18
+
- Support for Skydimo devices
19
19
- Support gaps on Matrix Layout (#1696)
20
20
- Windows: Added a new grabber that uses the DXGI DDA (Desktop Duplication API). This has much better performance than the DX grabber as it does more of its work on the GPU.
21
21
@@ -41,6 +41,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
41
- Fixed: Philip Hue APIv2 support without Entertainment group defined (#1742)
42
42
- Refactored: Database access layer
43
43
- Refactored: Hyperion's configuration database is validated before start-up (and migrated, if required)
44
+
- Refactored: Python to enable parallel effect processing under Python 3.12
45
+
- Fixed: Python 3.12 crashes (#1747)
46
+
- osX Grabber: Use ScreenCaptureKit under macOS 15 and above
44
47
45
48
**JSON-API**
46
49
- Refactored JSON-API to ensure consistent authorization behaviour across sessions and single requests with token authorization.
0 commit comments