Releases: Griefed/ServerPackCreator
Releases · Griefed/ServerPackCreator
Release 3.5.0-beta.4
3.5.0-beta.4 (2022-06-17)
⏩ Performance
- GUI: Various little improvements towards initialization and setup of the GUI (8112bcb)
💎 Improvements
- Fallback List Clientside-Mods: Remove JEITweaker from list of fallback clientside-mods. Thanks to @NevadaActual for the report. (c7de800)
- GUI: Various. Prevent text in status label box from being cut off at the end. Replace crude status animation with custom made LarsonScanner. Refactor some classes to inner classes where appropriate. Update some dependencies. (377d674)
🦊 CI/CD
- Workflow: Prevent detached pipelines from running (af486a5)
🛠 Fixes
- WebUI: Correctly set modloader versions when selecting a Minecraft version (a17e3f5)
Release 3.5.0-beta.3
3.5.0-beta.3 (2022-06-06)
💎 Improvements
- GUI FileChoosers and file/folder opening: Open filechoosers in center of SPC window. Centralize file and folder opening to utilities. (0b8b426)
- GUI Ready status: Enable generation button and turn of status bar after generation has completed, but before dialogs are shown. Looks better and makes more sense. (d3ab985)
- GUI status display: Display a scrolling bar during the generation of a server pack to indicate that ServerPackCreator is currently doing something. Thanks to @kreezxil for the suggestion! (fa331bf)
Release 3.5.0-beta.2
3.5.0-beta.2 (2022-06-05)
✂️ Refactor
- Addongs log tab: Remove not needed fields and constructor params (fe5d633)
- Addongs log tab: Remove not needed fields and constructor params. Display full logs without truncating. (1504a8e)
- Log Tail Component: Always display horizontal scrollbar. (fa20df4)
💎 Improvements
- Create Server Pack Tab: Improve scroll amount which improves the user experience with the tab (b11a876)
- Create Server Pack tab: Place status labels in BoxLayout panel and set preferred size, preventing resizing. Allow resizing of ServerPackCreator window at all times. (2a4bc52)
- Menu Bar View items: Add SPC log, modloader installer log and addons log view items to open the respective logs in your default text-editor. (361a62e)
- Modloader Installer Log tab: Remove Modloader installer log tab. Rarely used, slows down SPC, rarely contains important information. (8a9a793)
Other
- Encoding: UTF-8 ALL ZE FILES!!!11!1 (b7d3189)
Release 3.5.0-beta.1
3.5.0-beta.1 (2022-06-04)
✂️ Refactor
- Code Quality & Style: Several code quality and style changes. (486ea43)
- Code Quality & Style: Several code quality and style changes. (75b1ad7)
- Code Quality & Style: Several code quality and style changes. (bd9c0f6)
- Code Quality & Style: Several code quality and style changes. (0def7aa)
- Enums: Change the way enums are used in the CommandlineParser and VersionMeta. Remove / use values where appropriate. (fea95a2)
- File copying: Gather a list of all files to be copied to the server pack and THEN copy them. Improves readibility of the copyFiles(...)-method. Delete your
lang/lang_en_us.properties
-file to receive the new text. (640ba07) - ServerPackModel params: Remove unsudes params from constructor. (a341f83)
- UNIX symlinks and Windows lnks: Sanitize links at beginning of config check and resolve any and all links before checks are run. (2a9ea36)
⏩ Performance
- FileWatcher setup: Setup FileWatcher off-thread when running GUI, to improve startup-time of ServerPackCreator. (087bed5)
👀 Reverts
- CurseForge: Completely remove CurseForge functionality from ServerPackCreator. (d3de549)
- CurseForge: Remove mentions of CurseForge from i18n (d876360)
- Modrinth: Remove Modrinth preperations from backend and tab from frontend (eeafa78)
💈 Style
- Formatting: Let IntelliJ IDEA reformat code and optimize imports. (a019a55)
- Formatting: Let IntelliJ IDEA reformat code and optimize imports. (dfdc91b)
- Google Java Format: Apply Google Java format to sources, reformat and optimize imports. (dadfe85)
- Google Java Format: Apply Google Java format to sources, reformat and optimize imports. Add editorconfig and project config (7eea595)
💎 Improvements
- About window: Improve display of About text and improve the text itself. Delete your
lang/lang_en_us.properties
-file to receive the new text. (0d4193d) - ConfigChecks: Check the ServerPackCreator base directory and files and directories specified in the configuration for read-permission. (bbb70db)
- Copy directories textfield: Turn textfield into a textarea much like clientside-only mods and JVM args. (9dfc606)
- Copy Files and Directories: Allow specifying absolute paths to files and directories to include in the server pack. Example
C:/foo/bar
will result inbar
being copied to the server pack asbar
, andC:/foo/bar.file
will result inbar.file
being copied to the server pack asbar.file
. (5978347) - Fabric start scripts: If the improved Fabric server launcher is present, use it. Otherwise the old-fashoned way of downloading and installing a classic Fabric server is used. (0283d34)
- GUI conf and log upload: Improve checks and error message when uploading files to HaseBin which are too large. Delete your
lang/lang_en_us.properties
to receive the new message if you're using SPC in english. (5ac005e) - i18n: Provide more language-keys for i18n. (1b5c695)
- Java-path label and tooltip: Improve wording to reduce confusion as to what this setting is for. Please delete your
lang/lang_en_us.properties
-file. (f87537f) - Modloader server installation: Move the installation of the modloader server AFTER the generation of the server packs ZIP-archive. This ensures the ZIP-archive contains NO files which would result in a refection from CurseForge or other services. It ensures the ZIP-archive is as lightweight as possible. (39eb24f)
- Server-icon and properties: Improve copying of the specified server-icon.png and server.properties as well as logging in case of errors. If the specified image is already 64x64, do not scale it unnecessarily. (d2cb195)
- SPC Window: Open ServerPackCreator in the center of the main display. (2020ca6)
- UNIX symlinks and Windows lnks: Allow users to work with links/symlinks at certain points. Modpack directory, copy directories, server icon and properties, Java path, config to load shoud now all work with UNIX symlinks or Windows lnks. (f57686a)
- UNIX symlinks and Windows lnks: Allow users to work with links/symlinks at certain points. Modpack directory, copy directories, server icon and properties, Java path, config to load shoud now all work with UNIX symlinks or Windows lnks. (74bea1b)
📔 Docs
- GenerateZip params: Remove param in JavaDoc for GenerateZip:44, containing extra, invalid, argument. (15319af)
- params: Remove/fix constructors and missing params (d78e310)
🧪 Tests
- GitLab: Fix coverage-job artifacts so it works on GitLab.com again. Deactivate Inform About Release job, as GitHub is the main distribution platform for releases. (13e0d3e)
- GitLab: SSL still broken with GitLab.com. (bcc0ff3)
🚀 Features
- Quilt Modloader Support: Fully fledged Quilt support! Including start scripts, modloader server installation, automated clientside-only mod exclusions and webservice support! Please delete your
lang/lang_en_us.properties
-file to receive language updates. (849e0bc)
🛠 Fixes
- 1.12.2 Forge sideness scanning false positives: If a single mod JAR-file contains multiple mods, check all mods in that JAR-file for sideness and determine whether it is clientside-only correctly. (f4d1081)
- Copy-directories re-validation: Upon changing the modpack-directory, re-validate the copy-directories field to prevent false-negatives. (0ee983c)
- File-ending: If a user does not specify .conf as the file ending when SaveAs is used, append it so we always have .conf-files. (7d87b2f)
- GUI Forge versions selection box: Update the list of Forge versions when the selected Minecraft version is changed (02f6004)
- Symlink check: Prevent IllegalCharacterException in FileUtilities.isLink(...) when checking the given file whether it is a symlink but said file having a Windows-path. Rename commonutilities package to common. ([a6c5c59](https://git.griefed.de/Griefed/ServerPackCreator/commit/a6c5c59ae445ea7fd...
Release 3.5.0-alpha.8
3.5.0-alpha.8 (2022-06-03)
✂️ Refactor
- File copying: Gather a list of all files to be copied to the server pack and THEN copy them. Improves readibility of the copyFiles(...)-method. Delete your
lang/lang_en_us.properties
-file to receive the new text. (640ba07)
⏩ Performance
- FileWatcher setup: Setup FileWatcher off-thread when running GUI, to improve startup-time of ServerPackCreator. (087bed5)
💎 Improvements
- About window: Improve display of About text and improve the text itself. Delete your
lang/lang_en_us.properties
-file to receive the new text. (0d4193d) - Copy directories textfield: Turn textfield into a textarea much like clientside-only mods and JVM args. (9dfc606)
- Copy Files and Directories: Allow specifying absolute paths to files and directories to include in the server pack. Example
C:/
foo/barwill result in
barbeing copied to the server pack as
bar, and
C:/foo/bar.file
will result inbar.file
being copied to the server pack asbar.file
. (5978347) - i18n: Provide more language-keys for i18n. (1b5c695)
- Java-path label and tooltip: Improve wording to reduce confusion as to what this setting is for. Please delete your
lang/lang_en_us.properties
-file. (f87537f) - SPC Window: Open ServerPackCreator in the center of the main display. (2020ca6)
🛠 Fixes
- Symlink check: Prevent IllegalCharacterException in FileUtilities.isLink(...) when checking the given file whether it is a symlink but said file having a Windows-path. Rename commonutilities package to common. (a6c5c59)
Release 3.5.0-alpha.7
3.5.0-alpha.7 (2022-05-28)
✂️ Refactor
- Code Quality & Style: Several code quality and style changes. (486ea43)
🛠 Fixes
- GUI Forge versions selection box: Update the list of Forge versions when the selected Minecraft version is changed (02f6004)
Release 3.5.0-alpha.6
3.5.0-alpha.6 (2022-05-28)
✂️ Refactor
- Code Quality & Style: Several code quality and style changes. (75b1ad7)
- Enums: Change the way enums are used in the CommandlineParser and VersionMeta. Remove / use values where appropriate. (fea95a2)
💎 Improvements
- Fabric start scripts: If the improved Fabric server launcher is present, use it. Otherwise the old-fashoned way of downloading and installing a classic Fabric server is used. (0283d34)
- Modloader server installation: Move the installation of the modloader server AFTER the generation of the server packs ZIP-archive. This ensures the ZIP-archive contains NO files which would result in a refection from CurseForge or other services. It ensures the ZIP-archive is as lightweight as possible. (39eb24f)
🚀 Features
- Quilt Modloader Support: Fully fledged Quilt support! Including start scripts, modloader server installation, automated clientside-only mod exclusions and webservice support! Please delete your
lang/lang_en_us.properties
-file to receive language updates. (849e0bc)
Release 3.5.0-alpha.5
3.5.0-alpha.5 (2022-05-26)
✂️ Refactor
- Code Quality & Style: Several code quality and style changes. (bd9c0f6)
- Code Quality & Style: Several code quality and style changes. (0def7aa)
👀 Reverts
- Modrinth: Remove Modrinth preperations from backend and tab from frontend (eeafa78)
🧪 Tests
Release 3.5.0-alpha.4
3.5.0-alpha.4 (2022-05-23)
✂️ Refactor
- ServerPackModel params: Remove unsudes params from constructor. (a341f83)
👀 Reverts
- CurseForge: Remove mentions of CurseForge from i18n (d876360)
💎 Improvements
- GUI conf and log upload: Improve checks and error message when uploading files to HaseBin which are too large. Delete your
lang/lang_en_us.properties
to receive the new message if you're using SPC in english. (5ac005e) - Server-icon and properties: Improve copying of the specified server-icon.png and server.properties as well as logging in case of errors. If the specified image is already 64x64, do not scale it unnecessarily. (d2cb195)
Other
- gitignore: Add some more test resources to the gitignore. (3481345)