Skip to content

Commit

Permalink
update version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Querz committed Jun 29, 2022
1 parent c9661dc commit e3e9d52
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To create the 'debug.log' file, follow these steps:
**Environment (please complete the following information):**
- OS: [e.g. Windows 10]
- Java version: [e.g. 17.0.1 and no, "newest version" is not a version]
- Version of MCA Selector [e.g. 2.0.1]
- Version of MCA Selector [e.g. 2.0.2]

**Additional context**
Add any other context about the problem here, e.g.:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Upload assets
uses: AButler/[email protected]
with:
files: build/inno/Output/MCA_Selector_Setup.exe;build/libs/mcaselector-2.0.1.jar
files: build/inno/Output/MCA_Selector_Setup.exe;build/libs/mcaselector-2.0.2.jar
repo-token: ${{ secrets.GITHUB_TOKEN }}


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

**MCA Selector modifies and deletes chunks in your Minecraft world. Please make backups of your world before using.**

[**Download Version <!--vs-->2.0.1<!--ve--> (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.0.1/MCA_Selector_Setup.exe)
[**Download Version <!--vs-->2.0.2<!--ve--> (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.0.2/MCA_Selector_Setup.exe)

[**Download Version <!--vs-->2.0.1<!--ve--> (Universal)**](https://github.com/Querz/mcaselector/releases/download/2.0.1/mcaselector-2.0.1.jar)
[**Download Version <!--vs-->2.0.2<!--ve--> (Universal)**](https://github.com/Querz/mcaselector/releases/download/2.0.2/mcaselector-2.0.2.jar)

---

Expand Down
26 changes: 13 additions & 13 deletions doc/pages/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

---

[**Download Version <!--vs-->2.0.1<!--ve--> (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.0.1/MCA_Selector_Setup.exe)
[**Download Version <!--vs-->2.0.2<!--ve--> (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/2.0.2/MCA_Selector_Setup.exe)

"Requirements":
* Windows 7-10 64bit
* At least 4 GB of RAM

---

[**Download Version <!--vs-->2.0.1<!--ve--> (Universal)**](https://github.com/Querz/mcaselector/releases/download/2.0.1/mcaselector-2.0.1.jar)
[**Download Version <!--vs-->2.0.2<!--ve--> (Universal)**](https://github.com/Querz/mcaselector/releases/download/2.0.2/mcaselector-2.0.2.jar)

"Requirements":
* Either:
Expand All @@ -30,11 +30,11 @@ For Windows:

* Download the JRE-FX-17 from [HERE](https://cdn.azul.com/zulu/bin/zulu17.30.15-ca-fx-jre17.0.1-win_x64.zip) into an
empty folder.
* Move the previously downloaded `mcaselector-2.0.1.jar` into the same folder. Extract the content of the
* Move the previously downloaded `mcaselector-2.0.2.jar` into the same folder. Extract the content of the
downloaded .zip file into this folder.
* Hold `Shift` and `right-click` an empty spot in this folder, and choose `Open PowerShell window here`. Type `& `
(with a space at the end), go into the previously extracted folder and drag and drop the `bin\java.exe` file into
the PowerShell window. Then complete the command by typing a space and ` -jar mcaselector-2.0.1.jar` and press
the PowerShell window. Then complete the command by typing a space and ` -jar mcaselector-2.0.2.jar` and press
`Enter`.

For MacOS:
Expand All @@ -44,23 +44,23 @@ For MacOS:
* Extract the content of the downloaded .zip file into this folder.
* Press `Cmd+Space`, type `Terminal` and press `Enter`. Go into the previously extracted folder and drag and drop
the `zulu-17.jdk/Contents/Home/bin/java` into the terminal. Continue to type `-jar ` (with a space at the end) and
drag-and drop the `mcaselector-2.0.1.jar` into the terminal as well, the press `Enter`.
drag-and drop the `mcaselector-2.0.2.jar` into the terminal as well, the press `Enter`.

For Linux:

* Download the JRE-FX-17 from [HERE](https://cdn.azul.com/zulu/bin/zulu17.30.15-ca-fx-jre17.0.1-linux_x64.tar.gz)
into an empty folder.
* Extract the content of the downloaded .tar.gz file into this folder.
* Open your terminal of choice and navigate in the extracted folder into `bin`, then run `./java -jar
<path-to-mcaselector-2.0.1.jar>`.
<path-to-mcaselector-2.0.2.jar>`.

To avoid having to go through this process every time to start MCA Selector, the resulting command can be copied
into a `.bat`-file on Windows or `.sh`-file on MacOS and Linux and can then be executed by double-clicking the
`.bat`-file on Windows or running `sh <file>.sh` in the terminal / console on MacOS or Linux where `<file>` must be
replaced by the name of the `.sh`-file.

### When you receive an error from a previously installed version of Java
"When I run `mcaselector-2.0.1.jar`, an error dialog appears that looks like this:"
"When I run `mcaselector-2.0.2.jar`, an error dialog appears that looks like this:"

<p align="center">
[[/images/Installation/missing_javafx.png|Popup dialog stating that a JavaFX installation is missing]]
Expand All @@ -80,35 +80,35 @@ version older than 17, make sure that you have Java 17 installed or proceed with
JavaFX (the simple way)](#using-a-jre-or-jdk-with-pre-packed-javafx-the-simple-way).

For Windows and MacOS:
* Type `java -jar ` (with a space at the end) and drag and drop the `mcaselector-2.0.1.jar` into the console and
* Type `java -jar ` (with a space at the end) and drag and drop the `mcaselector-2.0.2.jar` into the console and
hit `Enter`.

For Linux:
* Run `java -jar <path to mcaselector-2.0.1.jar` where you replace everything in `<>`.
* Run `java -jar <path to mcaselector-2.0.2.jar` where you replace everything in `<>`.

For Windows:
* Download "JavaFX Windows SDK" for your Java version from [here](https://gluonhq.com/products/javafx/).
* Unzip the `.zip`-file with your program of choice, then navigate into the unzipped folder.
* Hold `Shift` and Right-click on an empty space in that folder and select `Open PowerShell window here` (`Open
Command window here` on Windows 8 and earlier). Type `java --module-path ` (with a space at the end), then drag
and drop the `lib`-folder into the console. Continue to type ` --add-modules ALL-MODULE-PATH -jar ` (with a space
at the beginning and the end), then drag and drop the `mcaselector-2.0.1.jar` into the console and hit `Enter`.
at the beginning and the end), then drag and drop the `mcaselector-2.0.2.jar` into the console and hit `Enter`.

For MacOS:
* Download "JavaFX Mac OS X SDK" for your Java version from [here](https://gluonhq.com/products/javafx/).
* Double-click the `.zip`-file to unpack, then navigate into the unzipped folder.
* Press `Cmd+Space`, type `Terminal` and press `Enter`. Type `java --module-path ` (with a space at the end), then
drag and drop the `lib`-folder into the console. Continue to type `--add-modules ALL-MODULE-PATH -jar ` (with a
space at the end), then drag and drop the `mcaselector-2.0.1.jar` into the console and hit `Enter`.
space at the end), then drag and drop the `mcaselector-2.0.2.jar` into the console and hit `Enter`.

For Linux:
* Download "JavaFX Linux SDK" for your Java version from [here](https://gluonhq.com/products/javafx/).
* Unzip the `.zip`-file with your program of choice.
* Open the command prompt and run `java --module-path <path to unzipped folder>/lib --add-modules ALL-MODULE-PATH
-jar <path to mcaselector-2.0.1.jar>` where you replace everything in `<>` with the appropriate paths.
-jar <path to mcaselector-2.0.2.jar>` where you replace everything in `<>` with the appropriate paths.
* Some distributions like AdoptOpenJDK (shipped with most Linux distributions) do not ship with JavaFX by default.
On Debian, an open version of JavaFX is contained in the `openjfx` package. This or some other installation of
JavaFX is required to run the `mcaselector-2.0.1.jar`.
JavaFX is required to run the `mcaselector-2.0.2.jar`.

To avoid having to go through this process every time to start MCA Selector, the resulting command can be copied
into a `.bat`-file on Windows or `.sh`-file on MacOS and Linux and can then be executed by double-clicking the
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.0.1
version=2.0.2
application.name=MCA Selector
application.url=https://github.com/Querz/mcaselector
application.author=Querz
8 changes: 4 additions & 4 deletions installer/res/resource.rc
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,1,0
PRODUCTVERSION 2,0,1,0
FILEVERSION 2,0,2,0
PRODUCTVERSION 2,0,2,0
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "FileDescription", "MCA Selector\0"
VALUE "FileVersion", "2.0.1.0\0"
VALUE "FileVersion", "2.0.2.0\0"
VALUE "LegalCopyright", "© 2018-2022 Querz\0"
VALUE "OriginalFilename", "MCA Selector.exe\0"
VALUE "ProductName", "MCA Selector\0"
VALUE "ProductVersion", "2.0.1\0"
VALUE "ProductVersion", "2.0.2\0"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit e3e9d52

Please sign in to comment.