Release 7.2.15

This commit is contained in:
Madeline Miller 2023-06-14 18:52:00 +10:00
parent 4892e056cf
commit 5ca4dffd12
No known key found for this signature in database
GPG Key ID: B8EA2E5693115D81
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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