From 160128e2c5077f970cbe60ad7a870d7b2b9f4d86 Mon Sep 17 00:00:00 2001 From: foorschtbar Date: Fri, 6 Oct 2023 21:56:24 +0200 Subject: [PATCH 1/6] Closes #259 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7eb18c..4e0aa32 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,9 @@ Thanks to these great people for supporting this project. -### 2.4.0 ** WORK IN PROGRESS ** +### 2.4.0 ** WORK IN PROGRESS ** (Develop Branch) -- (foorschtbar) Native support for [Ulanzi TC001 Pixel Clock](https://www.ulanzi.com/products/ulanzi-pixel-smart-clock-2882?aff=1181)\* (**Alpha**, see [develop branche](https://github.com/pixelit-project/PixelIt/tree/develop)) :tada: +- (foorschtbar) Native support for [Ulanzi TC001 Pixel Clock](https://www.ulanzi.com/products/ulanzi-pixel-smart-clock-2882?aff=1181)\* (**Beta**, see [Releases](https://github.com/pixelit-project/PixelIt/releases)) :tada: - (foorschtbar) Display `zZz` on the matrix when the device going to sleep - (foorschtbar) Fixed issue with flickering icons, wenn device wake from sleep mode From 87f99d247de520fc6255ca1b536f3f489e60c4ef Mon Sep 17 00:00:00 2001 From: foorschtbar Date: Tue, 24 Oct 2023 21:09:15 +0200 Subject: [PATCH 2/6] Fixed contributor action --- .github/workflows/contribute.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contribute.yml b/.github/workflows/contribute.yml index 9eb8d9b..e1c886b 100644 --- a/.github/workflows/contribute.yml +++ b/.github/workflows/contribute.yml @@ -10,5 +10,8 @@ jobs: steps: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.6 + with: + auto_detect_branch_protection: false + commit_message: "Updated readme with new contributors" env: - GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 9e724e3e9720a7b1ee874e22ebcc6ed18e07dbcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:09:31 +0000 Subject: [PATCH 3/6] Updated readme with new contributors --- README.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 84497ac..5281c0c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,13 @@ Thanks to these great people for supporting this project. Miccgn + + + Metaln00b +
+ Florian +
+ pplucky @@ -54,6 +61,14 @@ Thanks to these great people for supporting this project. Pplucky + + + jekader +
+ Null +
+ + fmunozs @@ -67,8 +82,7 @@ Thanks to these great people for supporting this project.
Rozza-m
- - + hermannbach @@ -90,13 +104,6 @@ Thanks to these great people for supporting this project. Hamster65 - - - jekader -
- Null -
- rliegmann From f972b36cc4d699b064179c028c7106e8150667c6 Mon Sep 17 00:00:00 2001 From: foorschtbar Date: Tue, 24 Oct 2023 21:18:19 +0200 Subject: [PATCH 4/6] Switched to username for contributors --- .github/workflows/contribute.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contribute.yml b/.github/workflows/contribute.yml index e1c886b..d7baba1 100644 --- a/.github/workflows/contribute.yml +++ b/.github/workflows/contribute.yml @@ -13,5 +13,6 @@ jobs: with: auto_detect_branch_protection: false commit_message: "Updated readme with new contributors" + use_username: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From e6865d9c2310d2aac153e26a082d9608bc8b9071 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:18:38 +0000 Subject: [PATCH 5/6] Updated readme with new contributors --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5281c0c..c754813 100644 --- a/README.md +++ b/README.md @@ -30,42 +30,42 @@ Thanks to these great people for supporting this project. o0shojo0o
- Dennis Rathjen + o0shojo0o
foorschtbar
- Fab!an + foorschtbar
miccgn
- Miccgn + miccgn
Metaln00b
- Florian + Metaln00b
pplucky
- Pplucky + pplucky
jekader
- Null + jekader
@@ -73,42 +73,42 @@ Thanks to these great people for supporting this project. fmunozs
- Fernando Muñoz + fmunozs
rozza-m
- Rozza-m + rozza-m
hermannbach
- HBach + hermannbach
d4rkd3v1l
- Martin Straub + d4rkd3v1l
hamster65
- Hamster65 + hamster65
rliegmann
- Rliegmann + rliegmann
From 8dbd8b34f0127901518797cc92f31d2bcd4d7d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 22:51:07 +0100 Subject: [PATCH 6/6] Bump actions/setup-node from 3 to 4 (#325) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index d914669..28885d4 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -15,7 +15,7 @@ jobs: repository: "pixelit-project/WebUI" - name: Use Node.js 💾 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 19.x