Skip to content

Commit d0c37b0

Browse files
committed
2.0.25
1 parent e0ec871 commit d0c37b0

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

CHANGELOG-SNAPSHOTS.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
1818
### Removed
1919

2020
### Fixed
21-
- version check does not work well if one server returns error `#607`
22-
- /rtm delAllTrain does not remove bogie / vehicle part `#610`
2321

2422
### Security
2523

24+
## [2.0.25] - 2023-04-13
25+
### Fixed
26+
- version check does not work well if one server returns error [`#607`](https://github.com/fixrtm/fixRTM/pull/607)
27+
- /rtm delAllTrain does not remove bogie / vehicle part [`#610`](https://github.com/fixrtm/fixRTM/pull/610)
28+
2629
## [2.0.25-beta.1] - 2023-01-05
2730
### Fixed
2831
- 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-
544547
- fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a)
545548
- PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66)
546549

547-
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.25-beta.1...HEAD
550+
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.25...HEAD
551+
[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
548552
[2.0.25-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25-beta.1
549553
[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
550554
[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

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
1111
<!--
1212
1313
Thanks to prepare-changelog.sh, we have some macros.
14-
- `#012` -> [`#012`](https://github.com/fixrtm/fixRTM/pull/012)
14+
- [`#012`](https://github.com/fixrtm/fixRTM/pull/012) -> [`#012`](https://github.com/fixrtm/fixRTM/pull/012)
1515
1616
-->
1717

@@ -25,14 +25,17 @@ Thanks to prepare-changelog.sh, we have some macros.
2525
### Removed
2626

2727
### Fixed
28-
- Formation is broken when we disconnected long formation `#596`
29-
- Signal Converter Setting is not loaded correctly `#597`
30-
- shift-jis based modelpack will cause crash `#600`
31-
- version check does not work well if one server returns error `#607`
32-
- /rtm delAllTrain does not remove bogie / vehicle part `#610`
3328

3429
### Security
3530

31+
## [2.0.25] - 2023-04-13
32+
### Fixed
33+
- Formation is broken when we disconnected long formation [`#596`](https://github.com/fixrtm/fixRTM/pull/596)
34+
- Signal Converter Setting is not loaded correctly [`#597`](https://github.com/fixrtm/fixRTM/pull/597)
35+
- shift-jis based modelpack will cause crash [`#600`](https://github.com/fixrtm/fixRTM/pull/600)
36+
- version check does not work well if one server returns error [`#607`](https://github.com/fixrtm/fixRTM/pull/607)
37+
- /rtm delAllTrain does not remove bogie / vehicle part [`#610`](https://github.com/fixrtm/fixRTM/pull/610)
38+
3639
## [2.0.24] - 2022-11-08
3740
### Added
3841
- Picking container item [`#539`](https://github.com/fixrtm/fixRTM/pull/539)
@@ -415,7 +418,8 @@ Thanks to prepare-changelog.sh, we have some macros.
415418
- fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a)
416419
- PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66)
417420

418-
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.24...HEAD
421+
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.25...HEAD
422+
[2.0.25]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25
419423
[2.0.24]: https://github.com/fixrtm/fixRTM/compare/2.0.23...2.0.24
420424
[2.0.23]: https://github.com/fixrtm/fixRTM/compare/2.0.22...2.0.23
421425
[2.0.22]: https://github.com/fixrtm/fixRTM/compare/2.0.21...2.0.22

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
66
modGroup=com.anatawa12.fixRtm
7-
modVersion=2.0.25-beta.1
7+
modVersion=2.0.25
88
modBaseName=fixRtm
99
forgeVersion=1.12.2-14.23.5.2847
1010
mcpChannel=stable

version-map.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
| 2.4.22 | 2.4.19 | 2.0.22 |
3131
| 2.4.23 | 2.4.20 | 2.0.23 |
3232
| 2.4.23 | 2.4.20 | 2.0.24 |
33+
| 2.4.23 | 2.4.20 | 2.0.25 |

0 commit comments

Comments
 (0)