|
80 | 80 | <p>Breaking changes: requires Glow Worm Luciferin firmware (v5.21.3)</p> |
81 | 81 | <ul> |
82 | 82 | <li> |
83 | | - <strong>The smoothing feature is greatly improved thanks to the <a |
84 | | - href="https://github.com/sblantipodi/firefly_luciferin/wiki/Smoothing-color-transitions#what-is-exponential-moving-average-ema"> |
85 | | - Exponential Moving Average (EMA)</a>. |
86 | | - </strong> |
| 83 | + The smoothing feature is greatly improved thanks to the Exponential Moving Average (EMA). |
| 84 | + |
87 | 85 | EMA is a smoothing technique that gradually adjusts values over time, giving more weight to |
88 | | - recent data while still considering past values.<br/>Unlike a simple average, EMA reacts faster |
89 | | - to changes while still keeping transitions smooth.<br/>By combining <a |
90 | | - href="https://github.com/sblantipodi/firefly_luciferin/wiki/Smoothing-color-transitions#how-does-it-works-linear-interpolation-with-frame-insertion"> |
91 | | - Frame Generation |
92 | | - </a> and <a |
93 | | - href="https://github.com/sblantipodi/firefly_luciferin/wiki/Smoothing-color-transitions#what-is-exponential-moving-average-ema"> |
94 | | - EMA</a>, Luciferin delivers an even more natural and immersive ambient lighting effect while |
| 86 | + recent data while still considering past values. Unlike a simple average, EMA reacts faster |
| 87 | + to changes while still keeping transitions smooth. By combining Frame Generation and EMA, Luciferin delivers an even more natural and immersive ambient lighting effect while |
95 | 88 | keeping system performance efficient. |
96 | 89 | </li> |
97 | 90 | <li>Home Assistant integration has been updated to make room for this new feature: |
|
102 | 95 | </ul> |
103 | 96 | </li> |
104 | 97 | <li> |
105 | | - <strong> |
106 | | - <a href="https://github.com/sblantipodi/firefly_luciferin/wiki/Eye-care-and-night-mode">Eye |
107 | | - care |
108 | | - </a> |
109 | | - features has been extended: |
110 | | - </strong> |
111 | | - Closes <a href="https://github.com/sblantipodi/firefly_luciferin/issues/247">#247</a>. |
| 98 | + Eye care features has been extended: |
112 | 99 | <ul> |
113 | 100 | <li>Night light: Use warmer colors to block blue light. The higher you raise the level, the |
114 | 101 | more blue light will be blocked. The 'Auto' setting syncs with the night light setting |
|
120 | 107 | </ul> |
121 | 108 | </li> |
122 | 109 | <li> |
123 | | - <a href="https://github.com/sblantipodi/firefly_luciferin/wiki/Color-Temperature-and-White-Balance"> |
124 | | - Color temperature correction |
125 | | - </a> |
| 110 | + Color temperature correction |
126 | 111 | algorithm has been improved, now it does not reduce brightness on faint colors. |
127 | 112 | </li> |
128 | | - <li>Optimize PIPEWIREXDG pipeline. PR <a |
129 | | - href="https://github.com/sblantipodi/firefly_luciferin/pull/276">#276</a>. Thanks <a |
130 | | - href="https://github.com/Ape">@Ape</a>. |
| 113 | + <li>Optimize PIPEWIREXDG pipeline. Thanks @Ape. |
131 | 114 | </li> |
132 | 115 | <li>The firmware now smooths out transitions when switching from one color to another in solid mode. |
133 | 116 | (Full firmware only). |
134 | 117 | </li> |
135 | 118 | <li> |
136 | | - <a href="https://github.com/sblantipodi/firefly_luciferin/wiki/Color-Grading-(Hue-Saturation-and-Lightness-tuning)"> |
137 | | - Test image |
138 | | - </a> |
| 119 | + Test image |
139 | 120 | improvements: |
140 | 121 | <ul> |
141 | | - <li>You can now access other settings while using Test Image. Closes <a |
142 | | - href="https://github.com/sblantipodi/firefly_luciferin/issues/108">#108</a>. |
143 | | - </li> |
| 122 | + <li>You can now access other settings while using Test Image.</li> |
144 | 123 | <li>Every change is now reflected in real time by the test image.</li> |
145 | 124 | <li>The test image now allows for 4 levels of saturation (100%, 75%, 50%, 25%). This helps |
146 | 125 | to test colors with various levels of saturation. |
|
149 | 128 | </li> |
150 | 129 | <li>You can now open the Info menu along with the Settings menu. This allows you to check in real |
151 | 130 | time how changing settings affects FPS, without having to swap back and forth between the |
152 | | - Settings and Info menus. Closes <a |
153 | | - href="https://github.com/sblantipodi/firefly_luciferin/issues/236">#236</a>. |
| 131 | + Settings and Info menus. |
154 | 132 | </li> |
155 | 133 | <li> |
156 | | - <strong>Net code overhead reduction for reduced power usage.</strong> |
157 | | - Closes <a href="https://github.com/sblantipodi/firefly_luciferin/issues/281">#281</a>. |
| 134 | + Net code overhead reduction for reduced power usage. |
158 | 135 | </li> |
159 | 136 | <li>Small UI reorganizations and improvements and better handling of the info tooltips.</li> |
160 | 137 | <li>Restarting capture due to a framerate change is now much faster.</li> |
161 | 138 | <li>Added support for 4.000.000 and 6.000.000 baud rates for newer UART chips. Use with caution. |
162 | 139 | </li> |
163 | | - <li>Home assistant brightness control not working with Bias light. Fixed. Closes <a |
164 | | - href="https://github.com/sblantipodi/firefly_luciferin/issues/278">#278</a>. |
165 | | - </li> |
| 140 | + <li>Home assistant brightness control not working with Bias light. Fixed. </li> |
166 | 141 | <li>Fixed an issue that reverted the baud rate to 115.200 when changing network settings.</li> |
167 | | - <li>Tray icon <a |
168 | | - href="https://github.com/sblantipodi/firefly_luciferin/wiki/Luciferin-update-management"> |
169 | | - update menu |
170 | | - </a> does not work when Check for updates is disabled. Fixed. |
| 142 | + <li>Tray icon update menu does not work when Check for updates is disabled. Fixed. |
171 | 143 | </li> |
172 | 144 | <li>Settings cannot be opened when the MQTT server is unreachable. Issue resolved.</li> |
173 | | - <li>Following a recent change in <a |
174 | | - href="https://github.com/sblantipodi/firefly_luciferin/wiki/Home-Automation-configs">Home |
175 | | - Assistant</a>, the light entity is no longer recognized as an RGB entity. Fixed. |
| 145 | + <li>Following a recent change in Home Assistant, the light entity is no longer recognized as an RGB entity. Fixed. |
176 | 146 | </li> |
177 | 147 | </ul> |
178 | 148 | </description> |
|
0 commit comments