From f66ac2cbc1d1c6fc2a4862aa68fce2593f8187cd Mon Sep 17 00:00:00 2001 From: Awawa Date: Tue, 5 Sep 2023 23:12:09 +0200 Subject: [PATCH] Refactoring. New interface and discovery panel. SVG replaced font icons. --- .github/workflows/push-master.yml | 8 ++++---- CHANGELOG.md | 8 ++++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 3a858ac4b..9d197bba2 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -52,10 +52,10 @@ jobs: linuxVersion: bookworm dockerName: Debian Bookworm (ARM 64-bit Raspberry Pi OS) platform: rpi - - dockerImage: x86_64 - linuxVersion: ArchLinux - dockerName: Arch Linux (x86_64) - platform: linux +# - dockerImage: x86_64 +# linuxVersion: ArchLinux +# dockerName: Arch Linux (x86_64) +# platform: linux - dockerImage: x86_64 linuxVersion: Fedora_38 dockerName: Fedora 38 (x86_64) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4264c65f4..05e729e54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ -- Add new effect: Rainbow Waves #607 (v20 beta 🆕) -- MQTT: hostname address resolver. Thanks @lougovsk #586 (v20 beta 🆕) +- New interface: removed ancient Font Awesome 4 (so 2017...) Migrate to SVG: Bootstrap Icons and Google Material Icons/Symbols #605 (v20 beta 🆕) +- New device discovery service #605 (v20 beta 🆕) +- Stability improvements & bug fixing #605 (v20 beta 🆕) +- Fix QT5.15 issue when building on Windows #605 (v20 beta 🆕) +- Add new effect: Rainbow Waves #607 (v20 beta 🆕) +- MQTT: hostname address resolver. Thanks @lougovsk #586 (v20 beta 🆕) - V4L: allow setting of V4L device input, fixes #537. Thanks @Thinner77 #540 (v20 beta 🆕) - Update flatbuffers to v23.5.26 #596 (v20 beta 🆕) - Pause the USB grabber when all LEDs are off to reduce load #608 (v20 beta 🆕)