diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c49cdaaca..afa6f8601 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,27 @@ +7.0.1 Release Candidate 1 +- Improve //naturalize over large areas +- Fixed //restore with 1.14 worlds +- Added item brush support to WorldEdit for Bukkit (Formerly just Forge) +- Create an internal state ID mapping for performance +- Improve rotation for some blocks +- Added .self permission node to undo/redo to only allow undoing and redoing own history +- Improve sponge schematic implementation +- Re-add the delchunks command +- Added 1.14 blocks, items, tags, etc to the API (Remains compatible with 1.13) +- Made the navigation and selection wands normal tools that can be rebound per-user with //selwand and //navwand +- Added //wand -n to get the navigation wand +- Improved movement of paintings +- Allow command suggestions for selectors +- Allow block replacer to work with tile entities +- Fixed pasting leashed entities +- Fixed setting player heads with names +- Added a mask flag to //count +- Setup pagination for //distr +- Fixed an entity-related error being caused by plugins improperly using Spigot. +- Fixed gravity brush +- Modify chunk batching for performance +- Further legacy schematic loading improvements + 7.0.0 See https://matthewmiller.dev/blog/introducing-worldedit-7/ for a friendlier explanation of some new features diff --git a/gradle.properties b/gradle.properties index a2cc53d8e..d6e9d6737 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group=com.sk89q.worldedit -version=7.0.1-SNAPSHOT +version=7.0.1-rc1 org.gradle.jvmargs=-Xmx1G