|
22 | 22 |
|
23 | 23 | ### In this release
|
24 | 24 |
|
| 25 | +- ***Breaking changes***: requires `Glow Worm Luciferin` firmware (v5.20.2). |
| 26 | +- Fixed a regression that caused Firefly Luciferin to crash at startup when using an AMD GPU along with the DDUPL_DX12 |
| 27 | + capture method. |
| 28 | +- Grab area improvements made on `DDUPL/XIMAGESRC/PIPEWIRESRC` capture method has been backported on legacy capture |
| 29 | + methods `WinAPI/CPU`. |
| 30 | +- Added Polish language. Thanks @gmx168. Closes [#258](https://github.com/sblantipodi/firefly_luciferin/pull/258). |
| 31 | +- WiFi access does not work if MQTT server is down, fixed. |
| 32 | + Closes [#74](https://github.com/sblantipodi/glow_worm_luciferin/issues/74). |
| 33 | +- [Arduino Bootstrapper](https://github.com/sblantipodi/arduino_bootstrapper/releases) update (v.1.18.3). |
| 34 | + |
| 35 | +### In the previous releases: |
| 36 | + |
25 | 37 | - ***Breaking changes***: requires `Glow Worm Luciferin` firmware (v5.19.4).
|
26 | 38 | - **Color accuracy has been significantly improved when using HDR contents.** Closes [#268](https://github.com/sblantipodi/firefly_luciferin/issues/268).
|
27 | 39 | - New [color orders](https://github.com/sblantipodi/firefly_luciferin/wiki/RGB-and-RGBW-support#how-to-change-color-order) to support newer LED strips.
|
|
31 | 43 | - When setting a low brightness color on Firefly Luciferin, it’s not possible to increase the brightness in the [web interface](https://github.com/sblantipodi/firefly_luciferin/wiki/Remote-Access#luciferin-web-interface). Fixed.
|
32 | 44 | - Fix "Slow rainbow" effect switching to "Solid" automatically.
|
33 | 45 |
|
34 |
| -### In the previous releases: |
35 |
| - |
36 |
| -- ***Breaking changes***: requires `Glow Worm Luciferin` firmware (v5.18.2). |
37 |
| -- The priority of UDP packets in wireless mode has been increased to signal to the router that Luciferin traffic |
38 |
| - requires lower latency than standard packets. |
39 |
| -- If the microcontroller is temporarily disconnected from the WiFi network, Firefly Luciferin is now able to reconnect |
40 |
| - much faster without restarting the screen capture. |
41 |
| -- Added a 'bottom' capture option |
42 |
| - for [satellites](https://github.com/sblantipodi/firefly_luciferin/wiki/Surround-lighting-with-satellites) when the |
43 |
| - LEDs are configured to use a bottom gap. |
44 |
| -- The [save state](https://github.com/sblantipodi/firefly_luciferin/wiki/Remote-Access#luciferin-web-interface) has been |
45 |
| - restructured. Auto-save has been disabled to prevent wear on the microcontroller's memory. |
46 |
| - Closes [#249](https://github.com/sblantipodi/firefly_luciferin/issues/249). |
47 |
| -- Arch Linux package. Note: AUR package is built from the official sources but it's currently maintained by @Ape. |
48 |
| - Closes [#246](https://github.com/sblantipodi/firefly_luciferin/issues/246). Thanks @Ape for this. |
49 |
| -- Libasound2t64 dependency prevents correct installation on some Linux distros. |
50 |
| - Closes [#253](https://github.com/sblantipodi/firefly_luciferin/issues/253). |
51 |
| -- Properly handle expired restore token on Wayland. |
52 |
| - Closes [#259](https://github.com/sblantipodi/firefly_luciferin/issues/259). Thanks @Ape for the PR. |
53 |
| -- Logging improvements. Closes [#260](https://github.com/sblantipodi/firefly_luciferin/pull/260). Thanks @Ape for the |
54 |
| - PR. |
55 |
| -- Proper config path on Linux. Config file and logs has been moved in XDG_CONFIG_HOME (~/.config/FireflyLuciferin). Old |
56 |
| - config files will be automatically moved to the new path. |
57 |
| - Closes [#261](https://github.com/sblantipodi/firefly_luciferin/pull/261). |
58 |
| -- The snap version was crashing at startup when there were temporary files created by other instances of Firefly Luciferin on the system. Fixed. |
59 |
| - |
60 | 46 | [Click here for the complete changelog of previous versions.](https://github.com/sblantipodi/firefly_luciferin/releases)
|
0 commit comments