From 5da406810d2903f94175a8faa1dd5e260462d930 Mon Sep 17 00:00:00 2001 From: Davide Perini Date: Mon, 22 Jan 2024 16:39:40 +0100 Subject: [PATCH] html changelog --- docs/index.md | 60 +++++++++++++++++++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 19 deletions(-) diff --git a/docs/index.md b/docs/index.md index b0f257d6..f6d41d58 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,40 +13,58 @@ strong { font-weight: bold; } +a { + font-weight: bold; + color: #E19A00FF; +} - + ### In this release: - ***Breaking changes***: requires `Glow Worm Luciferin` firmware (v5.13.2). - **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. + 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. + firmware** as the ESP8266 will be "formatted" to allow the use of the new 4MB file system. Please use + the [Web Installer](https://sblantipodi.github.io/glow_worm_luciferin/) 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](https://sblantipodi.github.io/glow_worm_luciferin/), you can reconfigure your ESP8266 using + the [alternative method](https://github.com/sblantipodi/firefly_luciferin/wiki/WiFi-and-MQTT-configuration-using-the-Luciferin-Access-Point). - **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). +- [Changelog](https://github.com/sblantipodi/firefly_luciferin/wiki/Luciferin-update-management) is now presented in + WebView format and allows you to access the [Wiki](https://github.com/sblantipodi/firefly_luciferin/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. + Closes [#162](https://github.com/sblantipodi/firefly_luciferin/issues/162). - 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. +- [Color temperature adjustments](https://github.com/sblantipodi/firefly_luciferin/wiki/Color-Temperature-and-White-Balance) + 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). +- [Arduino Bootstrapper](https://github.com/sblantipodi/arduino_bootstrapper/releases) update (v.1.16.1). -### In the previous release: +### In the previous releases: - ***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. -- It's now possible to **disable Glow Worm device auto discovery** in Firefly Luciferin PC software. This is useful - when PC and ESP lives in separate VLANs/Subnets. +- **Introducing + the [Luciferin surround lighting with satellites](https://github.com/sblantipodi/firefly_luciferin/wiki/Surround-lighting-with-satellites). + Closes [#97](https://github.com/sblantipodi/firefly_luciferin/issues/97).** +- * + *[Added Wayland support for Linux.](https://github.com/sblantipodi/firefly_luciferin/wiki/Linux-support#luciferin-supports-wayland) + ** Thanks @h7io for the contribution to this feature. + Closes [#130](https://github.com/sblantipodi/firefly_luciferin/issues/130). +- **It's now possible to [**disable Glow Worm device auto discovery + **](https://github.com/sblantipodi/firefly_luciferin/wiki/Static-IP-and-auto-discovery) in Firefly Luciferin PC + software.** This is useful when PC and ESP lives in separate VLANs/Subnets. + Closes [#132](https://github.com/sblantipodi/firefly_luciferin/issues/132). - **Added the possibility to average the color of the screen on all the LEDs**. -- **Big performance improvements for Linux while running on X11.** -- **Added an optimization for Linux users that is specific for NVIDIA GPUs.** Thanks to @Phoshi for the support on this - feature. +- **Big performance improvements for [Linux](https://github.com/sblantipodi/firefly_luciferin/wiki/Linux-support) while + running on X11.** +- **Added an optimization + for [Linux users that is specific for NVIDIA GPUs](https://github.com/sblantipodi/firefly_lucisferin/wiki/Linux-support#nvidia-cuda). + ** Thanks to @Phoshi for the support on this feature. - **Ram usage improvements.** - **UI/UX improvements.** Revamped title bar, one left click on tray icon now open settings. Double left click on tray icon starts/stops screen capture, right left click opens the menu as usual. (Windows only, Linux version has no tray @@ -54,8 +72,12 @@ strong { - Added an option during the installation process to create a desktop shortcut to Firefly Luciferin (Windows only). - Added an option during the installation process to create a start menu shortcut to Firefly Luciferin (Windows only). - Potential off-heap memory leak on Linux. Fixed. Thanks @jypma for fixing this issue. + Closes [#147](https://github.com/sblantipodi/firefly_luciferin/issues/147). - Firefly Luciferin caused a brief audio stutter on some systems during startup. Fixed. - Fixed sporadic crashes on ESP32-S3 devices. -- Fixed an issue that prevented Glow Worm Luciferin firmware to be flashed using external tools like esptool. +- Fixed an issue that prevented Glow Worm Luciferin firmware to + be [flashed using external tools like esptool](https://github.com/sblantipodi/firefly_luciferin/wiki/How-to-flash-Glow-Worm-Luciferin-firmware-via-esptool). - Upgrade to Java 21 and JavaFX 21. -- Arduino Bootstrapper update (v.1.15.3). +- [Arduino Bootstrapper](https://github.com/sblantipodi/arduino_bootstrapper/releases) update (v.1.15.3). + +[Click here for the complete changelog of previous versions.](https://github.com/sblantipodi/firefly_luciferin/releases)