Skip to content

Commit

Permalink
Release 7.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Jun 14, 2023
1 parent 4892e05 commit 5ca4dff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 5ca4dff

Please sign in to comment.