diff options
author | Roman / Linnea Gräf <roman.graef@gmail.com> | 2022-10-21 03:21:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 21:21:35 -0400 |
commit | ebf61799fb28c971d94a02815924018b0964dea4 (patch) | |
tree | c4ecb3f6a7de9d42f7014251a97d61f84927b611 | |
parent | 549d95150c664c581a04ca11a90c169cd98f735d (diff) | |
download | NotEnoughUpdates-ebf61799fb28c971d94a02815924018b0964dea4.tar.gz NotEnoughUpdates-ebf61799fb28c971d94a02815924018b0964dea4.tar.bz2 NotEnoughUpdates-ebf61799fb28c971d94a02815924018b0964dea4.zip |
Prepare next version and add missing patch notes (#386)
Prepare next Version and add missing patch notes
-rw-r--r-- | Update Notes/2.1.1.md | 19 | ||||
-rw-r--r-- | build.gradle.kts | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/Update Notes/2.1.1.md b/Update Notes/2.1.1.md new file mode 100644 index 00000000..f4270ba7 --- /dev/null +++ b/Update Notes/2.1.1.md @@ -0,0 +1,19 @@ +# These are the change notes for NEU 2.1 + + +### **Major Changes:** + + + +### **Minor Changes:** + + - Fix /join command not working for uppercase floors - walker or whalker + - Remove custom option toggle textures in /neu - nopo + - Fix Pickaxe Cooldown not being correct on first join - Ascynx + - Fix social exp not being correct in /pv - Vixid + - Fix a crash when downgrading from future NEU versions - nopo + - Unify writing conventions for "SkyBlock" and similar - walker or whalker + - Add fishing helper to fishing in the main lobby - sharkey300 + - Allow custom delays until skill overlays pause - cobble8 + - Add exponent and percentage to calculator - u9g + - Add total trophy fish count to /pv - Vixid diff --git a/build.gradle.kts b/build.gradle.kts index deb740f5..defc1052 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ apply<NEUBuildFlags>() group = "io.github.moulberry" -setVersionFromEnvironment("2.1") +setVersionFromEnvironment("2.1.1") // Minecraft configuration: loom { |