Skip to content

Commit e334ecd

Browse files
committed
2.0.25-beta.1
1 parent 29fca16 commit e334ecd

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG-SNAPSHOTS.md

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

2020
### Fixed
21-
- Formation is broken when we disconnected long formation `#596`
22-
- Signal Converter Setting is not loaded correctly `#597`
23-
- shift-jis based modelpack will cause crash `#600`
2421

2522
### Security
2623

24+
## [2.0.25-beta.1] - 2023-01-05
25+
### Fixed
26+
- Formation is broken when we disconnected long formation [`#596`](https://github.com/fixrtm/fixRTM/pull/596)
27+
- Signal Converter Setting is not loaded correctly [`#597`](https://github.com/fixrtm/fixRTM/pull/597)
28+
- shift-jis based modelpack will cause crash [`#600`](https://github.com/fixrtm/fixRTM/pull/600)
29+
2730
## [2.0.24] - 2022-11-08
2831
## [2.0.24-rc.1] - 2022-11-01
2932
### Added
@@ -539,7 +542,8 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
539542
- fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a)
540543
- PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66)
541544

542-
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.24...HEAD
545+
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.25-beta.1...HEAD
546+
[2.0.25-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25-beta.1
543547
[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
544548
[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
545549
[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

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.0
7+
modVersion=2.0.25-beta.1
88
modBaseName=fixRtm
99
forgeVersion=1.12.2-14.23.5.2847
1010
mcpChannel=stable

0 commit comments

Comments
 (0)