diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 40259616ce..f3a175bd4a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,14 @@ +7.4.1 +- [Bukkit] Added experimental Folia support +- [Bukkit] Removed a legacy command permissions handler that's no longer necessary with newer Spigot versions +- [Fabric & NeoForge] Tweaked maths used when setting biomes to be more accurate in certain edge cases +- [Sponge] Fixed a "value not found" startup error on newer builds of Sponge +- Fixed a few cases where the schematic path from the config file was not updated +- Fixed entity rotations during `//revolve` to be more consistent across all entities +- Changed blocks without legacy ID/data values to return `-1` in expressions, to allow differentiating from air +- Fixed entity home positions not being updated when pasted +- Fixed cases where the experimental snapshot mode may erroneously close a file too early, causing errors on usage + 7.4.0 - Added a -c option to //regen to output to clipboard - Added #clipboard mask, to mask against blocks that match the clipboard diff --git a/gradle.properties b/gradle.properties index 39ded1dafb..73d2748453 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.sk89q.worldedit -version=7.4.1-SNAPSHOT +version=7.4.2-SNAPSHOT org.gradle.jvmargs=-Xmx2000M org.gradle.parallel=true diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dbc3ce4a04..c61a118f7d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME