From 41ef0164fd10aab53ffa9d391b3544c305c593a8 Mon Sep 17 00:00:00 2001 From: Aeywoo <65846594+Aeywoo@users.noreply.github.com> Date: Thu, 9 May 2024 02:49:39 -0400 Subject: [PATCH 1/8] Update en.json Clearer sentence structure, outlying why their credentials are required more clearly, how they are used and ensuring users are aware that their Steam credentials are only being used through DepotDownloader. --- assets/jsons/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/jsons/translations/en.json b/assets/jsons/translations/en.json index b185748e..887d27a1 100644 --- a/assets/jsons/translations/en.json +++ b/assets/jsons/translations/en.json @@ -550,8 +550,8 @@ }, "steam-credentials": { "title": "Steam Credentials", - "p-1": "The credentials are only used to download the game because steam need to verify that you paid the game in order to be allowed to download it. They aren't saved and directly passed to DepotDownloader. If you don't want to enter your credentials you can follow this tutorial :", - "p-2": "and then click on the gear icon in the top right corner and select \"Import a version\", select the folder where beat saber has been downloaded (If you follow the tutorial above you should have the correct location)" + "p-1": "Your Steam credentials are only required to download versions of Beat Saber, we use DepotDownloader to achieve this which requires your Steam credentials to verify that you own the game within your library before allowing you to retrieve the game files, your credentials are not stored or saved and are passed directly to DepotDownloader. However, if you don't want to do that, you can follow this tutorial instead: ", + "p-2": "Afterwards you can click on the gear icon in the top right corner and select \"Import a version\", then you can select the folder where Beat Saber was downloaded to. (If you followed the tutorial, you will have the right location)" }, "bs-import-version": { "title": "Import a version", From 576cd2dec59e9186376f64b323baf85dd2cac707 Mon Sep 17 00:00:00 2001 From: Elias Benbourenane Date: Tue, 14 May 2024 20:56:12 +0000 Subject: [PATCH 2/8] Initial test of a GH Actions build workflow --- .github/workflows/build.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/workflows/build.yaml diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml new file mode 100644 index 00000000..2e9fbb1c --- /dev/null +++ b/.github/workflows/build.yaml @@ -0,0 +1,34 @@ +# This workflow will... + +name: Build + +on: + push: + branches: ["master"] + workflow_dispatch: + +jobs: + release: + runs-on: ${{ matrix.os }} + + strategy: + matrix: + os: [windows-latest] + + steps: + - name: Check out Git repository + uses: actions/checkout@v4 + + - name: Use Node.js + uses: actions/setup-node@v4 + with: + node-version: 18.x + cache: "npm" + - run: npm ci + - run: npm run package + + - name: Upload artifact + uses: actions/upload-artifact@v4 + with: + name: release + path: release From cbab039ca4858266bf6eee071fda01235f46ae15 Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Wed, 15 May 2024 16:46:56 +0200 Subject: [PATCH 3/8] add patreon --- assets/jsons/patreons.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/jsons/patreons.json b/assets/jsons/patreons.json index 09dd6b90..39628dd0 100644 --- a/assets/jsons/patreons.json +++ b/assets/jsons/patreons.json @@ -86,5 +86,8 @@ { "username": "Stuijvi", "type": "gold" - } + }, + { + "username": "_ monaka" + } ] From 7b7cdd55596c4bbf94f03e7a5339a94bf3d73b50 Mon Sep 17 00:00:00 2001 From: GaetanGrd <40648115+GaetanGrd@users.noreply.github.com> Date: Wed, 15 May 2024 20:21:15 +0200 Subject: [PATCH 4/8] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0657d5e6..ed7a8ca0 100644 --- a/README.md +++ b/README.md @@ -287,13 +287,11 @@
-
From aad4cb9a2e3b616ecbfd5568be5536568ad86150 Mon Sep 17 00:00:00 2001 From: GaetanGrd <40648115+GaetanGrd@users.noreply.github.com> Date: Sat, 18 May 2024 19:12:06 +0200 Subject: [PATCH 5/8] =?UTF-8?q?Add=20website=20bouton=20=F0=9F=91=80and=20?= =?UTF-8?q?update=20twitter=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed7a8ca0..8bab5b11 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,12 @@ discord - Donation Twitter + src="https://img.shields.io/badge/-Twitter-black?style=for-the-badge&logo=X" alt="Twitter" /> + + Website + Donation