Skip to content

Commit bcfba1e

Browse files
committed
snap release
1 parent abffe92 commit bcfba1e

File tree

3 files changed

+17
-47
lines changed

3 files changed

+17
-47
lines changed

build_tools

snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: fireflyluciferin
22
title: Firefly Luciferin
33
base: core24
4-
version: '2.22.6'
4+
version: '2.22.7'
55
summary: Ambient lighting software
66
description: |
77
Ambient Lighting or Bias Light is a technology that enhances your viewing experience by projecting colored lights onto the wall behind
@@ -79,7 +79,7 @@ parts:
7979
- libasound2-plugins
8080
override-build: |
8181
snapcraftctl build
82-
wget https://github.com/sblantipodi/firefly_luciferin/releases/download/v2.22.6/FireflyLuciferinLinux.deb
82+
wget https://github.com/sblantipodi/firefly_luciferin/releases/download/v2.22.7/FireflyLuciferinLinux.deb
8383
ls -la
8484
ar x FireflyLuciferinLinux.deb
8585
tar xvf data.tar.zst

src/main/resources/build_assets/org.dpsoftware.FireflyLuciferin.appdata.xml

Lines changed: 14 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,11 @@
8080
<p>Breaking changes: requires Glow Worm Luciferin firmware (v5.21.3)</p>
8181
<ul>
8282
<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+
8785
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
9588
keeping system performance efficient.
9689
</li>
9790
<li>Home Assistant integration has been updated to make room for this new feature:
@@ -102,13 +95,7 @@
10295
</ul>
10396
</li>
10497
<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:
11299
<ul>
113100
<li>Night light: Use warmer colors to block blue light. The higher you raise the level, the
114101
more blue light will be blocked. The 'Auto' setting syncs with the night light setting
@@ -120,27 +107,19 @@
120107
</ul>
121108
</li>
122109
<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
126111
algorithm has been improved, now it does not reduce brightness on faint colors.
127112
</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.
131114
</li>
132115
<li>The firmware now smooths out transitions when switching from one color to another in solid mode.
133116
(Full firmware only).
134117
</li>
135118
<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
139120
improvements:
140121
<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>
144123
<li>Every change is now reflected in real time by the test image.</li>
145124
<li>The test image now allows for 4 levels of saturation (100%, 75%, 50%, 25%). This helps
146125
to test colors with various levels of saturation.
@@ -149,30 +128,21 @@
149128
</li>
150129
<li>You can now open the Info menu along with the Settings menu. This allows you to check in real
151130
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.
154132
</li>
155133
<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.
158135
</li>
159136
<li>Small UI reorganizations and improvements and better handling of the info tooltips.</li>
160137
<li>Restarting capture due to a framerate change is now much faster.</li>
161138
<li>Added support for 4.000.000 and 6.000.000 baud rates for newer UART chips. Use with caution.
162139
</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>
166141
<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.
171143
</li>
172144
<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.
176146
</li>
177147
</ul>
178148
</description>

0 commit comments

Comments
 (0)