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
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
- Support gaps on Matrix Layout (#1696)
20
20
- Support a configurable grabber inactive detection time interval (#1740)
21
21
- 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.
22
-
22
+
- Support to freely select source and target instances to be used by forwarder
23
23
- Support to import, export and backup Hyperion's full configuration via the UI, JSON-API and commandline (`--importConfig, --exportConfig`) (#804)
24
24
- Allow to force starting Hyperion in read-only mode (`--readonlyMode`)
25
-
- JSON-API: Support to query for a dedicated set of configuration items for a set of instances
26
-
- JSON-API: Support to save a dedicated set of configuration items for a set of instances
27
-
- JSON-API: Limit update emission frequency: Images (25Hz), raw LED-Colors (40Hz) & LED-Device data (200Hz)
28
25
- Effects: Limit the maximum update rate to 200Hz
26
+
- Systray: Support multiple instances
27
+
- UI: Validate that key ports do not overlap across editors and pages
29
28
30
29
**JSON-API**
31
30
- New subscription support for event updates, i.e. `Suspend, Resume, Idle, idleResume, Restart, Quit`.
32
31
- Support direct or multiple instance addressing via single requests (#809)
33
32
- Support of `serverinfo` subcommands: `getInfo, subscribe, unsubscribe, getSubscriptions, getSubscriptionCommands`
34
33
-[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
34
+
- Support to query for a dedicated set of configuration items for a set of instances
35
+
- Support to save a dedicated set of configuration items for a set of instances
36
+
- Limit update emission frequency: Images (25Hz), raw LED-Colors (40Hz) & LED-Device data (200Hz)
35
37
- Support for requesting instance-data via JSON-API. Implemented requesting the current image in different formats or led colors.
36
38
37
39
### Changed
38
40
41
+
- Removed hard dependency on the first instance. All instances can now be freely created/removed, started or stopped
39
42
- Fixed: Cross Site Scripting Vulnerability (CVE-2024-4174, CVE-2024-4175)
0 commit comments