From 22cf93c31fe4ca31a708b742d15f73d59786d94d Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 12 Aug 2019 21:35:09 +1000 Subject: [PATCH] Bump to 7.0.1 --- CHANGELOG.txt | 9 +++++---- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 057e9eb62..239493387 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,7 @@ -7.0.1 Release Candidate 2 +7.0.1 +- Fix source masks using EdiSession instead of clipboard +- Fix bug with spaces in suggestions +- Fix schematic list box loading schematics with spaces in path - Improve //thru (and navwand) in some cases - Fix error when /up was used below the world - Fix /up -f using glass anyway. @@ -13,8 +16,6 @@ - (Forge) Update to latest Forge builds (28.0.45+ required!) - (Fabric/Forge Single-player) Fix wrong blocks being used when switching between worlds generated at different times/with different mods - -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) @@ -33,7 +34,7 @@ between worlds generated at different times/with different mods - 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 an entity-related error being caused by plugins improperly using Spigot - Fixed gravity brush - Modify chunk batching for performance - Further legacy schematic loading improvements diff --git a/gradle.properties b/gradle.properties index a2cc53d8e..f7228d7fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group=com.sk89q.worldedit -version=7.0.1-SNAPSHOT +version=7.0.1 org.gradle.jvmargs=-Xmx1G