Release 7.3.5

This commit is contained in:
Madeline Miller 2024-07-25 20:47:16 +10:00
parent 2dbcae3d0a
commit 8ba3d89631
No known key found for this signature in database
GPG Key ID: B8EA2E5693115D81
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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
- Shutdown the executor service on disable, to prevent waiting on async tasks before shutting down
- Remove legacy code for pre-1.16 //drawsel handling
7.3.4
- Added support for 1.21
- Fixed an issue where //drawsel can prevent using //world overrides in some situation

View File

@ -1,5 +1,5 @@
group=com.sk89q.worldedit
version=7.3.5-SNAPSHOT
version=7.3.5
org.gradle.jvmargs=-Xmx1500M
org.gradle.parallel=true