Skip to content

Commit a6b63d8

Browse files
authored
Update CHANGELOG.md
1 parent 17e8c6b commit a6b63d8

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,32 @@ Besides bug fixing, you will find some smaller enhancements which make everybody
2525
The fact that WS281x devices must run under root caused many headaches before in getting them running.
2626
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.
2727

28-
### Added
28+
### Added:
2929
- Script to change the user Hyperion is executed with.
3030
To run Hyperion with root privileges (e.g. for WS281x) execute <br> `sudo updateHyperionUser -u root`
3131
- 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+
3333
- System info screen: Added used config path and "is run under root/admin"
34-
- #### LED-Devices
34+
- LED-Device enhancements
3535
- 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
3736
- 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
4039
- Nanoleaf: New Feature: allow to overwrite brightness by Hyperion
4140

42-
### Changed
41+
### Changed:
4342

4443
- 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)
4647
- Disable LED update streaming, if LED updates are not required, Sync. Video-Streaming between Layout and Simulation
4748
- Load configuration of last instance used when loading the UI page, Streamline API requests to avoid unnecessary invocations (#1311)
4849
- BobLight: Priorities are not limited any longer. BobLight can feed Priorities [2-253], default is still 128 (#1269)
4950
- Amlogic grabber: Limit grabber to 30fps during discovery
5051
- Amlogic grabber: Continuous image feed even when paused (to not have LEDs switched off), plus no delay when pausing/unpausing
5152

52-
### Fixed
53+
### Fixed:
5354

5455
- Fixed that Smoothing with "Continuous Updates" disabled does not provides LED updates (#1068, #1240)
5556
- 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
6061
- Include libqt5sql5-sqlite packaging dependency
6162
- Fixed embedded Python location (#1109)
6263

63-
- #### LED-Devices
64+
- LED-Devices
6465
- Fixed Philips Hue wizard (#1276)
6566
- Fixed AtmoOrb wizard
6667
- 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
7172
- Fixed LED layout - Additional parameters for classic layout were not saved (#1314)
7273
- Fixed Network LED-Device UI: Trigger getProperties for the configured host, when no hosts were discovered
7374

74-
### Removed
75+
### Removed:
7576

7677
- Smoothing: Removed "Continuous Updates" flag as it is obsolete.
7778
In case an LED-device requires continuous updates, use the LED-Device's "Rewrite Time" parameter.

0 commit comments

Comments
 (0)