diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4632e0a7b..3d7fc35d1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,15 @@ +7.1.0 Release Candidate 1 +- Improve the expression parser by compiling expressions for performance +- Made ItemMaterial accessible via the API +- Added CommandSender adapters to the BukkitAdapter class +- Added legacy data values to the info tool, and expressions +- Improve messages when running the wrong WorldEdit version for the MC version +- Fixed an issue where other plugins could send bad data to clients using the WorldEdit API +Fixes from 7.1.0 Beta 1: +- Fixed regen on Spigot modifying world name to plugins hooking WorldEdit +- Fixed the Java Garbage Collector sometimes breaking regen +- Fixed translation string for "//redo" + 7.1.0 Beta 1 - Significant memory optimisations. Many operations will now require less RAM. - Added WorldEdit-CLI, a tool to run headless WorldEdit from the commandline (see https://matthewmiller.dev/blog/introducing-worldeditcli/) diff --git a/gradle.properties b/gradle.properties index d9eb1c741..5f62da208 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.sk89q.worldedit -version=7.1.0-SNAPSHOT +version=7.1.0-rc-1 org.gradle.jvmargs=-Xmx1G