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
@@ -27,22 +27,21 @@ We did not weaken security, but provide you with an easy to use script to switch
27
27
28
28
### Added
29
29
- Script to change the user Hyperion is executed with.
30
-
To run Hyperion with root privileges (e.g. for WS281x) execute <br> `sudo updateHyperionUser.sh -u root`
30
+
To run Hyperion with root privileges (e.g. for WS281x) execute <br> `sudo updateHyperionUser -u root`
31
31
- Gif effects can source Gifs via URLs in addition to local files as input
32
32
- Smoothing is paused when no input source is available (to save resources)
33
33
- System info screen: Added used config path and "is run under root/admin"
34
-
35
-
#### LED-Devices
36
-
- WS281x: Ensure that a device cannot be configured via the UI when Hyperion is not run with root privileges
37
-
- WS281x: Update DMA default as per rpi_ws281x recommendation
38
-
- Nanoleaf: Support discovering additional Nanoleaf devices, e.g. Shapes
39
-
- Nanoleaf: Ability to restore state when Hyperion stops streaming
40
-
Note: In case previous state was a dynamic/temporary effect, the state cannot be restored
41
-
- Nanoleaf: New Feature: allow to overwrite brightness by Hyperion
34
+
-#### LED-Devices
35
+
- WS281x: Ensure that a device cannot be configured via the UI when Hyperion is not run with root privileges
36
+
- WS281x: Update DMA default as per rpi_ws281x recommendation
37
+
- Nanoleaf: Support discovering additional Nanoleaf devices, e.g. Shapes
38
+
- Nanoleaf: Ability to restore state when Hyperion stops streaming
39
+
Note: In case previous state was a dynamic/temporary effect, the state cannot be restored
40
+
- Nanoleaf: New Feature: allow to overwrite brightness by Hyperion
42
41
43
42
### Changed
44
43
45
-
- The Systemd service registers Hyperion under the name hyperion instead of hyperiond, as this has caused confusion among users in the past.
44
+
- The Systemd/Upstart/System-V-Init service registers Hyperion under the name hyperion instead of hyperiond, as this has caused confusion among users in the past.
46
45
- Limit maximum LEDs number for WLED and UDP-Raw to 490
47
46
- Disable LED update streaming, if LED updates are not required, Sync. Video-Streaming between Layout and Simulation
48
47
- Load configuration of last instance used when loading the UI page, Streamline API requests to avoid unnecessary invocations (#1311)
@@ -61,16 +60,16 @@ Note: In case previous state was a dynamic/temporary effect, the state cannot be
61
60
- Include libqt5sql5-sqlite packaging dependency
62
61
- Fixed embedded Python location (#1109)
63
62
64
-
#### LED-Devices
65
-
- Fixed Philips Hue wizard (#1276)
66
-
- Fixed AtmoOrb wizard
67
-
- Fixed that Lightpack device does not core when lack of permissions error (LIBUSB_ERROR_ACCESS)
68
-
- Fixed Atmo/Karate LED count constraint handling
69
-
- Fixed Hue, Disable LED general options (HW Led count & RGB Byte order) as calculated
70
-
- Fixed SPI, Tpm2.Net - Memory issues
71
-
- Fixed: Nanoleaf does not turn on
72
-
- Fixed LED layout - Additional parameters for classic layout were not saved (#1314)
73
-
- Fixed Network LED-Device UI: Trigger getProperties for the configured host, when no hosts were discovered
63
+
-#### LED-Devices
64
+
- Fixed Philips Hue wizard (#1276)
65
+
- Fixed AtmoOrb wizard
66
+
- Fixed that Lightpack device does not core when lack of permissions error (LIBUSB_ERROR_ACCESS)
67
+
- Fixed Atmo/Karate LED count constraint handling
68
+
- Fixed Hue, Disable LED general options (HW Led count & RGB Byte order) as calculated
69
+
- Fixed SPI, Tpm2.Net - Memory issues
70
+
- Fixed: Nanoleaf does not turn on
71
+
- Fixed LED layout - Additional parameters for classic layout were not saved (#1314)
72
+
- Fixed Network LED-Device UI: Trigger getProperties for the configured host, when no hosts were discovered
74
73
75
74
### Removed
76
75
@@ -437,3 +436,4 @@ If you used a `.deb` package please uninstall it before you upgrade
0 commit comments