Releases: Griefed/ServerPackCreator
Releases · Griefed/ServerPackCreator
Release 3.0.0-beta.11
3.0.0-beta.11 (2022-03-25)
🦊 CI/CD
- deps: Update VersionChecker to 1.0.8 to make sure update notifications for 3.0.0 from 3.0.0-alpha or 3.0.0-beta version come through (e178b56)
Other
- Re-add test-application.properties, which somehow vanished somewhere in the last commits. Set versioncheck.prerelease to false, in preparation for 3.0.0. Some cleanups here and there. (a7718cc)
Release 3.0.0-beta.10
3.0.0-beta.10 (2022-03-20)
🦊 CI/CD
- deps-dev: bump @types/node from 17.0.19 to 17.0.21 in /frontend (43834fe)
- deps-dev: bump @typescript-eslint/eslint-plugin in /frontend (925b5d2)
- deps-dev: bump @typescript-eslint/eslint-plugin in /frontend (38cfdde)
- deps-dev: bump @typescript-eslint/parser in /frontend (a04e32d)
- deps-dev: bump @typescript-eslint/parser in /frontend (2fdeec9)
- deps-dev: bump eslint from 8.10.0 to 8.11.0 in /frontend (66c8700)
- deps-dev: bump eslint-config-prettier in /frontend (0692bf8)
- deps: bump @quasar/cli from 1.2.2 to 1.3.0 in /frontend (3d39571)
- deps: bump @quasar/extras from 1.12.5 to 1.13.0 in /frontend (a9add11)
- deps: bump @quasar/extras from 1.13.0 to 1.13.1 in /frontend (7e2fe46)
- deps: bump axios from 0.26.0 to 0.26.1 in /frontend (42dd920)
- deps: bump griefed/baseimage-ubuntu-jdk-8 from 2.0.6 to 2.0.7 (2acd8c0)
- deps: bump quasar from 2.5.5 to 2.6.0 in /frontend (8b35e1f)
- deps: bump tsparticles from 1.41.5 to 1.41.6 in /frontend (ecb4eff)
- deps: bump tsparticles from 1.41.6 to 1.42.2 in /frontend (7c8b807)
🛠 Fixes
- Correctly check source;destination-combinations no matter whether a absolute path, relative path, file or folder was specified as the source and correctly copy them to the server pack. (ba2a2f1)
Other
Release 3.0.0-beta.9
3.0.0-beta.9 (2022-03-02)
🛠 Fixes
- Configuration: Correctly load default properties and allow overriding of application properties from serverpackcreator properties. (2f03d33)
Release 3.0.0-beta.8
3.0.0-beta.8 (2022-03-01)
🛠 Fixes
Release 3.0.0-beta.7
3.0.0-beta.7 (2022-02-27)
Important changes
Users of previous betas should delete the lang/lang_en_us.properties
-file.
💎 Improvements
- Strings: Strengthen configuration checks by making sure some strings do not contain backslashes. Make server pack suffix more secure by removing illegal characters. (04b76c9)
🛠 Fixes
- UpdateChecker: Update VersionChecker to 1.0.7 and refactor UpdateChecker to DI to prevent false positives and correctly check for available updates. (341d2d1)
For the full changelog, see https://git.griefed.de/Griefed/ServerPackCreator/-/releases/3.0.0-beta.7
Release 3.0.0-beta.6
3.0.0-beta.6 (2022-02-25)
Users of previous betas should delete the lang/lang_en_us.properties`-file.
💎 Improvements
- Clientside Mods Help: Expand help text for clientside only mods with a more detailed explanation of possible ways of configuration (2ba30ea)
Other
- README: Fix markdown formatting. Thanks GitHub/IDEA, for showing different renderings of the same markdown file. le sigh (bc780b5)
Release 3.0.0-beta.5
3.0.0-beta.5 (2022-02-25)
🛠 Fixes
Other
- Icon: Update icon template with layers for Addons Overview and Example Addon (3df0c10)
Release 3.0.0-beta.4
3.0.0-beta.4 (2022-02-21)
Maintenance release which updates dependencies.
🦊 CI/CD
- deps-dev: bump @types/node from 17.0.17 to 17.0.19 in /frontend (8ae217b)
- deps-dev: bump @typescript-eslint/eslint-plugin in /frontend (9cccb82)
- deps-dev: bump @typescript-eslint/parser in /frontend (ca93040)
- deps-dev: bump eslint-config-prettier in /frontend (e3f70e1)
- deps: bump griefed/baseimage-ubuntu-jdk-8 from 2.0.4 to 2.0.5 (6bbacef)
- deps: bump JamesIves/github-pages-deploy-action (c63a20d)
- deps: bump tsparticles from 1.41.1 to 1.41.4 in /frontend (dc8440e)
- GitHub: Correctly execute (pre)release actions when tags are pushed. (19c24c3)
Other
Release 3.0.0-beta.3
3.0.0-beta.3 (2022-02-18)
📔 Docs
- Do not display the version dev in the title of the Java documentation (124c19f)
🛠 Fixes
- Prevent file-lock from mod-sideness-scanning. Thanks to @Seniorendi for reporting. (28a88dc)
Release 3.0.0-beta.2
3.0.0-beta.2 (2022-02-14)
This release consists of mainly uninteresting changes for a regular user, therefor the old-style changelog. 🙂
📔 Docs
- package-info: Provide package information for all our packages giving more information about their purpose. (2f420eb)
🦊 CI/CD
- deps-dev: bump eslint from 8.7.0 to 8.9.0 in /frontend (9268eb9)
- deps: bump axios from 0.25.0 to 0.26.0 in /frontend (02e8739)
- deps: bump follow-redirects from 1.14.7 to 1.14.8 in /frontend (2bde3af)
- deps: bump griefed/baseimage-ubuntu-jdk-8 from 2.0.3 to 2.0.4 (b560e65)
- deps: bump tsparticles from 1.41.0 to 1.41.1 in /frontend (469ce7e)
- deps: bump vue from 3.2.30 to 3.2.31 in /frontend (674ff6b)
🛠 Fixes
- ci: Remove mv statement in GitHub release workflow causing the job to fail because of identical file names. (e671001)
- clientside-mods: Add Optifine and OptiForge to list of clientside-only mods. (eab294f)
- CurseForge: Remove some more mentions of generating a server pack from CurseForge as it is currently impossible to do so. (7fbd22e)
Other
- deps: update dependency eslint to v8.9.0 (462f3d3)
- deps: update dependency gradle to v7.4 (a636cbe)
- deps: update ghcr.io/griefed/baseimage-ubuntu-jdk-8 docker tag to v2.0.4 (029c810)
- deps: update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.0.1 (bf76d58)
- README: Rephrase addons section and include link to new addons overview website (a12ce06)