Skip to content

Commit

Permalink
Release for 1.20.1 (#2341)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
krossgg and github-actions[bot] authored Nov 14, 2024
1 parent 197a03b commit 7dfc4f5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 7dfc4f5

Please sign in to comment.