From 9711d6ea71881e25e8d4bd1698e27b0710ac3d58 Mon Sep 17 00:00:00 2001 From: Galvin <77013913+GalvinPython@users.noreply.github.com> Date: Wed, 19 Apr 2023 19:43:01 +0100 Subject: [PATCH 1/2] Rerelease the program with the missing packages --- DeleteJavaCheckRewritten/Program.cs | 9 ++++----- LATEST.md | 4 ++++ README.md | 4 ++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/DeleteJavaCheckRewritten/Program.cs b/DeleteJavaCheckRewritten/Program.cs index e5878bb..b612672 100644 --- a/DeleteJavaCheckRewritten/Program.cs +++ b/DeleteJavaCheckRewritten/Program.cs @@ -1,9 +1,8 @@ /// /// DeleteJavaCheck-rewritten is an improved version from my original DeleteJavaCheck program with more automation -/// Current Version: 2.0 +/// Current Version: 2.0.1 /// Changelog: -/// - Custom installs are kept in the app's settings; no more files needed -/// - Checks all possible installations automatically +/// - Rereleased V2.0, but with the missing packages /// using System; @@ -100,7 +99,7 @@ static void DestroyOld(string targetFile) Console.WriteLine("\n"); WriteSection("Checking Old Launcher", "=".ToCharArray()[0]); string targetDir = @"C:\Program Files (x86)\Minecraft Launcher\game"; - if(Directory.Exists(targetDir)) + if (Directory.Exists(targetDir)) { Console.WriteLine("Java Launcher Exists!"); targetDir += targetFile; @@ -177,4 +176,4 @@ static void EndProgram() } } } -} +} \ No newline at end of file diff --git a/LATEST.md b/LATEST.md index bc3856c..dd6d0e8 100644 --- a/LATEST.md +++ b/LATEST.md @@ -1,3 +1,7 @@ +# 2.0.1 +Assembly version: `2.0.8509.35397` +Rereleased V2.0, but with the missing packages + # 2.0 Assembly version: `2.0.8487.18314` Upgraded to Version 2 because everything changed so much. New framework version, improved experience and new everything. diff --git a/README.md b/README.md index de7d5c2..24b45cd 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # DeleteJavaCheck |Latest Version|Latest Assembly| |---|---| -|2.0|2.0.8487.18314| +|2.0.1|2.0.8509.35397| **JavaCheck.jar** is a Java file shipped with the Minecraft launcher. This isn't problematic for most, but those that prefer to use newer versions of Java, or mods that are incapable with older versions of Java, can't modify their profiles to use the version that isn't defaulted for that Java version. Thankfully, it's easy to bypass this by deleting this file, but is reinstalled after every update, so in the long run, this could be a useful application, especially for those rocking the beta launcher (like I do). # Instructions ## Downloading -Download the .exe file found in the latest release, and place it somewhere memorable (such as your desktop). This app will only run with manual execution, so you'll be required to run it after every update. +Download the .zip file found in the latest release, and extract it somewhere memorable (such as your desktop), and launch the .exe file inside it. This app will only run with manual execution, so you'll be required to run it after every update. ## Execution Run `DeleteJavaCheckRewritten.exe`, and if there's no issues, the file should be deleted From 09ff4bbd570d3fbeb3bfe53a97839cb5a0d3d7f2 Mon Sep 17 00:00:00 2001 From: Evan Galvin <77013913+GalvinPython@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:27:30 +0100 Subject: [PATCH 2/2] Added issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4739154 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] Title" +labels: bug +assignees: GalvinPython + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. Windows] + - Version [e.g. 2.0.1] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..3485f12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[REQUEST]" +labels: enhancement +assignees: GalvinPython + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.