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
We tried as much as possible supporting you in getting valid setup done, as well as providing enough room for expert users to tweak configurations here and there.
11
+
The reworked dashboard provides you now with the ability to control individual components, jump to key configuration items, as well as to switch between LED instances easily.
12
+
The refined color coding in the user-interfaces, helps you to quickly identify instance specific and global configuration items.
13
+
14
+
Of course, the release brings new features (e.g. USB Capture on Windows), as well as minor enhancements and a good number of fixes.
15
+
16
+
Note:
17
+
18
+
- Hyperion packages can now be installed under Ubuntu (x64) and Debian (amd64/armhf) (incl. Raspberry Pi OS) via our own APT server.
19
+
Details about the installation can be found in the [installation.md](https://github.com/hyperion-project/hyperion.ng/blob/master/Installation.md) and at [apt.hyperion-project.org](apt.hyperion-project.org).
20
+
- Find here more details on [supported platforms and configuration sets](https://github.com/hyperion-project/hyperion.ng/blob/master/doc/development/SupportedPlatforms.md)
21
+
9
22
### Breaking
10
23
11
24
### Added
12
-
- LED-Devices: basic support for Hue Play Gradient Lightstrip
13
25
14
-
- WLED: Support of ["live" property] (https://github.com/Aircoookie/WLED/issues/1308), addresses #1095
15
-
- WLED: Support storing/restoring state, fixes #1101
16
-
- LED-Devices: Allow to get properties for Atmo and Karatedevices to limit LED numbers configurable
17
-
- LED-Devices: Add timeouts for REST-API calls
18
-
- new Flags: Russia, Cameroon, Great Britain, England, Scotland
26
+
- The Dashboard is now a one-stop control element to control instances and link into configuration areas
27
+
- LED Instance independent configuration objects (e.g. capturing hardware) are now separated out in the menu
28
+
- New menu item "Sources" per LED instances configuration to enable/disable screen or usb grabber per instance
29
+
30
+
#### Grabbers
31
+
- Windows Media Foundation USB grabber (incl. Media Foundation transform/Turbo-JPEG scaling)
32
+
- Linux V4L2 Grabber now supports the following formats: NV12, YUV420
33
+
- Image flipping ability in ImageResampler/Turbo-JPEG
34
+
- UI: Simplified screens for non-expert usage, do only show elements relevant
35
+
- Discover available Grabbers (incl. their capabilities for selection), not supported grabbers are not presented. Note: Screen capturing on Wayland is not supported (given the Wayland security architecture)
36
+
- USB Grabber: New ability to configure hardware controls (brightness, contrast, saturation, hue), as well as populating defaults
37
+
- Configuration item ranges are automatically adopted based on grabber capabilities,
38
+
- Grabbers can only be saved with a valid configuration
39
+
- Standalone grabbers: Added consistent options/capabilities for standalone grabbers, debug logging support
40
+
- Screen grabbers: Allow to set capture frequency, size decimation and cropping across all grabber types
41
+
- Screen grabber: QT-Grabber allows to capture individual displays or all displays in a multi-display setup
42
+
- Display Signal Detection area in preview (expert users)
43
+
- UI: Only show CEC detection, if supported by platform
44
+
45
+
#### LED-Devices
46
+
- Select device from list of available devices (UI Optimization - Select device from list of available devices #1053) - Cololight, Nanoleaf, Serial Devices (e.g. Adalight), SPI-Device, Pi-Blaster
47
+
- Get device properties for automatic configuration of number of LEDs and initial layout (WLED, Cololight, Nanoleaf)
- For selected devices a default layout configuration is created, if the user chooses "Overwrite" (WLED, Cololight, Nanoleaf, all serial devices, all spi device, pi-blaster)
50
+
- Ensure Hardware LED count matches number of lights (Philips Hue, Yeelight, Atmo Orb)
51
+
- User is presented a warning/error, if there is a mismatch between configured LED number and available hardware LEDs
52
+
- Add udev support for Serial-Devices
53
+
- Allow to get properties for Atmo and Karatedevices to limit LED numbers configurable
54
+
- Philips Hue: Add basic support for the Play Gradient Lightstrip
55
+
- WLED: Support of ["live" property] (https://github.com/Aircoookie/WLED/issues/1308) (#1095)
56
+
- WLED: Brightness overwrite control by configuration
57
+
- WLED: Allow to disable WLED synchronization when streaming via hyperion
58
+
- WLED: Support storing/restoring state (#1101)
59
+
- Adalight: Fix LED Num for non analogue output in arduino firmware
60
+
61
+
- Allow to blacklist LEDs in layout via UI
62
+
- Live Video image to LedLayout preview (#1136)
63
+
64
+
#### Other
65
+
66
+
- Effects: Support Custom Effect Templates in UI for custom effect creation and configuration
67
+
- Effects: Custom effect separation in the systray menu
68
+
69
+
- New languages - Portuguese (Std/Brazil) & Norwegian (Bokmål)
70
+
- New Flags: Russia, Cameroon, Great Britain, England, Scotland
71
+
72
+
- Provide cross compilation on x86_64 for developers using docker. This includes the ability to use local code, as well as build incrementally
19
73
20
74
### Changed
21
-
- Updated dependency rpi_ws281x to latest upstream
22
-
- Fix High CPU load (RPI3B+) (#1013)
23
-
- Nanoleaf: Consider Nanoleaf-Shape Controlers
75
+
76
+
- Grabbers use now precise timings for better timing accuracy
77
+
78
+
- Nanoleaf: Consider Nanoleaf-Shape Controllers
24
79
- LED-Devices: Show HW-Ledcount in all setting levels
25
80
26
-
- Documentation: Add link to [Hyperion-py](https://github.com/dermotduffy/hyperion-py)
81
+
- System Log Screen: Support to copy loglines, system info and status of the current instance to the clipboard (to share it for investigation)
82
+
83
+
- Updated dependency rpi_ws281x to latest upstream
84
+
- Fix High CPU load (RPI3B+) (#1013)
27
85
28
86
### Fixed
29
87
30
-
- Fix issue #1127: LED-Devices: Correct total packet count in tpm2net implementation
31
-
- LED-Hue: Proper black in Entertainement mode if min brightness is set
88
+
- Active grabbers are displayed correctly after updating the WebUI
89
+
- Issue Crop values are checked against decimated resolution (#1160)
90
+
- Framebuffer grabber is deactivated in case of error
91
+
- Fix/no signal detection (#1087)
92
+
93
+
- Fix that global settings were not correctly reflected across instances after updates in other non default instance (#1131,#1186,#1188)
94
+
- Fix UI: Handle error scenario properly, when last instance number used does not exist any longer.
95
+
- UI Allow to have password handled by Password-Manager (#1263)
96
+
97
+
- Fixed effect freezing during startup
98
+
- Effects were not started from tray (#1199)
99
+
- Interrupt effect on timeout (#1013)
100
+
- Fixed color and effect handling and duplicate priorities (#993,#1113,#1216)
101
+
- Stop background effect, when it gets out of scope (to not use resources unnecessarily)
102
+
- Custom Effect Templates (schemas) are now loaded
103
+
- Effects: Uploaded images were not found executing custom image effects
104
+
- "LED Test" effect description is in wrong order (#1229)
105
+
106
+
- LED-Devices: Only consider Hardware LED count (#673)
107
+
- LED-Devices: Correct total packet count in tpm2net implementation (#1127)
108
+
- LED-Hue: Proper black in Entertainment mode if min brightness is set
32
109
- LED-Hue: Minor fix of setColor command
33
-
- Nanoleaf: Fix,if external control mode cannot be set
34
-
- Fix issue #1229: "LED Test" effect description is in wrong order
110
+
- Nanoleaf: Fixed behaviour, if external control mode cannot be set
111
+
112
+
- System Log Screen: Fixed Auto-Scrolling, Update Look & Feel, Works across multiple Browser tabs/windows, as log stream is not stopped by a new UI
113
+
114
+
- Rename Instance and Change Password: Modal did not close
115
+
- Read-Only mode was not handled in the SysInfo function
"infoDialog_password_minimum_length": "Passwords must be minimum 8 characters.",
14
15
"infoDialog_password_new_text": "New password",
16
+
"infoDialog_username_text": "Username",
15
17
"about_3rd_party_licenses": "3rd party licenses",
16
18
"about_3rd_party_licenses_error": "We had trouble collecting 3rd party licenses information from web. <br />Please follow this link to the GitHub Resource.",
17
19
"about_build": "Build",
@@ -464,17 +466,17 @@
464
466
"edt_conf_v4l2_flip_expl": "This allows you to flip the image horizontally, vertically, or both.",
"edt_conf_v4l2_fpsSoftwareDecimation_expl": "To save resources every n'th frame will be processed only. For ex. if grabber is set to 30FPS with this option set to 5 the final result will be around 6FPS (1 - disabled)",
469
+
"edt_conf_v4l2_fpsSoftwareDecimation_expl": "To save resources every n'th frame will be processed only. For ex. if grabber is set to 30fps with this option set to 5 the final result will be around 6fps",
0 commit comments