From 1e6351aaf9956389f8a9a29806eaa92494c97c45 Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:31:24 +0100 Subject: [PATCH 1/8] fix label --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 245fee80..02d0077a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: "Feature: " -labels: feature +labels: enhancement assignees: Zagrios --- From 21dee2ec5720559113e9df787676e7be20ef911d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Gerard?= <40648115+GaetanGrd@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:48:52 +0100 Subject: [PATCH 2/8] Update issue templates --- .github/ISSUE_TEMPLATE/{bug_report.md => -bug--bug-report.md} | 4 ++-- .../{feature_request.md => -feat---feature-request.md} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => -bug--bug-report.md} (93%) rename .github/ISSUE_TEMPLATE/{feature_request.md => -feat---feature-request.md} (91%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/-bug--bug-report.md similarity index 93% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/-bug--bug-report.md index 71e23aa2..e5f00799 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/-bug--bug-report.md @@ -1,7 +1,7 @@ --- -name: Bug report +name: "[BUG] Bug report" about: Create a report to help us improve -title: "Bug: " +title: "[BUG] : " labels: bug assignees: Zagrios diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/-feat---feature-request.md similarity index 91% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/-feat---feature-request.md index 02d0077a..11b2a633 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/-feat---feature-request.md @@ -1,7 +1,7 @@ --- -name: Feature request +name: "[FEAT.] Feature request" about: Suggest an idea for this project -title: "Feature: " +title: "[FEAT.] : " labels: enhancement assignees: Zagrios From 43e4a0866cd45935d3a42bbfa3d74605f8480865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Gerard?= <40648115+GaetanGrd@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:19:02 +0100 Subject: [PATCH 3/8] Updated link "report a bug" and "feature request" --- src/renderer/pages/settings-page.component.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/pages/settings-page.component.tsx b/src/renderer/pages/settings-page.component.tsx index aaed2f45..4609e613 100644 --- a/src/renderer/pages/settings-page.component.tsx +++ b/src/renderer/pages/settings-page.component.tsx @@ -124,8 +124,8 @@ export function SettingsPage() { } const openGithub = () => linkOpener.open("https://github.com/Zagrios/bs-manager"); - const openReportBug = () => linkOpener.open("https://github.com/Zagrios/bs-manager/issues/new?assignees=Zagrios&labels=bug&template=bug_report.md&title=%5BBUG%5D"); - const openRequestFeatures = () => linkOpener.open("https://github.com/Zagrios/bs-manager/issues/new?assignees=Zagrios&labels=enhancement&template=feature_request.md&title=%5BAME%5D"); + const openReportBug = () => linkOpener.open("https://github.com/Zagrios/bs-manager/issues/new?assignees=Zagrios&labels=bug&template=-bug--bug-report.md&title=%5BBUG%5D+%3A+"); + const openRequestFeatures = () => linkOpener.open("https://github.com/Zagrios/bs-manager/issues/new?assignees=Zagrios&labels=enhancement&template=-feat---feature-request.md&title=%5BFEAT.%5D+%3A+"); const openLogs = () => ipcService.sendLazy("open-logs"); From 3216eddde682d25686e0ad381bacc5cdf999969c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Gerard?= <40648115+GaetanGrd@users.noreply.github.com> Date: Tue, 13 Dec 2022 22:18:30 +0100 Subject: [PATCH 4/8] add 1.27 --- assets/jsons/bs-versions.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/assets/jsons/bs-versions.json b/assets/jsons/bs-versions.json index 05a0c336..64456465 100644 --- a/assets/jsons/bs-versions.json +++ b/assets/jsons/bs-versions.json @@ -501,5 +501,13 @@ "ReleaseImg": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/clans//32055887/d18ad9d7f45a5cc2a467d75f0bdf9d32b9141b14.png", "ReleaseDate": "1667923560", "year": "2022" - } -] \ No newline at end of file + }, + { + "BSVersion":"1.27.0", + "BSManifest":"3485516174915301618", + "ReleaseURL":"https://steamcommunity.com/games/620980/announcements/detail/3629368753553708497", + "ReleaseImg":"https://cdn.akamai.steamstatic.com/steamcommunity/public/images/clans//32055887/d9ed8771498be7fc83721aaaaa5b15a08fbeadb1.png", + "ReleaseDate": "1667923560", + "year": "2022", + } +] From 383f065d1b889f1e05de24bda8f8f1a072931e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Gerard?= <40648115+GaetanGrd@users.noreply.github.com> Date: Tue, 13 Dec 2022 22:19:18 +0100 Subject: [PATCH 5/8] corretif 1.27 --- assets/jsons/bs-versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/jsons/bs-versions.json b/assets/jsons/bs-versions.json index 64456465..9061743e 100644 --- a/assets/jsons/bs-versions.json +++ b/assets/jsons/bs-versions.json @@ -508,6 +508,6 @@ "ReleaseURL":"https://steamcommunity.com/games/620980/announcements/detail/3629368753553708497", "ReleaseImg":"https://cdn.akamai.steamstatic.com/steamcommunity/public/images/clans//32055887/d9ed8771498be7fc83721aaaaa5b15a08fbeadb1.png", "ReleaseDate": "1667923560", - "year": "2022", + "year": "2022" } ] From 16db77537926aaea3728128fcb986bc43ee9b497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan?= Date: Tue, 13 Dec 2022 22:24:32 +0100 Subject: [PATCH 6/8] github is broken --- assets/jsons/bs-versions.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/jsons/bs-versions.json b/assets/jsons/bs-versions.json index 9061743e..3fcb19dc 100644 --- a/assets/jsons/bs-versions.json +++ b/assets/jsons/bs-versions.json @@ -502,12 +502,12 @@ "ReleaseDate": "1667923560", "year": "2022" }, - { - "BSVersion":"1.27.0", - "BSManifest":"3485516174915301618", - "ReleaseURL":"https://steamcommunity.com/games/620980/announcements/detail/3629368753553708497", - "ReleaseImg":"https://cdn.akamai.steamstatic.com/steamcommunity/public/images/clans//32055887/d9ed8771498be7fc83721aaaaa5b15a08fbeadb1.png", - "ReleaseDate": "1667923560", - "year": "2022" - } + { + "BSVersion":"1.27.0", + "BSManifest":"3485516174915301618", + "ReleaseURL":"https://steamcommunity.com/games/620980/announcements/detail/3629368753553708497", + "ReleaseImg":"https://cdn.akamai.steamstatic.com/steamcommunity/public/images/clans//32055887/d9ed8771498be7fc83721aaaaa5b15a08fbeadb1.png", + "ReleaseDate": "1667923560", + "year": "2022" + } ] From 5a5d31f9ac98a1385bb1b555d3bc1ad797fec98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan?= Date: Tue, 13 Dec 2022 22:25:23 +0100 Subject: [PATCH 7/8] corretif timestamp --- assets/jsons/bs-versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/jsons/bs-versions.json b/assets/jsons/bs-versions.json index 3fcb19dc..bb354587 100644 --- a/assets/jsons/bs-versions.json +++ b/assets/jsons/bs-versions.json @@ -507,7 +507,7 @@ "BSManifest":"3485516174915301618", "ReleaseURL":"https://steamcommunity.com/games/620980/announcements/detail/3629368753553708497", "ReleaseImg":"https://cdn.akamai.steamstatic.com/steamcommunity/public/images/clans//32055887/d9ed8771498be7fc83721aaaaa5b15a08fbeadb1.png", - "ReleaseDate": "1667923560", + "ReleaseDate": "1670943003", "year": "2022" } ] From 7f5a297b875e1898c2259653810e7e51c15600b0 Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Sat, 24 Dec 2022 12:59:14 +0100 Subject: [PATCH 8/8] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 379c85cc..a2de6302 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- + logo

BSManager