This repository has been archived on 2023-10-03. You can view files and clone it, but cannot push or open issues or pull requests.
ServerPackCreatorExampleAddon/CHANGELOG.md
semantic-release-bot c512025da6 RELEASE: 4.0.5
2022-12-19 19:17:01 +00:00

15 KiB

4.0.5 (2022-12-19)

🛠 Fixes

  • deps: update dependency de.griefed:serverpackcreator to v3.14.7 (4c61b7b)
  • deps: update dependency org.mockito:mockito-core to v4.8.1 (398a20a)

Other

  • deps: update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.3 (97b6a64)
  • deps: update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.4 (343af71)
  • deps: update griefed/baseimage-ubuntu-jdk-8 docker tag to v2.0.15 (aa8b7e7)
  • deps: update griefed/baseimage-ubuntu-jdk-8 docker tag to v2.0.16 (c9df227)

4.0.4 (2022-10-04)

🛠 Fixes

  • deps: update dependency de.griefed:serverpackcreator to v3.14.6 (1768088)

Other

  • deps: update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.2 (2145039)
  • deps: update griefed/baseimage-ubuntu-jdk-8 docker tag to v2.0.14 (2a3123f)

4.0.3 (2022-09-24)

🦊 CI/CD

  • deps: Update ServerPackCreator implementation to 3.14.4 (74a4aa1)

4.0.2 (2022-09-18)

🦊 CI/CD

  • deps: Update ServerPackCreator to 3.14.2 (37cd0ba)

Other

  • README: Link classes and relevant docs (5db6342)
  • README: Minor formatting fixes (fd02450)

4.0.1 (2022-09-15)

🛠 Fixes

  • Gradle: Correctly use specified version in build. Move version to gradle.properties. Upload correct artifact to release. (9e3ffaa)

4.0.0 (2022-09-15)

🦊 CI/CD

  • Bring GitHub workflows up to date (18dbcbc)

🧨 Breaking changes!

  • Addon Suite Upgrade: Move to new ServerPackCreator addon suite. Provide examples for all extension endpoints. Examples for ConfigCheck-, ConfigPanel-, Tab-, PreGen-, PreZip- and PostGen extensions, global addon configuration, extension configuration and more. (36ffd33)

3.0.2 (2022-01-31)

🦊 CI/CD

  • Update dependency ServerPackCreator to 3.0.0-alpha.19 (d6a1cfe)

3.0.1 (2022-01-28)

📔 Docs

  • Add info regarding Pf4j documentation and request pages, as well as add minigame example to list of addons (480e6f8)

🦊 CI/CD

  • deps: bump JamesIves/github-pages-deploy-action (ac94f9f)
  • deps: bump mockito-core from 4.2.0 to 4.3.1 (99f557b)

Other

  • deps: update griefed/baseimage-ubuntu-jdk-8 docker tag to v2.0.2 (10233dc)
  • deps: update griefed/gitlab-ci-cd docker tag to v2 (5e8e8c3)

3.0.0 (2022-01-26)

🧨 Breaking changes!

  • Implement ServerPackCreator from GitLab Maven packages and provide basic example of a plugin (f211a3c)

2.0.2 (2022-01-23)

🦊 CI/CD

  • deps: bump JamesIves/github-pages-deploy-action (e4c593f)

Other

  • deps: update dependency gradle to v7.3.3 (6431489)
  • deps: update griefed/baseimage-ubuntu-jdk-8 docker tag to v2.0.1 (265a053)
  • deps: update griefed/gitlab-ci-cd docker tag to v1.1.0 (ceded41)
  • deps: update jamesives/github-pages-deploy-action action to v4.2.0 (f06731b)
  • deps: update jamesives/github-pages-deploy-action action to v4.2.2 (6ff96c9)

2.0.1 (2021-12-20)

🦊 CI/CD

  • deps: bump JamesIves/github-pages-deploy-action (4b8b864)
  • deps: bump mockito-core from 4.1.0 to 4.2.0 (f2f0f2e)
  • Change dependabot branch prefix. Upload artifacts from gradle builds (242ce4b)
  • Improve GitHub related workflows and add tests (d080074)
  • Move to gitlab-ci-cd:1.0.4 which deprecates armv7 images. Staying up-to-date is more important than supporting old platforms. Sorry, you may need to consider getting a Raspberry Pi 4. (b8a8461)
  • Update ci-cd image to 1.0.2 (5c9edeb)

Other

  • deps: update dependency gradle to v7.3 (342504f)
  • deps: update dependency gradle to v7.3.1 (b2bd802)
  • deps: update dependency gradle to v7.3.2 (da75096)
  • deps: update dependency org.mockito:mockito-core to v4.1.0 (c00dcad)
  • deps: update dependency org.mockito:mockito-core to v4.2.0 (b9b9870)
  • deps: update griefed/baseimage-ubuntu-jdk-8 docker tag to v2 (9085fec)
  • deps: update jamesives/github-pages-deploy-action action to v4.1.6 (9527eff)
  • deps: update jamesives/github-pages-deploy-action action to v4.1.7 (bb616a2)
  • deps: update jamesives/github-pages-deploy-action action to v4.1.8 (5b546c0)
  • deps: update junit5 monorepo to v5.8.2 (531b080)

2.0.0 (2021-10-11)

🦊 CI/CD

🧨 Breaking changes!

  • Remove start-script related code as this option is no longer available in ServerPackCreator (150070c)

Other

  • Update info regarding paths to reflect recent changes to ServerPackCreators AddonHandler. (891fc94)
  • deps: update dependency gradle to v7.2 (cb4cb13)
  • deps: update dependency org.mockito:mockito-core to v3.12.1 (484494b)
  • deps: update dependency org.mockito:mockito-core to v3.12.4 (69ab366)
  • deps: update dependency org.mockito:mockito-core to v4 (fed2f66)
  • deps: update jamesives/github-pages-deploy-action action to v4.1.5 (8141900)
  • deps: update junit5 monorepo to v5.8.0 (a3cc8fd)
  • deps: update junit5 monorepo to v5.8.1 (a838135)

1.1.0 (2021-08-02)

✂️ Refactor

  • Rewrite configparser in AddonConfiguration (dade3aa)

🦊 CI/CD

  • Explicitly specify source sets (fdb4099)
  • Deploy to GitHub pages on push (e074834)

🚀 Features

  • Add example of ServerPackCreator path passed by the very same. (b1aafea)

Other

  • Add example output produces by this example addon when using it with a dev build of ServerPackCreator 3.x.x (6c7d3a5)
  • Remove some unnecessary whitespace (e803410)
  • deps: update dependency gradle to v7.1.1 (2ec8fdc)

1.0.1 (2021-08-01)

🛠 Fixes

  • Fix release assets on GitLab (6e7d6fb)
  • Fix release on GitHub (3c8d25d)

1.0.0 (2021-08-01)

📔 Docs

🦊 CI/CD

  • Add CI/CD configuration files and dependency checker configuration (3ec18fb)
  • GitHub workflows for documentation, release mirroring from GitLab upon tag push, greetings and sponsor labels for issues (b2d98f4)
  • Remove folder from artifacts which is not generated by this repo anyway (5d8cf86)

🛠 Fixes

  • Add gradlew script files. Whoops. (37eaea9)

Other

  • Add funding info (ad0a1a6)
  • Add Gradle plugin maven publish for versioning and publishing to GitHub package registry (97f13ba)
  • Update table of addons with link to GitHub project of example (c3410ba)