Skip to content

Commit 17e8c6b

Browse files
Release 2.0.0-alpha.10.1
1 parent d5a71f2 commit 17e8c6b

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-alpha.10
1+
2.0.0-alpha.10.1

CHANGELOG.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/hyperion-project/hyperion.ng/compare/2.0.0-alpha.11...HEAD)
7+
## [Unreleased](https://github.com/hyperion-project/hyperion.ng/compare/2.0.0-alpha.10.1...HEAD)
88

99
### Breaking
1010

@@ -27,22 +27,21 @@ We did not weaken security, but provide you with an easy to use script to switch
2727

2828
### Added
2929
- 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`
3131
- Gif effects can source Gifs via URLs in addition to local files as input
3232
- Smoothing is paused when no input source is available (to save resources)
3333
- 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
4241

4342
### Changed
4443

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.
4645
- Limit maximum LEDs number for WLED and UDP-Raw to 490
4746
- Disable LED update streaming, if LED updates are not required, Sync. Video-Streaming between Layout and Simulation
4847
- 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
6160
- Include libqt5sql5-sqlite packaging dependency
6261
- Fixed embedded Python location (#1109)
6362

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
7473

7574
### Removed
7675

@@ -437,3 +436,4 @@ If you used a `.deb` package please uninstall it before you upgrade
437436
## [2.0.0-alpha.1](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.1) - 2020-02-16
438437
### Added
439438
- Initial Release
439+

cmake/package-scripts/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
echo "--- postinst called with args= " $1 $2
3+
# echo "--- postinst called with args: " $1 $2
44

55
# If $1=configure and $2 is set, this is an upgrade
66
if [ "$1" = configure ] && [ "$2" != "" ]; then

0 commit comments

Comments
 (0)