Skip to content

Commit

Permalink
Release v2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi committed Jan 20, 2024
1 parent 949cf8b commit 24dc193
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
29 changes: 23 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,29 @@ strong {
}
</style>


### In this release:

- ***Breaking changes***: requires `Glow Worm Luciferin` firmware (v5.13.2).
se - **To make room for the new features Luciferin Full firmware has dropped support for 1 MB devices** like the old
ESP8266 Lite or ESP-01. Standard ESP8266 4MB is still obviously supported and it will for a long time.
**All people running Luciferin Full firmware on an ESP8266 must manually reinstall and reconfigure the Glow Worm
firmware** as the ESP8266 will be "formatted" to allow the use of the new 4MB file system. Please use the Web
Installer for the purpose, you may need to reconfigure, WiFi, GPIO, device name and baudrate. If for some reason you
can't use the Web Installer, you can reconfigure your ESP8266 using the alternative method.
- **Improved HDR support.**
- Changelog is now presented in WebView format and allows you to access the Wiki about new features. (This feature is
visible from the next update because Firefly Luciferin needs to be updated first).
- Screen capture is restarted automatically once an MQTT disconnection/reconnection occurs.
- Luciferin now defaults to the dark theme if your operating system is using a dark theme.
- There were misalignments in the screen capture zones on newer AMD graphics cards. Fixed.
- Color temperature adjustments produces a greenish tint on LED strips with a particular color order, fixed.
- Firefly Luciferin icons vanishes after some seconds when using a dual monitor setup on GNOME, fixed.
- Minor UI fixes.
- Arduino Bootstrapper update (v.1.16.1).

### In the previous release:

- ***Breaking changes***: requires `Glow Worm Luciferin` firmware (v5.12.9).
- **Introducing the Luciferin surround lighting with satellites.**
- **Added Wayland support for Linux.** Thanks @h7io for the contribution to this feature.
Expand All @@ -36,9 +58,4 @@ strong {
- Fixed sporadic crashes on ESP32-S3 devices.
- Fixed an issue that prevented Glow Worm Luciferin firmware to be flashed using external tools like esptool.
- Upgrade to Java 21 and JavaFX 21.
- Arduino Bootstrapper update (v.1.15.3).

### In the previous release:

- Hotfix release: Fixed a regression that doesn't permit to drive LEDs via USB when MQTT is enabled. **This issue
affects Firefly Luciferin only, there is no need to update the firmware.**.
- Arduino Bootstrapper update (v.1.15.3).
4 changes: 2 additions & 2 deletions src/main/resources/project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=${project.version}
minimum.firmware.version=5.12.9
minimum.firmware.version=5.13.2
# This feature is not exposed to end users. Used for testing purpose only. Set false before the release.
gw.alpha.download=true
gw.alpha.download=false

0 comments on commit 24dc193

Please sign in to comment.