• 5.1.16 5ce9ca0c0e

    Griefed released this 2024-02-25 19:51:38 +01:00 | 1420 commits to main since this release

    5.1.16 (2024-02-25)

    ✂️ Refactor

    • Change expected class and interface accordingly (ba66889)

    💎 Improvements

    • Support XMinecraftLaunchers instance.json (4bc10d2)

    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
  • 5.1.15 8dd53f8313

    Griefed released this 2024-02-24 22:19:27 +01:00 | 1423 commits to main since this release

    5.1.15 (2024-02-24)

    🛠 Fixes

    • Correct ordering of NeoForge versions and usage in web-frontend (bc477b0)

    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
  • 5.1.14 9350f6ad4a

    Griefed released this 2024-02-24 19:49:19 +01:00 | 1426 commits to main since this release

    5.1.14 (2024-02-24)

    🛠 Fixes

    • Support NeoForge for Minecraft 1.20.2 and up. Fixes #486 (cd6cc81)

    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
  • 5.1.13 746123c103

    Griefed released this 2024-02-19 19:13:32 +01:00 | 1429 commits to main since this release

    5.1.13 (2024-02-19)

    📔 Docs

    • Remove old sqlite references (ee12d2a)

    📦 Other

    • Update changelog in resources (688daeb)

    🦊 CI/CD

    • Add job to update sponsors and contributors (49f9f1a)
    • Add README Update to Documentation stage (2d05895)

    🛠 Fixes

    • Replace sqlite JDBC URL with postgresql (2d705a7)

    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
  • 5.1.12 043dcbcbfe

    Griefed released this 2024-02-17 00:18:59 +01:00 | 1437 commits to main since this release

    5.1.12 (2024-02-16)

    ✂️ Refactor

    • Improve readability by returning concrete object (821204c)
    • Optimize imports (58b18e4)
    • Remove no longer required property (808c01d)
    • Use ModpackService instead of directly accessing repository (7edde2d)

    Performance

    💈 Style

    • Change name of web-frontend to "ServerPackCreator" (495fe65)
    • Gradient behind logo for easier viewing (c180404)
    • Some minor style improvements (e0c861f)

    💎 Improvements

    • Allow configuring of JDBC URL, user and password in GUI (ad22b28)
    • Allow searching in tables (f189c90)
    • Better display for download timer depending on upcoming event or current status (62d4fc1)
    • Centralize i18n, add @arthurbarret0 pt_BR translations. See merge request Griefed/ServerPackCreator!563 (1f5c6a9)
    • Check uploaded modpack and return error before queue submit. (9cc7100)
    • Delete server packs which aren't available on the filesystem anymore (7b31dc8)
    • Display errors encountered for failed modpack checks in history (b76a897)
    • Feedback during and after upload (b87156e)
    • Fix, rework and improve webservice (8be9e4b)
    • General improvements in styling and formatting (ed812ab)
    • Individual pages for mod- and server pack downloads (0012bc4)
    • Prevent upload of duplicates (7e5923e)
    • Set modpack and runconfig ID in regen after upload (51b1401)
    • Switch to regen and inform user if duplicate modpack was uploaded (161bb7f)

    📔 Docs

    • Copy to correct location and change stage to reflect use-case (a55f13e)
    • Disclaimers, rearrangements and proper placement (52f5aff)
    • Include images (c69dc4a)
    • Latest on release, commit sha on other (a19689f)
    • Replace old property values with accurate ones (572f29e)
    • Replace old wiki links with new dedicated help-site (3afa984)
    • REST API docs via Writerside (67a5f4e)
    • Update license report and docs (e343904)

    📦 Other

    • @Alistair1231 added ModernUI-, MineMenu-, EasyLAN- to clientside-mods (d75a210)
    • Add AnimaticaReforged and Xenon to clientside-mods. Thanks to @nvb-uy for the report! (17f4672)
    • Add clientside-mods recommended by @MoonstruckDev. Closes #506 (93a0e9e)
    • Add intsall4j icons and info (ede99e7)
    • Add Jump Over Fences to clientside-mods. Thanks to @ModernGamingWorld for the report. Closes #503 (137d673)
    • Add missing PUID and PGID (b94cb7f)
    • Add Writerside to README (cd2e48f)
    • Add Yungs Menu Tweaks to clientside-mods list. Thanks to @Elrol for the report! (85d3ba7)
    • bump npm packages (b0f9697)
    • Comment out lib only needed in certain dev situations (5614335)
    • Ignores, doc updates, cleanups (6660de4)
    • License header and template source (b3327e7)
    • Oof, stupid typo (cf8e4f7)
    • Replace Java 17 remnants with 21 (719ee28)
    • Run file cleanup 30 min after database cleanup by default (1ed4278)
    • Sort mods (dd39fc0)

    🦊 CI/CD

    • Include correctly (4f15c6d)
    • Move i18n to singular source (1bdabb7)
    • Stop using own maven repo. Not necessary, no benefit. (edf5c93)
    • Bump actions versions (2980d72)
    • Bump actions versions (1d0336b)
    • Bump artifact download version (f17591a)
    • Do not make Docker test dependant on Gradle anymore (de3f065)
    • Remove lock, ensure docs are built (28698ab)
    • Split Writerside build into pre and latest (7f990f5)
    • Update tj-actions-branch-name (e4b8220)

    🛠 Fixes

    • Allow regeneration of already uploaded modpack. Prevent clashing of server packs via renaming. (f57eaa1)
    • Correctly delete no longer available server pack (e0cffec)
    • Do not chown root-files (a14b9e0)
    • Download correct modpack-file (1437593)
    • Hopefully fix container not booting up correctly ([977fbc9](977fbc93dd

    ............

    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
  • 5.1.12-beta.4 96ed3951f8

    Griefed released this 2024-02-15 19:33:32 +01:00 | 1439 commits to main since this release

    5.1.12-beta.4 (2024-02-15)

    📔 Docs

    • Replace old property values with accurate ones (572f29e)

    📦 Other

    🛠 Fixes

    • Correctly delete no longer available server pack (e0cffec)

    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
  • 5.1.12-beta.3 eb57cdef17

    Griefed released this 2024-02-14 19:06:08 +01:00 | 1445 commits to main since this release

    5.1.12-beta.3 (2024-02-14)

    💎 Improvements

    • Delete server packs which aren't available on the filesystem anymore (7b31dc8)

    📔 Docs

    • Update license report and docs (e343904)

    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
  • 5.1.12-beta.2 b0b3d69c2a

    Griefed released this 2024-02-12 20:14:27 +01:00 | 1449 commits to main since this release

    5.1.12-beta.2 (2024-02-12)

    ✂️ Refactor

    💈 Style

    • Change name of web-frontend to "ServerPackCreator" (495fe65)
    • Gradient behind logo for easier viewing (c180404)

    📔 Docs

    • Disclaimers, rearrangements and proper placement (52f5aff)

    📦 Other

    • Add AnimaticaReforged and Xenon to clientside-mods. Thanks to @nvb-uy for the report! (17f4672)

    🛠 Fixes

    • Only check modloader server if a version is available to check with (fc2a707)
    • Scan Forge-style when using NeoForge (6c0bb18)

    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
  • 5.1.12-beta.1 38902a9a7c

    Griefed released this 2024-02-11 18:15:15 +01:00 | 1458 commits to main since this release

    5.1.12-beta.1 (2024-02-11)

    ✂️ Refactor

    • Improve readability by returning concrete object (821204c)
    • Remove no longer required property (808c01d)
    • Use ModpackService instead of directly accessing repository (7edde2d)

    Performance

    💈 Style

    • Some minor style improvements (e0c861f)

    💎 Improvements

    • Allow configuring of JDBC URL, user and password in GUI (ad22b28)
    • Allow searching in tables (f189c90)
    • Better display for download timer depending on upcoming event or current status (62d4fc1)
    • Centralize i18n, add @arthurbarret0 pt_BR translations. See merge request Griefed/ServerPackCreator!563 (1f5c6a9)
    • Check uploaded modpack and return error before queue submit. (9cc7100)
    • Display errors encountered for failed modpack checks in history (b76a897)
    • Feedback during and after upload (b87156e)
    • Fix, rework and improve webservice (8be9e4b)
    • General improvements in styling and formatting (ed812ab)
    • Individual pages for mod- and server pack downloads (0012bc4)
    • Prevent upload of duplicates (7e5923e)
    • Set modpack and runconfig ID in regen after upload (51b1401)
    • Switch to regen and inform user if duplicate modpack was uploaded (161bb7f)

    📔 Docs

    • Copy to correct location and change stage to reflect use-case (a55f13e)
    • Include images (c69dc4a)
    • Latest on release, commit sha on other (a19689f)
    • Replace old wiki links with new dedicated help-site (3afa984)
    • REST API docs via Writerside (67a5f4e)

    📦 Other

    • @Alistair1231 added ModernUI-, MineMenu-, EasyLAN- to clientside-mods (d75a210)
    • Add clientside-mods recommended by @MoonstruckDev. Closes #506 (93a0e9e)
    • Add intsall4j icons and info (ede99e7)
    • Add Jump Over Fences to clientside-mods. Thanks to @ModernGamingWorld for the report. Closes #503 (137d673)
    • Add missing PUID and PGID (b94cb7f)
    • Add Writerside to README (cd2e48f)
    • Add Yungs Menu Tweaks to clientside-mods list. Thanks to @Elrol for the report! (85d3ba7)
    • bump npm packages (b0f9697)
    • Comment out lib only needed in certain dev situations (5614335)
    • Ignores, doc updates, cleanups (6660de4)
    • License header and template source (b3327e7)
    • Replace Java 17 remnants with 21 (719ee28)
    • Run file cleanup 30 min after database cleanup by default (1ed4278)
    • Sort mods (dd39fc0)

    🦊 CI/CD

    • Include correctly (4f15c6d)
    • Move i18n to singular source (1bdabb7)
    • Stop using own maven repo. Not necessary, no benefit. (edf5c93)
    • Bump actions versions (2980d72)
    • Bump actions versions (1d0336b)
    • Bump artifact download version (f17591a)
    • Do not make Docker test dependant on Gradle anymore (de3f065)
    • Remove lock, ensure docs are built (28698ab)
    • Split Writerside build into pre and latest (7f990f5)
    • Update tj-actions-branch-name (e4b8220)

    🛠 Fixes

    • Allow regeneration of already uploaded modpack. Prevent clashing of server packs via renaming. (f57eaa1)
    • Do not chown root-files (

    ............

    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
  • 5.1.12-alpha.8 a1ccb9f01d

    Griefed released this 2024-02-11 15:07:44 +01:00 | 1463 commits to main since this release

    5.1.12-alpha.8 (2024-02-11)

    💎 Improvements

    • Allow configuring of JDBC URL, user and password in GUI (ad22b28)
    • Individual pages for mod- and server pack downloads (0012bc4)

    📔 Docs

    • Copy to correct location and change stage to reflect use-case (a55f13e)
    • Include images (c69dc4a)
    • Latest on release, commit sha on other (a19689f)
    • Replace old wiki links with new dedicated help-site (3afa984)
    • REST API docs via Writerside (67a5f4e)

    📦 Other

    • @Alistair1231 added ModernUI-, MineMenu-, EasyLAN- to clientside-mods (d75a210)
    • Add intsall4j icons and info (ede99e7)
    • Add Writerside to README (cd2e48f)
    • Replace Java 17 remnants with 21 (719ee28)
    • Sort mods (dd39fc0)

    🦊 CI/CD

    • Stop using own maven repo. Not necessary, no benefit. (edf5c93)
    • Remove lock, ensure docs are built (28698ab)
    • Split Writerside build into pre and latest (7f990f5)

    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