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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
- Systray: Support multiple instances
28
28
- UI: Validate that key ports do not overlap across editors and pages
29
29
- UI: Provide additional details in error dialogue
30
-
- UI: LED preview - show instance's name the preview is applicable to
30
+
- UI: LED preview - show instance's name the preview is applicable to
31
31
- Http-Server: Support Cross-Origin Resource Sharing (CORS) (#1496)
32
+
- GitHub: Windows 11 (arm64) has been added to the Qt6 workflow build
32
33
33
34
**JSON-API**
34
35
- New subscription support for event updates, i.e. `Suspend, Resume, Idle, idleResume, Restart, Quit`.
@@ -37,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
38
-[Overview](https://github.com/hyperion-project/hyperion.ng/blob/API_Auth/doc/development/JSON-API%20_Commands_Overview.md) of API commands and subscription updates
38
39
- Support to query for a dedicated set of configuration items for a set of instances
39
40
- Support to save a dedicated set of configuration items for a set of instances
40
-
- Limit update emission frequency: Images (25Hz), raw LED-Colors (40Hz) & LED-Device data (200Hz)
41
+
- Limit update emission frequency: Images (25Hz), raw LED-Colors (40Hz) & LED-Device data (200Hz)
41
42
- Support for requesting instance-data via JSON-API. Implemented requesting the current image in different formats or led colors.
42
43
43
44
### Changed
@@ -72,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
73
- Fixed Last update of an effect event is not removed in sources overview
73
74
- Fixed Removed stale _logger object
74
75
- Fixed Smoothing (#1863)
75
-
- UI: Instance listings are sorted, enabled instances are high-lighted in drop-downs
76
+
- UI: Instance listings are sorted, enabled instances are high-lighted in drop-downs
77
+
- GitHub: For Windows, Pull request artifacts are now built with RelWithDebInfo (#1865 )
76
78
77
79
**JSON-API**
78
80
- Refactored JSON-API to ensure consistent authorization behaviour across sessions and single requests with token authorization.
0 commit comments