From d0c37b05d1ad5e12be3d783c095ea1684aa724bb Mon Sep 17 00:00:00 2001 From: anatawa12-bot <87023934+anatawa12-bot@users.noreply.github.com> Date: Thu, 13 Apr 2023 04:28:45 +0000 Subject: [PATCH] 2.0.25 --- CHANGELOG-SNAPSHOTS.md | 10 +++++++--- CHANGELOG.md | 18 +++++++++++------- gradle.properties | 2 +- version-map.md | 1 + 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/CHANGELOG-SNAPSHOTS.md b/CHANGELOG-SNAPSHOTS.md index 20a63a0e..efdbd884 100644 --- a/CHANGELOG-SNAPSHOTS.md +++ b/CHANGELOG-SNAPSHOTS.md @@ -18,11 +18,14 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto- ### Removed ### Fixed -- version check does not work well if one server returns error `#607` -- /rtm delAllTrain does not remove bogie / vehicle part `#610` ### Security +## [2.0.25] - 2023-04-13 +### Fixed +- version check does not work well if one server returns error [`#607`](https://github.com/fixrtm/fixRTM/pull/607) +- /rtm delAllTrain does not remove bogie / vehicle part [`#610`](https://github.com/fixrtm/fixRTM/pull/610) + ## [2.0.25-beta.1] - 2023-01-05 ### Fixed - Formation is broken when we disconnected long formation [`#596`](https://github.com/fixrtm/fixRTM/pull/596) @@ -544,7 +547,8 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto- - fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a) - PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66) -[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.25-beta.1...HEAD +[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.25...HEAD +[2.0.25]: https://github.com/fixrtm/fixRTM/compare/[2.0.25-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25-beta.1...2.0.25 [2.0.25-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25-beta.1 [2.0.24]: https://github.com/fixrtm/fixRTM/compare/[2.0.24-rc.1]: https://github.com/fixrtm/fixRTM/compare/[2.0.24-beta2]: https://github.com/fixrtm/fixRTM/compare/[2.0.24-beta1]: https://github.com/fixrtm/fixRTM/compare/2.0.23...2.0.24-beta1...2.0.24-beta2...2.0.24-rc.1...2.0.24 [2.0.24-rc.1]: https://github.com/fixrtm/fixRTM/compare/[2.0.24-beta2]: https://github.com/fixrtm/fixRTM/compare/[2.0.24-beta1]: https://github.com/fixrtm/fixRTM/compare/2.0.23...2.0.24-beta1...2.0.24-beta2...2.0.24-rc.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 58716157..823b0cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto- @@ -25,14 +25,17 @@ Thanks to prepare-changelog.sh, we have some macros. ### Removed ### Fixed -- Formation is broken when we disconnected long formation `#596` -- Signal Converter Setting is not loaded correctly `#597` -- shift-jis based modelpack will cause crash `#600` -- version check does not work well if one server returns error `#607` -- /rtm delAllTrain does not remove bogie / vehicle part `#610` ### Security +## [2.0.25] - 2023-04-13 +### Fixed +- Formation is broken when we disconnected long formation [`#596`](https://github.com/fixrtm/fixRTM/pull/596) +- Signal Converter Setting is not loaded correctly [`#597`](https://github.com/fixrtm/fixRTM/pull/597) +- shift-jis based modelpack will cause crash [`#600`](https://github.com/fixrtm/fixRTM/pull/600) +- version check does not work well if one server returns error [`#607`](https://github.com/fixrtm/fixRTM/pull/607) +- /rtm delAllTrain does not remove bogie / vehicle part [`#610`](https://github.com/fixrtm/fixRTM/pull/610) + ## [2.0.24] - 2022-11-08 ### Added - Picking container item [`#539`](https://github.com/fixrtm/fixRTM/pull/539) @@ -415,7 +418,8 @@ Thanks to prepare-changelog.sh, we have some macros. - fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a) - PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66) -[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.24...HEAD +[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.25...HEAD +[2.0.25]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25 [2.0.24]: https://github.com/fixrtm/fixRTM/compare/2.0.23...2.0.24 [2.0.23]: https://github.com/fixrtm/fixRTM/compare/2.0.22...2.0.23 [2.0.22]: https://github.com/fixrtm/fixRTM/compare/2.0.21...2.0.22 diff --git a/gradle.properties b/gradle.properties index a6ec81d3..db9861cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 modGroup=com.anatawa12.fixRtm -modVersion=2.0.25-beta.1 +modVersion=2.0.25 modBaseName=fixRtm forgeVersion=1.12.2-14.23.5.2847 mcpChannel=stable diff --git a/version-map.md b/version-map.md index ef7abfab..d3560a43 100644 --- a/version-map.md +++ b/version-map.md @@ -30,3 +30,4 @@ | 2.4.22 | 2.4.19 | 2.0.22 | | 2.4.23 | 2.4.20 | 2.0.23 | | 2.4.23 | 2.4.20 | 2.0.24 | +| 2.4.23 | 2.4.20 | 2.0.25 |