You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ***Breaking changes***: requires `Glow Worm Luciferin` firmware (v5.18.2).
- The priority of UDP packets in wireless mode has been increased to signal to the router that Luciferin traffic requires lower latency than standard packets.
- If the microcontroller is temporarily disconnected from the WiFi network, Firefly Luciferin is now able to reconnect much faster without restarting the screen capture.
- Added a 'bottom' capture option for [satellites](https://github.com/sblantipodi/firefly_luciferin/wiki/Surround-lighting-with-satellites) when the LEDs are configured to use a bottom gap.
- The [save state](https://github.com/sblantipodi/firefly_luciferin/wiki/Remote-Access#luciferin-web-interface) has been restructured. Auto-save has been disabled to prevent wear on the microcontroller's memory. Closes [#249](#249).
- Arch Linux package. Note: AUR package is built from the official sources but it's currently maintained by @Ape. Closes [#246](#246). Thanks @Ape for this.
- Libasound2t64 dependency prevents correct installation on some Linux distros. Closes [#253](#253).
- Properly handle expired restore token on Wayland. Closes [#259](#259). Thanks @Ape for the PR.
- Logging improvements. Closes [#260](#260). Thanks @Ape for the PR.
- Proper config path on Linux. Config file and logs has been moved in XDG_CONFIG_HOME (~/.config/FireflyLuciferin). Old config files will be automatically moved to the new path. Closes [#261](#261).
- The snap version was crashing at startup when there were temporary files created by other instances of Firefly Luciferin on the system. Fixed.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,14 @@ body:
50
50
attributes:
51
51
label: Fiefly Luciferin config file
52
52
description: Please copy and paste your Firefly Luciferin config file.
53
-
placeholder: You can find your config file in ~Documents\FireflyLuciferin\FireflyLuciferin.yaml file. Please remove your MQTT password if you don't want to share it
53
+
placeholder: You can find your config file in ~(Documents or .config)\FireflyLuciferin\FireflyLuciferin.yaml file. Please remove your MQTT password if you don't want to share it
54
54
render: shell
55
55
- type: textarea
56
56
id: logs
57
57
attributes:
58
58
label: Relevant log output
59
59
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks
60
-
placeholder: You can find your logs in your ~Documents\FireflyLuciferin\logs folder
60
+
placeholder: You can find your logs in your ~(Documents or .config)\FireflyLuciferin\logs folder
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,11 @@ If you like **Firefly Luciferin**, give it a star, or fork it and contribute!
41
41
- Have a question? [**Get answered on the community**](https://discord.gg/aXf9jeN).
42
42
43
43
## Quick start
44
-
You can build the software from the source or if you prefer you can **download the installer from [here](https://github.com/sblantipodi/firefly_luciferin/releases)**.
45
-
`Firefly Luciferin` uses `Java 14` to create the native installer, this means that you don't have to install Java or other libraries separately.
44
+
45
+
You can **download the installer for Windows or Linux [here](https://github.com/sblantipodi/firefly_luciferin/releases)
46
+
**.
47
+
The Linux version is also available on [Flathub](https://flathub.org/apps/org.dpsoftware.FireflyLuciferin)
48
+
and [Snap Store](https://github.com/sblantipodi/firefly_luciferin/issues/207)
46
49
47
50
This software can run on any Desktop PC using **Windows or Linux**. MacOS support will be added later.
48
51
To get the full `Bias Lighting` experience you need a microcontroller (ex. ESP8266, ESP32) running [Glow Worm Luciferin](https://github.com/sblantipodi/glow_worm_luciferin) firmware. You can connect the microcontroller to the PC via USB or via wirelss (MQTT server is optional).
-**Capture pipeline has been optimized for DX12 on Windows.** Previously, under heavy GPU load, capture framerates would drop significantly, causing occasional LED stuttering. Now, the pipeline has been restructured to better utilize hardware resources, completely eliminating stuttering. This change, along with the previous SIMD extension released with the previous version of Firefly Luciferin, makes Luciferin one of the most optimized and fastest software for bias lighting available at the moment.
27
53
-**New effects and improvements to the existing ones.**
@@ -46,34 +72,4 @@ a {
46
72
- Linux Wayland didn't ask you which screen to record when the recording permission expired. Fixed.
47
73
-[Power saving](https://github.com/sblantipodi/firefly_luciferin/wiki/Power-saving-features) mode is not interrupted by small changes on the screen like icons changing state in the system tray or incoming notifications.
-**Luciferin now has specific support for [AVX CPU extensions](https://github.com/sblantipodi/firefly_luciferin/wiki/Very-fast-capture#cpu-acceleration-using-avx-simd-extensions).**
53
-
AMD and Intel are investing a lot of resources in improving their CPU extensions. Next-generation CPUs contain various
54
-
optimizations related to `Advanced Vector Extensions (AVX)` which are `Single Instruction, Multiple Data (SIMD)`
55
-
extensions to the x86 instruction set architecture for microprocessors.
56
-
AVX 512 and AVX 256 offer significant performance improvements and resource optimization benefits.
57
-
- USB/Serial communication has been redesigned:
58
-
- Improved USB device recognition under Linux.
59
-
- Serial devices may cause an infinite loop due to buggy COM port enumeration. Fixed.
60
-
-[Tray icon](https://github.com/sblantipodi/firefly_luciferin/wiki/Tray-icon-shortcuts) has been improved with new
61
-
shortcuts.
62
-
- Added a workaround for an existing Windows issue that causes tray menu to stay behind the
0 commit comments