Skip to content

Commit c341b4e

Browse files
committed
HyperHDR v20 beta2
1 parent d27d8ab commit c341b4e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: .github/workflows/upload-to-github-pages.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,15 @@ jobs:
138138
with:
139139
path: repo
140140
pattern: release-artifact-*
141-
merge-multiple: true
141+
merge-multiple: true
142+
- name: Display structure of artifacts
143+
run: ls -R repo
142144
- name: Deploy the packages
143145
uses: JamesIves/github-pages-deploy-action@v4
144146
with:
145147
repository-name: awawa-dev/awawa-dev.github.io
146148
branch: upload
147-
folder: repo/upload
149+
folder: repo
148150
target-folder: repo
149151
clean: false
150152
commit-message: Release for ${{github.ref_name}}

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- Fedora uses xz as the package name, not xz-utils #771 Thanks @hsmalley (v20 beta2 🆕)
2+
- Fix LUT loading bug to reduce memory usage by 96MB #766 (v20 beta2 🆕)
13
- Fix background music effect #761 (v20 beta2 🆕)
24
- Fix typo #762 Thanks @laurens94 (v20 beta2 🆕)
35
- Yeelight: Wizard now supports more models, workaround for music-mode reset, auto-resume support #750 Thanks @ratawhisk (v20 beta2 🆕)

Diff for: version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.0.0.0beta1
1+
20.0.0.0beta2

0 commit comments

Comments
 (0)