Release 7.2.2.

This commit is contained in:
wizjany 2021-01-18 15:32:38 -05:00
parent ef9af59ce5
commit fc3c499847
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
7.2.2
- [Bukkit] Add support for MC 1.16.5.
- [Fabric] Add support for Lucko's Fabric Permissions API.
- [Fabric] Fix the chunk deleter tool not running.
- Fix repeating extent (e.g. clipboard pattern) direction being incorrect at negative coordinates.
- Fix CUI having wrong selection when switching to an ellipsoid selector.
- Fix some CUI lifecycle issues.
- Fix SideEffectSet.none() using defaults (instead of off).
7.2.1
- Fix some usability issues with the default wand tools and session-persisted
tools conflicting. Wands will now only be saved per-session if they differ

View File

@ -1,5 +1,5 @@
group=com.sk89q.worldedit
version=7.2.2-SNAPSHOT
version=7.2.2
org.gradle.jvmargs=-Xmx1512M
org.gradle.parallel=true