Releases: WilderForge/WilderWorkspace
Releases · WilderForge/WilderWorkspace
4.3.0.1
What's Changed
- Bump log4j_version from 2.24.2 to 2.24.3 by @dependabot in #43
- Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 by @dependabot in #44
- 4.2.3.0 branch by @Gamebuster19901 in #46
- Version 4.3.0.0 by @Gamebuster19901 in #47
Full Changelog: 4.2.0.0...4.3.0.1
4.2.0.0
What's Changed
- Bump log4j_version from 2.23.1 to 2.24.2 by @dependabot in #37
- Bump commons-io:commons-io from 2.16.1 to 2.18.0 by @dependabot in #41
- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 by @dependabot in #40
- Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #36
- Bump net.fabricmc:fabric-loom from 1.7.2 to 1.9.2 by @dependabot in #39
- Bump net.fabricmc:fabric-loader from 0.16.8 to 0.16.9 by @dependabot in #38
- Update Dependencies by @Gamebuster19901 in #42
New Contributors
- @dependabot made their first contribution in #37
Full Changelog: 4.1.0.2...4.2.0.0
4.1.0.2
- Fixes an issue where the patchline would always contain
{$workspaceVersion}
instead of the actual workspace version - Fixes
./gradlew publish
publishing duplicate artifacts under thecom.wildermods:wilderworkspace
namespace. Artifacts are intended to only be under thecom.wildermods.workspace:com.wildermods.workspace.gradle.plugin
namespace
4.1.0.0
No code changes for this release. Just bumped version due to build and artifact group changes.
4.0.0.0
What's Changed
- Convert into gradle plugin, basically rewritten
Full Changelog: https://github.com/WilderForge/WilderWorkspace/commits/4.0.0.0
3.1.0.0
Fixes some null pointer issues and method visibility issues.
3.0.0.1
- Updated to gradle 8.3
- The project is now published to mavenLocal so the library can be used as a gradle source dependency
3.0.0.0
The entire decompilation system was reworked using loom, as such, compatibility has been broken with 2.0.0.0.
- Decompiled jars are now remapped, so now line numbers match in IDEs
- Java 17 is now Required
- Fixed WildermythGameProvider not being updated
- Devvotes-client.jar is now decompiled
- Removed some console debug spam
2.0.0.0
- Dependency versions are now controlled by gradle.properties
- Dependency versions are now compiled directly into WilderForgeDependencies.class on build
- Dependency versions will be read from gradle.properties if in a development environment
- Deprecated RemoteResource
1.1.0.2
- Update WilderLoader to 0.2.0.2
- Upldate GameProvider to version 1.1.0.2
- Update FabricLoader to version 0.13.3