Releases: Griefed/ServerPackCreator
Release 7.1.8
7.1.8 (2025-01-09)
✂️ Refactor
💎 Improvements
- Move firstRun to wrapper and improve internal version-type checks (25b8f10)
📦 Other
- Added crash-assistant to clientside-only mods list. Thanks to @chorbintime for the report! (9673eff)
- Update package-lock (44f1313)
- Updated package-lock (4beac32)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Maintenance Release 7.1.7
7.1.7 (2025-01-03)
📔 Docs
- Improve translation info (bc5b5d8)
- Trim down contributing to make it less convoluted and bloated (f00075e)
📦 Other
- Add sodiumoptionsapi- and sodiumoptionsmodcompat-. Thanks to @ModernGamingWorld for the report! (7deb122)
🦊 CI/CD
- deps-dev: bump @types/node in /serverpackcreator-web-frontend (9babea3)
- deps-dev: bump prettier in /serverpackcreator-web-frontend (655454a)
- deps: bump @quasar/extras in /serverpackcreator-web-frontend (82bd0d2)
- deps: bump com.electronwill.night-config:toml (d24e398)
- deps: bump com.formdev:flatlaf-intellij-themes (3f9356a)
- deps: bump commons-io:commons-io in /serverpackcreator-app (3e06a20)
- deps: bump nanoid in /serverpackcreator-web-frontend (9b3ab4b)
- deps: bump org.apache.logging.log4j:log4j-core (b8c29de)
- deps: bump org.jetbrains.kotlin:kotlin-test (665301e)
- deps: bump org.jetbrains.kotlinx:kotlinx-coroutines-core (42b203f)
- deps: bump org.junit.jupiter:junit-jupiter-api (b2eda48)
- deps: bump org.junit.jupiter:junit-jupiter-api (79e9565)
- deps: bump org.junit.jupiter:junit-jupiter-api (9712d4a)
- deps: bump org.junit.jupiter:junit-jupiter-engine (9c323bf)
- deps: bump org.springframework.boot:spring-boot-starter-data-jpa (77ce2f5)
- deps: bump org.springframework.boot:spring-boot-starter-test (84eae41)
- deps: bump pinia in /serverpackcreator-web-frontend (4929f80)
- deps: bump quasar in /serverpackcreator-web-frontend (43d9ec8)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Release 7.1.6
7.1.6 (2024-12-14)
📦 Other
- GUI: Include version in window title (58bbfff)
🛠 Fixes
- GUI: Open properties browser instead of icon browser (15e9577)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Maintenance Release 7.1.5
7.1.5 (2024-12-06)
🦊 CI/CD
- deps-dev: bump @types/node in /serverpackcreator-web-frontend (30f3f33)
- deps-dev: bump eslint-plugin-vue (d69ce4b)
- deps-dev: bump typescript in /serverpackcreator-web-frontend (d730133)
- deps: bump @intlify/core-base and vue-i18n (9cc86e1)
- deps: bump axios in /serverpackcreator-web-frontend (9d2b9c9)
- deps: bump com.fasterxml.jackson.module:jackson-module-kotlin (d7e453d)
- deps: bump com.formdev:flatlaf-intellij-themes (85e554c)
- deps: bump cross-spawn in /serverpackcreator-web-frontend (a26a6c5)
- deps: bump JamesIves/github-pages-deploy-action (ce09b01)
- deps: bump org.apache.logging.log4j:log4j-core (d3d4d7e)
- deps: bump org.jetbrains.kotlin:kotlin-bom (0954b31)
- deps: bump org.jetbrains.kotlin:kotlin-stdlib (c589767)
- deps: bump org.jetbrains.kotlinx:kotlinx-datetime (9a984b3)
- deps: bump org.pf4j:pf4j in /serverpackcreator-api (c9adac9)
- deps: bump org.pf4j:pf4j in /serverpackcreator-plugin-example (f4e6413)
- deps: bump org.springframework.boot:spring-boot-devtools (a4470e2)
- deps: bump org.springframework.boot:spring-boot-starter-log4j2 (620d207)
- deps: bump pinia in /serverpackcreator-web-frontend (1edad41)
- deps: bump softprops/action-gh-release from 2.0.9 to 2.1.0 (cfaa214)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Maintenance Release 7.1.4
7.1.4 (2024-11-06)
🔩 Dependencies
- Cookie 0.7.1 in package lock after Dependabot updates (a6c062d)
🦊 CI/CD
- deps-dev: bump @types/node in /serverpackcreator-web-frontend (28d1d0d)
- deps-dev: bump eslint-plugin-vue (aef6c1d)
- deps-dev: bump typescript in /serverpackcreator-web-frontend (fc5d1bb)
- deps: bump actions/upload-artifact from 3 to 4 (ab0d5f2)
- deps: bump com.fasterxml.jackson.core:jackson-databind (522a211)
- deps: bump com.formdev:flatlaf-extras in /serverpackcreator-app (6151475)
- deps: bump com.install4j:install4j-runtime (88fda94)
- deps: bump cookie and express in /serverpackcreator-web-frontend (5f1d8a9)
- deps: bump gradle/actions from 3 to 4 (bd5e67b)
- deps: bump jaywcjlove/github-action-read-file from 1.2.2 to 2.0.0 (c5c5f18)
- deps: bump org.apache.logging.log4j:log4j-api-kotlin (32db254)
- deps: bump org.bouncycastle:bcpkix-jdk18on (072fa5e)
- deps: bump org.jetbrains.kotlin:kotlin-bom (d451345)
- deps: bump org.jetbrains.kotlin:kotlin-stdlib (1b6cba4)
- deps: bump org.junit.jupiter:junit-jupiter-api (d9c0951)
- deps: bump org.junit.jupiter:junit-jupiter-api (b8b7d2f)
- deps: bump org.junit.jupiter:junit-jupiter-engine (6cc3c6d)
- deps: bump org.pf4j:pf4j in /serverpackcreator-plugin-example (67c543a)
- deps: bump org.springframework.boot:spring-boot-starter-data-jpa (adc1693)
- deps: bump softprops/action-gh-release from 2.0.8 to 2.0.9 (04b0b02)
- deps: bump vue in /serverpackcreator-web-frontend (e277c37)
- deps: bump vue-i18n in /serverpackcreator-web-frontend (de8b9bc)
- Dev builds: Don't remove drafts as the removal triggers full changelog gen (2a79722)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Release 7.1.3
7.1.3 (2024-10-16)
🛠 Fixes
- Docker: Force home-directory in container (729eb22)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Release 7.1.2
7.1.2 (2024-10-16)
✂️ Refactor
- Docker: Remove not needed port from compose (db0b45e)
- Docker: Swap user and password to reflect specs in DB compose (d337c0c)
📔 Docs
- Fix typo in USE_SSJ for templates (a386140)
🛠 Fixes
- Docker: Wrap variables in braces (0a77481)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Release 7.1.1
7.1.1 (2024-10-15)
🛠 Fixes
- Docker: Ensure overrides is created and read correctly. Use apt openjdk 21 instead. Move database files to volume in compose. (22af6b0)
- Webservice: Load overrides last to actually override. Add debug logging for start args. (89b0cf0)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Release 7.1.0
7.1.0 (2024-10-09)
👀 Reverts
- Installer: Remove self-updating from CLI as it doesn't work as expected (66184c5)
💎 Improvements
- Add dialog to exclusion and whitelist addition from inclusion tip popup menu (80bdbc3)
🔩 Dependencies
- frontend-web: Update package-lock after dependabot updates (48429a1)
- frontend-web: Update package-lock after dependabot updates (5897566)
🦊 CI/CD
- deps-dev: bump @types/node in /serverpackcreator-web-frontend (38fb5af)
- deps: bump actions/setup-java from 3 to 4 (20156f9)
- deps: bump com.fasterxml.jackson.core:jackson-databind (0d1cbf0)
- deps: bump com.h2database:h2 in /serverpackcreator-app (71bc854)
- deps: bump com.miglayout:miglayout-swing (7389094)
- deps: bump DamianReeves/write-file-action from 1.2 to 1.3 (d58cc99)
- deps: bump de.jensklingenberg.ktorfit:ktorfit-lib (a1d4125)
- deps: bump JamesIves/github-pages-deploy-action (8251a8d)
- deps: bump org.apache.logging.log4j:log4j-core (79faa2f)
- deps: bump org.jetbrains.kotlin:kotlin-stdlib (fd1c2f1)
- deps: bump org.jetbrains.kotlin:kotlin-test (64a64fd)
- deps: bump org.junit.jupiter:junit-jupiter-api (b9b944a)
- deps: bump org.junit.jupiter:junit-jupiter-engine (cda1d5d)
- deps: bump org.pf4j:pf4j in /serverpackcreator-plugin-example (36d3ccf)
- deps: bump org.springframework.boot:spring-boot-starter-data-jpa (c8d70b9)
- deps: bump org.springframework.boot:spring-boot-starter-test (a5ec35a)
- deps: bump quasar in /serverpackcreator-web-frontend (f26aef3)
- deps: bump softprops/action-gh-release from 0.1.15 to 2.0.8 (8a5603c)
- deps: bump tj-actions/branch-names from 7.0.7 to 8.0.1 (e9e0f3c)
- Installer: Rename CLI based updaters appropriately (18934ce)
- Adjust test job name (ec823d9)
- Sync fetchdepth with other workflows (2a3ba91)
🚀 Features
- Add option to copy selected text in inclusion tooltip to clipboard (cef39c3)
- Allow toggling usage of ServerStarterJar on/off when using Forge (4709024)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Maintenance Release 7.0.2
7.0.2 (2024-09-29)
✂️ Refactor
- Installer: Move exclude pattern to global and shrink to install4j*.sh (89604f7)
📔 Docs
- Include Fun Stuff in writerside tree (f49c0dc)
🦊 CI/CD
- Update install4j version to 11.0.0.1, update other plugins, too. (efb548a)
- Dependabot: Update package lock from Dependabot PR (da832bc)
- deps: bump axios in /serverpackcreator-web-frontend (338fe1c)
- deps: bump linuxserver/nginx from 1.22.1 to 1.26.2 (bf9c12b)
- Remove install4j install script after installation (0290ab9)
- See whether 11.0 works out, instead of 11.0.0.1 (55f338c)
- Try '11.0' for the version (d54f630)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.