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
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,31 +25,32 @@ Besides bug fixing, you will find some smaller enhancements which make everybody
25
25
The fact that WS281x devices must run under root caused many headaches before in getting them running.
26
26
We did not weaken security, but provide you with an easy to use script to switch the user-id of hyperion going forward. Furthermore, device configuration is blocked, if the environment does not allow it.
27
27
28
-
### Added
28
+
### Added:
29
29
- Script to change the user Hyperion is executed with.
30
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
-
- Smoothing is paused when no input source is available (to save resources)
32
+
33
33
- System info screen: Added used config path and "is run under root/admin"
34
-
-#### LED-Devices
34
+
- LED-Device enhancements
35
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
36
- 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
37
+
- Nanoleaf: Ability to restore state when Hyperion stops streaming<br>
38
+
Note: In case previous state was a dynamic/temporary effect, the state cannot be restored
40
39
- Nanoleaf: New Feature: allow to overwrite brightness by Hyperion
41
40
42
-
### Changed
41
+
### Changed:
43
42
44
43
- 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.
45
-
- Limit maximum LEDs number for WLED and UDP-Raw to 490
44
+
- WLED and UDP-Raw: Limit maximum LEDs number to 490
45
+
- WS281x: Update DMA default as per rpi_ws281x recommendation
46
+
- Smoothing is paused when no input source is available (to save resources)
46
47
- Disable LED update streaming, if LED updates are not required, Sync. Video-Streaming between Layout and Simulation
47
48
- Load configuration of last instance used when loading the UI page, Streamline API requests to avoid unnecessary invocations (#1311)
48
49
- BobLight: Priorities are not limited any longer. BobLight can feed Priorities [2-253], default is still 128 (#1269)
49
50
- Amlogic grabber: Limit grabber to 30fps during discovery
50
51
- Amlogic grabber: Continuous image feed even when paused (to not have LEDs switched off), plus no delay when pausing/unpausing
51
52
52
-
### Fixed
53
+
### Fixed:
53
54
54
55
- Fixed that Smoothing with "Continuous Updates" disabled does not provides LED updates (#1068, #1240)
55
56
- Fixed Issue Blinking / flickering cursor with QT screen capture on Windows (#1328)
@@ -60,7 +61,7 @@ To run Hyperion with root privileges (e.g. for WS281x) execute <br> `sudo update
60
61
- Include libqt5sql5-sqlite packaging dependency
61
62
- Fixed embedded Python location (#1109)
62
63
63
-
-#### LED-Devices
64
+
- LED-Devices
64
65
- Fixed Philips Hue wizard (#1276)
65
66
- Fixed AtmoOrb wizard
66
67
- Fixed that Lightpack device does not core when lack of permissions error (LIBUSB_ERROR_ACCESS)
@@ -71,7 +72,7 @@ To run Hyperion with root privileges (e.g. for WS281x) execute <br> `sudo update
71
72
- Fixed LED layout - Additional parameters for classic layout were not saved (#1314)
72
73
- Fixed Network LED-Device UI: Trigger getProperties for the configured host, when no hosts were discovered
73
74
74
-
### Removed
75
+
### Removed:
75
76
76
77
- Smoothing: Removed "Continuous Updates" flag as it is obsolete.
77
78
In case an LED-device requires continuous updates, use the LED-Device's "Rewrite Time" parameter.
0 commit comments