-
Release 5.0.0 Stable
released this
2023-12-02 16:06:22 +01:00 | 1614 commits to main since this release5.0.0 (2023-12-02)
✂️ Refactor
- Explicit type declaration (83832ce)
- Allow loading props without saving (c244c6b)
- Call editor method instead of directly calling object (bd4925a)
- Call File.separator directly (a0a48e6)
- Display migration at start if regular release or dev (b94eccb)
- Don't print info if not extensions are available (b807614)
- Don't save upon initial load in app (4f08e9f)
- Don't save upon loading as closing in GUI saves already (6beff8e)
- Ensure correct context (3fab5b3)
- Formatting (ba4bde1)
- Implement LarsonScanner directory to have more control over it (0d29525)
- Implement VersionChecker directly to have more control over it (a00a099)
- Import optimizations, cleanups (027f841)
- Improve os-decision in filebrowser (fa071ed)
- Improve readability (71477f0)
- Improve readability (582e90e)
- Improve readability. Replace unnecessary classes with call to super (042c3de)
- Improve readibility here and there. Run IDEA rearrangement (708e24b)
- Initialize tomlWriter in a better way (7b452a6)
- Lazy init, double locking ApiWrapper (86e392e)
- Load props from SPC home when invoking loadProperties without file (8d62fbf)
- Make context public in plugin class (acaf305)
- Make themesDir public (82bf233)
- Migrate to URI().toURL() (3542897)
- Minor cleanups (c8ad6f0)
- Minor readability changes (d027666)
- Move directory filter to own class (54ef7c4)
- Move fun to appropriate place (3a3cc3b)
- Move quick-selection assignment to gui (3865a31)
- Only display migration info at start if regular release (2b74d8a)
- Optimize imports (80c33b8)
- Optimize imports (94295bc)
- Optmize imports (5ecd771)
- Preparations for fontsize change. Improve gui-prop handling. (3c571c8)
- React on release and click (f08ca16)
- Readibility improvements (6adf7fe)
- Rearrange and simplify properties (6cfe433)
- Rearrange editor and provide feedback in case of faulty regex (2d1d124)
- Rearrange entries to improve readability somewhat (7e862ed)
- Remove unnecessary non-null assertions (1e9abe3)
- Remove unnecessary supression (5c31247)
- Rename package to match classes and purpose (618c032)
- Rename timers for easier distinction (5ca1053)
- Reorganize classes and functions to better fit their purpose (87f2714)
- Run IDEA cleanups (396fb01)
- Set en_gb as default locale (7ca7d79)
- Single check timer passed to all editors (8907850)
- Slightly increase dialog width to better fit checkbox (25f5aa0)
- Some minor readability changes (78b38b3)
- Some much needed refactorings for improved readibility (81d8337)
- Some whitespace (7f50cb0)
- use absolutePath instead of toString (73520ca)
- Use version-props to determine inspector availability (6fe5c1f)
⏩ Performance
- Improve LarsonScanner performance (5ed7c0d)
- Load images off thread to keep GUI working (3fad135)
- Prevent unnecessary icon updates if the icon was not changed (26a61ad)
- Reduce paint actions to save on CPU (010368a)
- Use dispatchers more appropriately (3e56879)
✨ Milestone
- GUI-rework for better UX, usability, expandability and more features (5e7d540)
- Migrate to Kotlin, Multimodule, API Multiplatform, Java 17 (b4f5481)
- Migrate to Kotlin, Multimodule, SPC API Kotlin Multiplatform preparations, JDK 17 (3a4909f)
👀 Reverts
- Remove loading animation from ScrollTextAreas (c273e79)
- Revert Exec and Icon to previous (1ee1f2e)
- Revert revertions reverted after reverting (bdd16a7)
- Switch back to kotlin reflect 1.8.20 in web ([
87c79ca](https://git.griefed.de/Griefed/Serv
............
Release notes truncated. For more details, see the CHANGELOG.
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 PKG
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.
Windows MSI
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Pre-Release 5.0.0-beta.17 Pre-release
released this
2023-12-02 15:26:06 +01:00 | 1616 commits to main since this release5.0.0-beta.17 (2023-12-02)
📔 Docs
- Point towards changelog for tag (3b9a3e0)
📦 Other
🦊 CI/CD
- Name jar artifacts depending on os (aa644e9)
- Remove Qodana workflow (d097f16)
- Run test workflow on mac, windows, linux, because we can (299077c)
🛠 Fixes
- Move forge JAR with old universal-name (203cb90)
Note
Alphas
Alphas are feature-incomplete and very likely to have bugs. Before submitting an issue, please check the corresponding milestone of this releases major version to see whether an issue for yours already exists there.
Doing so saves both you and me a lot of time. Thanks in advance!Betas
Betas are feature-complete and probably have bugs.
Installers
When using pre-release installers, please uninstall previous versions of ServerPackCreator before installing a newer one.
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 PKG
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.
Windows MSI
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Pre-Release 5.0.0-beta.16 Pre-release
released this
2023-12-01 21:32:23 +01:00 | 1627 commits to main since this release5.0.0-beta.16 (2023-12-01)
✂️ Refactor
📔 Docs
- Update license report (e280bbe)
🦊 CI/CD
- Move to Java 21 (1267841)
- Mute actual/expect warnings. See https://youtrack.jetbrains.com/issue/KT-61573 (ae06f30)
🛠 Fixes
- Remove modloader installer tab (32ce3e7)
Note
Alphas
Alphas are feature-incomplete and very likely to have bugs. Before submitting an issue, please check the corresponding milestone of this releases major version to see whether an issue for yours already exists there.
Doing so saves both you and me a lot of time. Thanks in advance!Betas
Betas are feature-complete and probably have bugs.
Installers
When using pre-release installers, please uninstall previous versions of ServerPackCreator before installing a newer one.
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 PKG
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.
Windows MSI
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Pre-Release 5.0.0-beta.15 Pre-release
released this
2023-11-30 21:43:23 +01:00 | 1635 commits to main since this release5.0.0-beta.15 (2023-11-30)
✂️ Refactor
📦 Other
- Allow translations (1168c11)
🦊 CI/CD
🧨 Breaking changes!
- Remove server installation feature (5ddbc8e)
Note
Alphas
Alphas are feature-incomplete and very likely to have bugs. Before submitting an issue, please check the corresponding milestone of this releases major version to see whether an issue for yours already exists there.
Doing so saves both you and me a lot of time. Thanks in advance!Betas
Betas are feature-complete and probably have bugs.
Installers
When using pre-release installers, please uninstall previous versions of ServerPackCreator before installing a newer one.
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 PKG
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.
Windows MSI
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Pre-Release 5.0.0-beta.14 Pre-release
released this
2023-11-25 10:23:15 +01:00 | 1644 commits to main since this release5.0.0-beta.14 (2023-11-25)
👀 Reverts
- Revert revertions reverted after reverting (bdd16a7)
- Switch back to kotlin reflect 1.8.20 in web (87c79ca)
- Test back to 5.9.3, Kotlin Reflect to 1.9.10 (df7dd19)
💎 Improvements
- Change status message to include modpack name (e477b6f)
- Info about mod -> dependency relationship (414f45d)
- Log mod and dependency during scanning, correctly this time (90b4350)
📦 Other
- Added more clientside mods. Thanks to @SDUBZ for the report! (0427847)
- Log dependency's mod (7025896)
🦊 CI/CD
- Remove explicit dependsOn-call (eab84a0)
- Update dependencies (cb7c971)
- Try with openjdk:17-jdk (9169fba)
🧪 Tests
- Don't check server jars (0f4357f)
- NeoForge and whitelist tests (305590f)
- NeoForge and whitelist tests (23bfb00)
- NeoForge and whitelist tests (08fbe08)
- NeoForge and whitelist tests (450d6ef)
- NeoForge and whitelist tests (121b352)
- NeoForge and whitelist tests (ea473ed)
🚀 Features
- Allow editing of pre and post server install files to clean up (42616b3)
🛠 Fixes
- Appropriate tip updates and selection prevention during updating (65135a7)
- Only remove dependencies when parent is not clientside (e736e45)
- Updating from outside frame initialization (db95acf)
Note
Alphas
Alphas are feature-incomplete and very likely to have bugs. Before submitting an issue, please check the corresponding milestone of this releases major version to see whether an issue for yours already exists there.
Doing so saves both you and me a lot of time. Thanks in advance!Betas
Betas are feature-complete and probably have bugs.
Installers
When using pre-release installers, please uninstall previous versions of ServerPackCreator before installing a newer one.
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 PKG
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.
Windows MSI
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Pre-Release 5.0.0-beta.13 Pre-release
released this
2023-11-08 00:29:19 +01:00 | 1674 commits to main since this release5.0.0-beta.13 (2023-11-07)
👀 Reverts
- Revert Exec and Icon to previous (1ee1f2e)
🦊 CI/CD
- Move back to Zulu. Always generate release, even when some assets fail. (31d947b)
🧪 Tests
- Run workflow test on every push (767a8c0)
🛠 Fixes
5.0.0-beta.12 (2023-11-07)
🛠 Fixes
- Hopefully fix AppImage build crashing (90fc41a)
5.0.0-beta.11 (2023-11-07)
⏩ Performance
- Reduce paint actions to save on CPU (010368a)
💎 Improvements
- Add note regarding running the bash script (2b75716)
📦 Other
- Add more clientside mods. Thanks to @nvb-uy (639387c)
- Remove comment (d961e8d)
- Remove test from jpackager run config (9d2f239)
🦊 CI/CD
- Add desktop definitions to improve menu and desktop entries (6de391a)
🚀 Features
- Whitelist to prevent false positives via clientside-mods list (8b9eb7a)
Note
Alphas
Alphas are feature-incomplete and very likely to have bugs. Before submitting an issue, please check the corresponding milestone of this releases major version to see whether an issue for yours already exists there.
Doing so saves both you and me a lot of time. Thanks in advance!Betas
Betas are feature-complete and probably have bugs.
Installers
When using pre-release installers, please uninstall previous versions of ServerPackCreator before installing a newer one.
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 PKG
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.
Windows MSI
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
5.0.0-beta.12 Stable
released this
2023-11-07 22:44:42 +01:00 | 1683 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
5.0.0-beta.11 Stable
released this
2023-11-07 21:24:02 +01:00 | 1686 commits to main since this release5.0.0-beta.11 (2023-11-07)
⏩ Performance
- Reduce paint actions to save on CPU (010368a)
💎 Improvements
- Add note regarding running the bash script (2b75716)
📦 Other
- Add more clientside mods. Thanks to @nvb-uy (639387c)
- Remove comment (d961e8d)
- Remove test from jpackager run config (9d2f239)
🦊 CI/CD
- Add desktop definitions to improve menu and desktop entries (6de391a)
🚀 Features
- Whitelist to prevent false positives via clientside-mods list (8b9eb7a)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Pre-Release 5.0.0-beta.10 Pre-release
released this
2023-10-23 21:14:16 +02:00 | 1695 commits to main since this release5.0.0-beta.10 (2023-10-23)
✂️ Refactor
- Formatting (ba4bde1)
💎 Improvements
- Allow selection of source for selection (f192f18)
- Enable/Disable manual editing. Settings load and save info, as well as restart notice (0db4464)
Note
Alphas
Alphas are feature-incomplete and very likely to have bugs. Before submitting an issue, please check the corresponding milestone of this releases major version to see whether an issue for yours already exists there.
Doing so saves both you and me a lot of time. Thanks in advance!Betas
Betas are feature-complete and probably have bugs.
Installers
When using pre-release installers, please uninstall previous versions of ServerPackCreator before installing a newer one.
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 PKG
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.
Windows MSI
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Pre-Release 5.0.0-beta.9 Pre-release
released this
2023-10-22 19:30:37 +02:00 | 1700 commits to main since this release5.0.0-beta.9 (2023-10-22)
🛠 Fixes
- Repaint/validate GUI upon resize to account for tiling window managers (b898433)
Note
Alphas
Alphas are feature-incomplete and very likely to have bugs. Before submitting an issue, please check the corresponding milestone of this releases major version to see whether an issue for yours already exists there.
Doing so saves both you and me a lot of time. Thanks in advance!Betas
Betas are feature-complete and probably have bugs.
Installers
When using pre-release installers, please uninstall previous versions of ServerPackCreator before installing a newer one.
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 PKG
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.
Windows MSI
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads