From c6af3a3eb059ba20f70f85033e37fc9227b41010 Mon Sep 17 00:00:00 2001 From: Madeline Miller Date: Sun, 13 Oct 2024 19:58:29 +1000 Subject: [PATCH] Release 7.3.7 --- CHANGELOG.txt | 14 +++++++++++++- gradle.properties | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e361084fcf..da5831b87d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,10 +1,22 @@ +7.3.7 +- Fixed handling of some time-related commands in the snapshot system +- Fixed some situations where rotated pastes can behave oddly with the update side effect disabled +- Fixed an error that can occur when generating completions starting with a `"` +- Fixed Sponge v3 schematics lacking the `BlockEntities` not loading +- Fixed the `//curve` and `//line` commands not accepting decimal values for thickness +- Fixed WorldEdit not using typical error handling systems when an error is thrown during post-edit +- Fixed NBT parsing for certain legacy schematics with non-standard string formatting +- Improved performance of the side effect system, and fixed some API inconsistencies +- Re-enabled the buffering system, due to some systems depending on it in certain situations +- [Sponge] Added `-y` value support that was missing in some situations + 7.3.6 - [Bukkit] Allow 1.21 Paper adapter to load on 1.21.1 - Revert "Shutdown the executor service on disable, to prevent waiting on async tasks before shutting down" due to it causing issues in some situations 7.3.5 - [Bukkit] Utilise new Bukkit registry API, allowing WorldEdit to work with Commodore disabled (`paper.disableOldApiSupport` flag on Paper) -- Fix queryRel not behaving correctly in //deform and the deform brush +- Fixed queryRel not behaving correctly in //deform and the deform brush - Shutdown the executor service on disable, to prevent waiting on async tasks before shutting down - Remove legacy code for pre-1.16 //drawsel handling diff --git a/gradle.properties b/gradle.properties index a92f77c48e..d576a5d2cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.sk89q.worldedit -version=7.3.7-SNAPSHOT +version=7.3.7 org.gradle.jvmargs=-Xmx1500M org.gradle.parallel=true