-
3.5.0 Stable
released this
2022-06-21 19:58:46 +02:00 | 3046 commits to main since this release3.5.0 (2022-06-21)
✂️ 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)
- 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) - GUI init: Move fields to constructor (1a1304f)
- Log Tail Component: Always display horizontal scrollbar. (fa20df4)
- 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)
- GUI: Various little improvements towards initialization and setup of the GUI (8112bcb)
👀 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/barwill result inbarbeing copied to the server pack asbar, andC:/foo/bar.filewill result inbar.filebeing copied to the server pack asbar.file. (5978347) - 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)
- 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)
- Fallback List Clientside-Mods: Remove JEITweaker from list of fallback clientside-mods. Thanks to @NevadaActual for the report. (c7de800)
- 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.propertiesto receive the new message if you're using SPC in english. (5ac005e) - 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)
- 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)
- 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) - 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)
- 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)
🦊 CI/CD
- Workflow: Prevent detached pipelines from running (af486a5)
🧪 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)
- Unable to save config when clientside-mods is empty: Prevent IndexOutOfBounds-exception when the passed list in encapsulateListElements is empty. (bd620f8)
- WebUI: Correctly set modloader versions when selecting a Minecraft version (a17e3f5)
Other
- deps: update dependency @quasar/extras to v1.13.6 (d34f8fd)
- deps: update dependency axios to v0.27.2 (86f56f5)
- deps: update dependency core-js to v3.22.4 (1c4b985)
- deps: update dependency core-js to v3.22.8 (e91d9f1)
- deps: update dependency eslint to v8.14.0 (dbb27fa)
- deps: update dependency eslint-plugin-vue to v8.7.1 (97f86a8)
- deps: update dependency ghcr.io/griefed/baseimage-ubuntu-jdk-8 to v2.0.10 (dd527e5)
- deps: update dependency ghcr.io/griefed/baseimage-ubuntu-jdk-8 to v2.0.9 (198aa4f)
- deps: update dependency ghcr.io/griefed/gitlab-ci-cd to v2.0.6 (42b6f7a)
- deps: update dependency gradle to v7.4.2 (b65f938)
- deps: update dependency org.apache.activemq:artemis-jms-server to v2.21.0 (ebd8add)
- deps: update dependency tsparticles to v2.0.6 (ebb78ba)
- deps: update dependency vue to v3.2.33 (3adabfc)
- deps: update jamesives/github-pages-deploy-action action to v4.3.3 (546cec4)
- deps: update spring boot to v2.6.7 (c61906e)
- deps: update typescript-eslint monorepo to v5.22.0 (f0a5512)
- Encoding: UTF-8 ALL ZE FILES!!!11!1 (b7d3189)
- gitignore: Add some more test resources to the gitignore. (3481345)
- Status labels: Reduce max length of entries to reduce amount of component resizing. (5eed4ad)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads