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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
### Added
12
12
13
+
- Added saturation gain and brightness/value gain as new color processing settings
14
+
13
15
### Changed
14
16
15
17
### Fixed
@@ -22,15 +24,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
24
- Allow to build a "light" version of Hyperion, i.e. no grabbers, or services like flat-/proto buffers, boblight, CEC
23
25
- Allow to restart Hyperion via Systray
24
26
- mDNS support for all platforms inkl. Windows (#740)
25
-
- Forwarder: mDNS discovery support and ease of configuration of other Hyperion instances
27
+
- Forwarder: mDNS discovery support and ease of configuration of other Hyperion instances
26
28
- Grabber: mDNS discovery for standalone grabbers
27
29
- Grabber: Dynamic loading of the Dispmanx Grabber (#1418)
28
30
- Flatbuffer/Protobuf are now able to receive RGBA data
29
31
- Added the instance number as part of the logline (#910). In the UI Log the instance is presented as a readable name.
30
32
- New language: Japanese
31
33
32
34
##### LED-Devices
33
-
- Support retry attempts enabling devices, e.g. to open devices after network or a device itself got available (#1302). Fixes that devices got "stuck", if initial open failed e.g. for WLED, Hue
35
+
- Support retry attempts enabling devices, e.g. to open devices after network or a device itself got available (#1302). Fixes that devices got "stuck", if initial open failed e.g. for WLED, Hue
34
36
- New UDP-DDP (Distributed Display Protocol) device to overcome the 490 LEDs limitation of UDP-RAW
35
37
- mDNS discovery support and ease of configuration (Cololight, Nanoleaf, Philips-Hue, WLED, Yeelight); removes the need to configure IP-Address, as address is resolved automatically.
36
38
- Allow to disable switching LEDs on during startup (#1390)
@@ -116,7 +118,7 @@ Note: Existing configurations are migrated to new structures automatically
116
118
- Fixed hyperion-remote when sending multiple Hex-Colors with "Set Color" option
@@ -135,7 +137,7 @@ We did not weaken security, but provide you with an easy to use script to switch
135
137
### Added:
136
138
- Script to change the user Hyperion is executed with.
137
139
To run Hyperion with root privileges (e.g. for WS281x) execute <br> `sudo updateHyperionUser -u root`
138
-
- Gif effects can source Gifs via URLs in addition to local files as input
140
+
- Gif effects can source Gifs via URLs in addition to local files as input
139
141
140
142
- System info screen: Added used config path and "is run under root/admin"
141
143
- LED-Device enhancements
@@ -167,7 +169,7 @@ To run Hyperion with root privileges (e.g. for WS281x) execute <br> `sudo update
167
169
- Escape XSS payload to avoid execution (#1292)
168
170
- Include libqt5sql5-sqlite packaging dependency
169
171
- Fixed embedded Python location (#1109)
170
-
172
+
171
173
- LED-Devices
172
174
- Fixed Philips Hue wizard (#1276)
173
175
- Fixed AtmoOrb wizard
@@ -193,12 +195,12 @@ The refined color coding in the user-interfaces, helps you to quickly identify i
193
195
194
196
Of course, the release brings new features (e.g. USB Capture on Windows), as well as minor enhancements and a good number of fixes.
195
197
196
-
Note:
198
+
Note:
197
199
198
200
-**IMPORTANT:** Due to the rework of the grabbers, both screen- and video grabbers are disabled after the upgrade to the new version.
199
201
Please, re-enable the grabber of choice via the UI, validate the configuration and save the setup. The grabber should the restart.
200
202
201
-
- Hyperion packages can now be installed under Ubuntu (x64) and Debian (amd64/armhf) (incl. Raspberry Pi OS) via our own APT server.
203
+
- Hyperion packages can now be installed under Ubuntu (x64) and Debian (amd64/armhf) (incl. Raspberry Pi OS) via our own APT server.
202
204
Details about the installation can be found in the [installation.md](https://github.com/hyperion-project/hyperion.ng/blob/master/Installation.md) and at [apt.hyperion-project.org](apt.hyperion-project.org).
203
205
- Find here more details on [supported platforms and configuration sets](https://github.com/hyperion-project/hyperion.ng/blob/master/doc/development/SupportedPlatforms.md)
0 commit comments