Skip to content

Commit

Permalink
HyperHDR v20 beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Feb 22, 2024
1 parent d27d8ab commit c341b4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/upload-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,15 @@ jobs:
with:
path: repo
pattern: release-artifact-*
merge-multiple: true
merge-multiple: true
- name: Display structure of artifacts
run: ls -R repo
- name: Deploy the packages
uses: JamesIves/github-pages-deploy-action@v4
with:
repository-name: awawa-dev/awawa-dev.github.io
branch: upload
folder: repo/upload
folder: repo
target-folder: repo
clean: false
commit-message: Release for ${{github.ref_name}}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Fedora uses xz as the package name, not xz-utils #771 Thanks @hsmalley (v20 beta2 🆕)
- Fix LUT loading bug to reduce memory usage by 96MB #766 (v20 beta2 🆕)
- Fix background music effect #761 (v20 beta2 🆕)
- Fix typo #762 Thanks @laurens94 (v20 beta2 🆕)
- Yeelight: Wizard now supports more models, workaround for music-mode reset, auto-resume support #750 Thanks @ratawhisk (v20 beta2 🆕)
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.0.0.0beta1
20.0.0.0beta2

0 comments on commit c341b4e

Please sign in to comment.