Changes in this Release
- Breaking changes: requires
Firefly Luciferin
firmware (v2.19.3). - 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 when the LEDs are configured to use a bottom gap.
- The save state has been restructured. Auto-save has been disabled to prevent wear on the microcontroller's memory. Closes #249.
- Arch Linux package. Note: AUR package is built from the official sources but it's currently maintained by @Ape. Closes #246. Thanks @Ape for this.
- Libasound2t64 dependency prevents correct installation on some Linux distros. Closes #253.
- Properly handle expired restore token on Wayland. Closes #259. Thanks @Ape for the PR.
- Logging improvements. Closes #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.
- The snap version was crashing at startup when there were temporary files created by other instances of Firefly Luciferin on the system. Fixed.