From 5ca4dffd1208846a24c9462b855690f835c9eadf Mon Sep 17 00:00:00 2001 From: Madeline Miller Date: Wed, 14 Jun 2023 18:52:00 +1000 Subject: [PATCH] Release 7.2.15 --- CHANGELOG.txt | 11 +++++++++++ gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 84b73a05b9..9fcbe69149 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,14 @@ +7.2.15 +- [Forge] Fix a bug preventing Forge clients lacking WorldEdit from joining Forge servers with WorldEdit in some cases +- [Forge] Added Console and CommandBlock support +- [Fabric] Added Console and CommandBlock support +- [Sponge] Added CommandBlock support +- Update to 1.20 & 1.20.1 +- Fixed extend select mode being lost after using `//paste -s`, `//paste -n`, and `//cli selectworld` +- Fixed convex selection type not correctly clearing selection within WECUI protocol +- Fixed an edge case where API usages of the BlockMap type can lead to multiple values at one location +- Fixed a bug breaking the `round` expression function + 7.2.14 - Update to 1.19.4 - Fixed some data values not being returned correctly in expression query functions diff --git a/gradle.properties b/gradle.properties index 9ec8e9e9fb..1cd12e204b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.sk89q.worldedit -version=7.2.15-SNAPSHOT +version=7.2.15 org.gradle.jvmargs=-Xmx2G org.gradle.parallel=true