• 5.0.0-alpha.6 c96993fea3

    5.0.0-alpha.6 Stable

    Griefed released this 2023-04-08 23:41:51 +02:00 | 2295 commits to main since this release

    5.0.0-alpha.6 (2023-04-08)

    🛠 Fixes

    • When merging goes wrong. Horribly wrong. (99f6901)
    • CI: Whoops. Use Powershell-syntax in Windows job to split version (b846291)
    Downloads
  • 4.0.5 40274181d4

    Release 4.0.5 Stable

    Griefed released this 2023-04-08 23:16:10 +02:00 | 2285 commits to main since this release

    4.0.5 (2023-04-08)

    📦 Other

    • Add note about pre-releases to pre-release description (1655c4b)
    • Ensure release notes never exceed the limit. Add information about installers and pre-releases. (2084e5b)
    • deps: update dependency @types/node to v18.15.11 (baf1400)
    • deps: update dependency axios to v1.3.4 (a258163)
    • deps: update dependency eslint-plugin-vue to v9.10.0 (e23feef)
    • deps: update dependency quasar to v2.11.10 (a9a8507)
    • deps: update dependency terser to v5.16.8 (e85fa56)
    • deps: update dependency vue to v3.2.47 (e17b879)
    • deps: update npm to v9 (68280af)

    🔩 Dependencies

    • deps: update actions/checkout action to v3.5.0 (7f80a00)
    • deps: update actions/setup-java action to v3.11.0 (b86c848)
    • deps: update actions/upload-artifact action to v3.1.2 (89d838e)
    • deps: update dependency com.fasterxml.jackson.core:jackson-databind to v2.14.2 (b024d99)
    • deps: update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.14.2 (7e545ec)
    • deps: update dependency de.jensklingenberg.ktorfit:ktorfit-lib to v1.0.1 (c574a8a)
    • deps: update dependency io.github.microutils:kotlin-logging to v3.0.5 (98551a8)
    • deps: update dependency net.lingala.zip4j:zip4j to v2.11.5 (4393473)
    • deps: update dependency org.apache.activemq:artemis-jms-server to v2.28.0 (5acf135)
    • deps: update dependency org.apache.logging.log4j:log4j-core to v2.20.0 (780c69b)
    • deps: update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.8.10 (c8f0bce)
    • deps: update dependency org.panteleyev:jpackage-gradle-plugin to v1.5.1 (0351a0e)
    • deps: update dependency org.pf4j:pf4j to v3.9.0 (35b8f88)
    • deps: update dependency org.xerial:sqlite-jdbc to v3.41.2.1 (af153e8)
    • deps: update ghcr.io/griefed/baseimage-ubuntu-jdk17-kotlin docker tag to v1.0.4 (0f476fe)
    • deps: update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.9 (0d747d9)
    • deps: update gradle/gradle-build-action action to v2.4.0 (b2bf38b)
    • deps: update jamesives/github-pages-deploy-action action to v4.4.1 (2dfc687)
    • deps: update jetbrains/qodana-action action to v2022.3.4 (6798c9b)
    • deps: update junit5 monorepo to v5.9.2 (677d87f)
    • deps: update kotlin monorepo to v1.8.20 (3e6c856)
    • deps: update plugin io.github.gradle-nexus.publish-plugin to v1.3.0 (328cc8e)
    • deps: update sergeysova/jq-action action to v2.3.0 (05fb047)
    • deps: update spring boot to v2.7.10 (919340d)
    • deps: update tj-actions/branch-names action to v6.5 (6f28719)

    🦊 CI/CD

    • Add portable release packages for Windows and Linux (5336c47)
    • Correctlry upload assets. Create portable assets in test workflow (3cecebe)
    • Hopefully fix all dependency issue for maven publishing (67538de)
    • Move installer builds to separate jobs to better handle each OS as well as artifacts (58b7e97)

    🛠 Fixes

    • CI: Provide PKG for macOS and AppImage for Linux (9b11dbb)

    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.0.0-alpha.5 839b4a705c

    5.0.0-alpha.5 Stable

    Griefed released this 2023-04-08 15:11:40 +02:00 | 2299 commits to main since this release

    5.0.0-alpha.5 (2023-04-08)

    🦊 CI/CD

    • Add portable release packages and enhance release notes with additional information as well as truncation if certain length reached (4864a66)
    Downloads
  • 5.0.0-alpha.4 dee43c5205

    Griefed released this 2023-04-07 18:30:49 +02:00 | 2302 commits to main since this release

    5.0.0-alpha.4 (2023-04-07)

    🛠 Fixes

    • Produce PKG instead of DMG for macOS (7d695e3)

    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.0.0-alpha.3 6fd7b7b7fb

    Griefed released this 2023-03-20 21:27:24 +01:00 | 2305 commits to main since this release

    5.0.0-alpha.3 (2023-03-20)

    ✂️ Refactor

    • Improve os-decision in filebrowser (fa071ed)

    📦 Other

    • Improve logging of properties file which we tried to load (44ce4ae)
    • Note about pre-release installers (aee835e)

    🛠 Fixes

    • alibi commit to trigger the generation of a pre-release :-P (1b4408e)
    • Filebrowser not initializing on UNIX systems. Thanks to @kreezxil for the report. (e7a6649)

    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.

    Downloads
  • 5.0.0-alpha.2 f38a46eb20

    Griefed released this 2023-03-19 18:37:08 +01:00 | 2311 commits to main since this release

    5.0.0-alpha.2 (2023-03-19)

    Fixes a small bug in the properties-load sequence.


    About Pre-Releases

    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.

    Downloads
  • 5.0.0-alpha.1 a009dad5c4

    Griefed released this 2023-03-19 17:00:39 +01:00 | 2402 commits to main since this release

    5.0.0-alpha.1 (2023-03-19)

    Milestone

    • GUI-rework for better UX, usability, expandability and more features (5e7d540)

    About Pre-Releases

    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.

    Downloads
  • 4.0.4 7d24f2e210

    Release 4.0.4 Stable

    Griefed released this 2023-03-18 11:08:57 +01:00 | 2376 commits to main since this release

    4.0.4 (2023-03-18)

    🦊 CI/CD

    • Create tests directory and .gitkeep first, then list files (41fd589)
    • GitHub: Do not run Qodana and test workflows on tags. Tags are only created when pipelines on GitLab finish successfully. (176246e)

    🛠 Fixes

    • Gradle: Declare dependencies between tasks to prevent build failures in ServerPackCreator API (965472c)
    Downloads
  • 4.0.3 d004e7b005

    Release 4.0.3 Stable

    Griefed released this 2023-03-17 23:41:49 +01:00 | 2381 commits to main since this release

    4.0.3 (2023-03-17)

    🛠 Fixes

    • GitHub CI: Correct indentation in release workflow news job (2d97f97)

    Changes from 4.0.2 (2023-03-17)

    📦 Other

    • Fix Gradle deprecation warnings and upgrade to Gradle 8.0.2 (f4ebc10)
    • Move web-frontend configuration to buildSrc (d3892e3)
    • Small explanation about pre-releases. (b24f9e9)
    • Update license report (b8f4e6f)
    • Update manifests (ab6704a)
    • deps: update dependency @quasar/extras to v1.15.11 (b62c3e3)
    • deps: update dependency quasar to v2.11.7 (8a2c853)
    • deps: update dependency terser to v5.16.5 (e7ee2de)

    🦊 CI/CD

    • Move Qodana job to separate workflow (b9fde3b)
    • Re-introduce Discord newspost about new release to release-workflow (18ae97e)

    🧪 Tests

    • Check correct directory (a3291f2)
    • Properly cleanup before running tests (969dacf)
    • Split run tests into modloader-related, separate tests (4dcd820)

    🛠 Fixes

    • Correct link to the GitHub serverpackcreator.properties for automated exclusion-list updates. (90d96f2)
    • Fix bug introduced in fix for #454 which resulted in in modpack-foreign directories not being copied correctly. (619d54e)
    • Explicit Files: Copy explicit file-definitions to their correct destinations. Thanks to @ClaudiusMinimus for the report in #453. Closes #454 (261dd5f)
    • Modscanning: If a Forge mods mods.toml-file specifies no side, assume BOTH to prevent false positives. Thanks to @ClaudiusMinimus for the report in #453 (1d3f167)
    Downloads
  • 4.0.2 73eaf7d39a

    4.0.2 Stable

    Griefed released this 2023-03-17 23:17:42 +01:00 | 2383 commits to main since this release

    4.0.2 (2023-03-17)

    📦 Other

    • Fix Gradle deprecation warnings and upgrade to Gradle 8.0.2 (f4ebc10)
    • Move web-frontend configuration to buildSrc (d3892e3)
    • Small explanation about pre-releases. (b24f9e9)
    • Update license report (b8f4e6f)
    • Update manifests (ab6704a)
    • deps: update dependency @quasar/extras to v1.15.11 (b62c3e3)
    • deps: update dependency quasar to v2.11.7 (8a2c853)
    • deps: update dependency terser to v5.16.5 (e7ee2de)

    🦊 CI/CD

    • Move Qodana job to separate workflow (b9fde3b)
    • Re-introduce Discord newspost about new release to release-workflow (18ae97e)

    🧪 Tests

    • Check correct directory (a3291f2)
    • Properly cleanup before running tests (969dacf)
    • Split run tests into modloader-related, separate tests (4dcd820)

    🛠 Fixes

    • Correct link to the GitHub serverpackcreator.properties for automated exclusion-list updates. (90d96f2)
    • Fix bug introduced in fix for #454 which resulted in in modpack-foreign directories not being copied correctly. (619d54e)
    • Explicit Files: Copy explicit file-definitions to their correct destinations. Thanks to @ClaudiusMinimus for the report in #453. Closes #454 (261dd5f)
    • Modscanning: If a Forge mods mods.toml-file specifies no side, assume BOTH to prevent false positives. Thanks to @ClaudiusMinimus for the report in #453 (1d3f167)
    Downloads