Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
- upgrade Bootstrap from version 3 to 5
- replace and update most of UI components
- software screen grabbers (Windows:DirectX11 / Linux:X11 / macOS:CoreGraphics) #46
- HDR available as a global component
- automatic signal detection with learning capability
- reimplemented backup import / export function for all instances' settings
- current video stream information in the 'overview' tab
- support for my new HyperSPI project (https://github.com/awawa-dev/HyperSPI) with awa_spi LED driver
- new video stream crop method in JSON API
- JSON API documentation in a form of live playground in 'Advanced' tab
- LED grouping aka PC mode aka gradient mode
- add timeout for the anti-flickering filter
- translation resources are updated
- new panel for easy video resolution & refresh mode selection
- add release for AARCH64 architecture #68
- fix for WLED new network protocol #90
- fix missing Linux taskbar icon
- support for libCEC 6.0.2 to turn on/off video & system grabber
- support for libCEC to turn on/off HDR tone mapping with remote buttons
- compatibility with QT6.2 (tested with the preview version/Vulkan/Windows)
- lower CPU usage when automatic signal detection triggers 'nosignal' ('save resources' for software framerate decimation) #93
- standardize libJPEG-turbo library (where it's necessary)
- fix values premature clipping in the LUT generator & SDR preview rendering fix, access available now from the menu ('Advanced' tab)
- suppress most of external components' warning while building
- faster image to LED colors transformation
- import 'sparks' and 'system shutdown' effects to the new effect API #75
- better logging with instances' indexes
- fix power saving issue with macOS port
- fix memory leaks in SPI drivers
  • Loading branch information
awawa-dev committed Aug 18, 2021
1 parent 4e6999e commit 9881cf8
Show file tree
Hide file tree
Showing 402 changed files with 35,913 additions and 37,885 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: awawa-dev
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FULL LOGS ARE MANDATORY! You can use service like pastebin to upload them and pr


## Bug report, debug log and your config file (FULL LOGS ARE MANDATORY)
<!-- In the web interface of the Hyperion config go to System > Logs and paste its content here or provide link to pastebin upload.
<!-- In the web interface of the HyperHDR config go to System > Logs and paste its content here or provide link to pastebin upload.
Remember, missing or partial/cut logs deserves partial answer or closing report without any attention.
-->

Expand All @@ -25,4 +25,4 @@ Remember, missing or partial/cut logs deserves partial answer or closing report
#### What is actually happening?

#### System
<!-- In the web interface of the Hyperion config go to System > About and Paste the content of "System info" here -->
<!-- In the web interface of the HyperHDR config go to System > About and Paste the content of "System info" here -->
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
name: Feature request
about: Suggest an idea for Hyperion
about: Suggest an idea for HyperHDR
labels: feature request
---

<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Hyperion. -->
<!-- Before creating an issue please make sure you are using the latest version of HyperHDR. -->

## Feature request

<!-- Please ask questions on our Forum. -->
<!-- https://hyperion-project.org -->
<!-- https://github.com/awawa-dev/HyperHDR/discussions -->
<!-- Issues which contain questions or support requests will be closed. -->

#### What problem does this feature solve?
Expand Down
17 changes: 0 additions & 17 deletions .github/pr_comment.yml

This file was deleted.

12 changes: 9 additions & 3 deletions .github/workflows/push-master-copy.bak
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
dockerImage: [ x86_64, rpi012-armv6l, rpi34-armv7l ]
dockerImage: [ x86_64, rpi012-armv6l, rpi34-armv7l, arm-aarch64 ]
include:
- dockerImage: x86_64
dockerName: Debian Buster (x86_64)
Expand All @@ -28,6 +28,9 @@ jobs:
- dockerImage: rpi34-armv7l
dockerName: Debian Buster (Raspberry Pi 3 & 4)
platform: rpi
- dockerImage: arm-aarch64
dockerName: Debian Buster (ARM aarch64)
platform: rpi

steps:
# checkout
Expand Down Expand Up @@ -171,9 +174,12 @@ jobs:
- name: Set up x64 build architecture environment
shell: cmd
run: call "${{env.VCINSTALLDIR}}\Auxiliary\Build\vcvars64.bat"


- name: Set up nasm
uses: ilammy/setup-nasm@v1

# Build packages
- name: Build packages
- name: Build packages
env:
PLATFORM: windows
shell: bash
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
dockerImage: [ x86_64, rpi012-armv6l, rpi34-armv7l ]
dockerImage: [ x86_64, rpi012-armv6l, rpi34-armv7l, arm-aarch64 ]
include:
- dockerImage: x86_64
dockerName: Debian Buster (x86_64)
Expand All @@ -28,6 +28,9 @@ jobs:
- dockerImage: rpi34-armv7l
dockerName: Debian Buster (Raspberry Pi 3 & 4)
platform: rpi
- dockerImage: arm-aarch64
dockerName: Debian Buster (ARM aarch64)
platform: rpi

steps:
# checkout
Expand Down Expand Up @@ -171,9 +174,12 @@ jobs:
- name: Set up x64 build architecture environment
shell: cmd
run: call "${{env.VCINSTALLDIR}}\Auxiliary\Build\vcvars64.bat"


- name: Set up nasm
uses: ilammy/setup-nasm@v1

# Build packages
- name: Build packages
- name: Build packages
env:
PLATFORM: windows
shell: bash
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@
[submodule "dependencies/external/mbedtls"]
path = dependencies/external/mbedtls
url = https://github.com/ARMmbed/mbedtls
[submodule "dependencies/external/libcec"]
path = dependencies/external/libcec
url = git://github.com/awawa-dev/libcec.git
[submodule "dependencies/external/libjpeg-turbo"]
path = dependencies/external/libjpeg-turbo
url = git://github.com/awawa-dev/libjpeg-turbo.git
Loading

0 comments on commit 9881cf8

Please sign in to comment.