Skip to content

Commit

Permalink
Refactoring. New interface and discovery panel. SVG replaced font icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Sep 5, 2023
1 parent 034e8b5 commit 64cb1f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🆕)
Expand Down
1 change: 1 addition & 0 deletions sources/hyperhdr/MacSuspend.mm
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <utils/Image.h>
#include <base/HyperHdrIManager.h>
#include <iostream>
#include <QThread>
#import <Cocoa/Cocoa.h>


Expand Down

0 comments on commit 64cb1f4

Please sign in to comment.