Release 2.0.0-alpha.10.1

This commit is contained in:
Paulchen-Panther 2021-10-03 11:30:02 +02:00
parent d5a71f21fe
commit 17e8c6bca0
3 changed files with 23 additions and 23 deletions

View File

@ -1 +1 @@
2.0.0-alpha.10 2.0.0-alpha.10.1

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://github.com/hyperion-project/hyperion.ng/compare/2.0.0-alpha.11...HEAD) ## [Unreleased](https://github.com/hyperion-project/hyperion.ng/compare/2.0.0-alpha.10.1...HEAD)
### Breaking ### Breaking
@ -27,12 +27,11 @@ We did not weaken security, but provide you with an easy to use script to switch
### Added ### Added
- Script to change the user Hyperion is executed with. - Script to change the user Hyperion is executed with.
To run Hyperion with root privileges (e.g. for WS281x) execute <br> `sudo updateHyperionUser.sh -u root` To run Hyperion with root privileges (e.g. for WS281x) execute <br> `sudo updateHyperionUser -u root`
- Gif effects can source Gifs via URLs in addition to local files as input - Gif effects can source Gifs via URLs in addition to local files as input
- Smoothing is paused when no input source is available (to save resources) - Smoothing is paused when no input source is available (to save resources)
- System info screen: Added used config path and "is run under root/admin" - System info screen: Added used config path and "is run under root/admin"
- #### LED-Devices
#### LED-Devices
- WS281x: Ensure that a device cannot be configured via the UI when Hyperion is not run with root privileges - WS281x: Ensure that a device cannot be configured via the UI when Hyperion is not run with root privileges
- WS281x: Update DMA default as per rpi_ws281x recommendation - WS281x: Update DMA default as per rpi_ws281x recommendation
- Nanoleaf: Support discovering additional Nanoleaf devices, e.g. Shapes - Nanoleaf: Support discovering additional Nanoleaf devices, e.g. Shapes
@ -42,7 +41,7 @@ Note: In case previous state was a dynamic/temporary effect, the state cannot be
### Changed ### Changed
- The Systemd service registers Hyperion under the name hyperion instead of hyperiond, as this has caused confusion among users in the past. - 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.
- Limit maximum LEDs number for WLED and UDP-Raw to 490 - Limit maximum LEDs number for WLED and UDP-Raw to 490
- Disable LED update streaming, if LED updates are not required, Sync. Video-Streaming between Layout and Simulation - Disable LED update streaming, if LED updates are not required, Sync. Video-Streaming between Layout and Simulation
- Load configuration of last instance used when loading the UI page, Streamline API requests to avoid unnecessary invocations (#1311) - Load configuration of last instance used when loading the UI page, Streamline API requests to avoid unnecessary invocations (#1311)
@ -61,7 +60,7 @@ Note: In case previous state was a dynamic/temporary effect, the state cannot be
- Include libqt5sql5-sqlite packaging dependency - Include libqt5sql5-sqlite packaging dependency
- Fixed embedded Python location (#1109) - Fixed embedded Python location (#1109)
#### LED-Devices - #### LED-Devices
- Fixed Philips Hue wizard (#1276) - Fixed Philips Hue wizard (#1276)
- Fixed AtmoOrb wizard - Fixed AtmoOrb wizard
- Fixed that Lightpack device does not core when lack of permissions error (LIBUSB_ERROR_ACCESS) - Fixed that Lightpack device does not core when lack of permissions error (LIBUSB_ERROR_ACCESS)
@ -437,3 +436,4 @@ If you used a `.deb` package please uninstall it before you upgrade
## [2.0.0-alpha.1](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.1) - 2020-02-16 ## [2.0.0-alpha.1](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.1) - 2020-02-16
### Added ### Added
- Initial Release - Initial Release

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
echo "--- postinst called with args= " $1 $2 # echo "--- postinst called with args: " $1 $2
# If $1=configure and $2 is set, this is an upgrade # If $1=configure and $2 is set, this is an upgrade
if [ "$1" = configure ] && [ "$2" != "" ]; then if [ "$1" = configure ] && [ "$2" != "" ]; then