From 7dfc4f57e34d70a212cd7cd04280c6dac34c57b5 Mon Sep 17 00:00:00 2001 From: kross <135918757+krossgg@users.noreply.github.com> Date: Thu, 14 Nov 2024 00:47:04 -0500 Subject: [PATCH] Release for 1.20.1 (#2341) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ gradle.properties | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fbf2aa20..1b386465cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # ChangeLog +## Version [v1.5.1](https://github.com/GregTechCEu/GregTech-Modern/compare/v1.5.0-1.20.1...v1.5.1-1.20.1) +### Fixed + +- Fix large miner chunk tooltip by @YoungOnionMC in [#2334](https://github.com/GregTechCEu/GregTech-Modern/pull/2334) +- Fix dedicated server loading client class by @cyb0124 in [#2333](https://github.com/GregTechCEu/GregTech-Modern/pull/2333) +- Fix Pump and Conveyor String format issue by @Spicierspace153 in [#2332](https://github.com/GregTechCEu/GregTech-Modern/pull/2332) +- Fix potential pipe collision NPE by @YoungOnionMC in [#2330](https://github.com/GregTechCEu/GregTech-Modern/pull/2330) +- Fix crash when dedicated server is being stopped by @cyb0124 in [#2337](https://github.com/GregTechCEu/GregTech-Modern/pull/2337) +- Fix filename sanitization in ClientCacheManager by @cyb0124 in [#2339](https://github.com/GregTechCEu/GregTech-Modern/pull/2339) + +### Changed + +- Change LuV item naming convention in code by @YoungOnionMC in [#2331](https://github.com/GregTechCEu/GregTech-Modern/pull/2331) + + ## Version [v1.5.0](https://github.com/GregTechCEu/GregTech-Modern/compare/v1.4.6...v1.5.0-1.20.1) ### Added diff --git a/gradle.properties b/gradle.properties index 2fc1397a61..a1da004435 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx6G # Mod Info mod_id = gtceu mod_name = GregTech -mod_version = 1.5.1 +mod_version = 1.5.2 mod_description = GregTech CE Unofficial, ported from 1.12.2 mod_license = LGPL-3.0 license mod_url = https://github.com/GregTechCEu/GregTech-Modern/