Skip to content

Commit

Permalink
2.0.24-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12-bot committed Nov 1, 2022
1 parent 784b741 commit 257fd20
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG-SNAPSHOTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-

## [Unreleased]
### Added
- Show length of rail path `#578`
- You can disable via `showRailLength` in config
- Configurable ATS Sounds `#579`
- Merge diagonal and axis aligned marker to one marker `#581`
- Old and new marker is always registered, but you can select item added to creative tab.
- If you want old markers, please set `mergeMarker` to `false`.
- This is client side config.

### Changed

Expand All @@ -25,11 +18,23 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
### Removed

### Fixed
- Wire connected between entities is not rendered `#577`
- allowPlacingVehiclesOnProtectedRail is not working `#582`

### Security

## [2.0.24-rc.1] - 2022-11-01
### Added
- Show length of rail path [`#578`](https://github.com/fixrtm/fixRTM/pull/578)
- You can disable via `showRailLength` in config
- Configurable ATS Sounds [`#579`](https://github.com/fixrtm/fixRTM/pull/579)
- Merge diagonal and axis aligned marker to one marker [`#581`](https://github.com/fixrtm/fixRTM/pull/581)
- Old and new marker is always registered, but you can select item added to creative tab.
- If you want old markers, please set `mergeMarker` to `false`.
- This is client side config.

### Fixed
- Wire connected between entities is not rendered [`#577`](https://github.com/fixrtm/fixRTM/pull/577)
- allowPlacingVehiclesOnProtectedRail is not working [`#582`](https://github.com/fixrtm/fixRTM/pull/582)

## [2.0.24-beta2] - 2022-10-27
### Added
- Play brake release sound from all trains in the formation [`#551`](https://github.com/fixrtm/fixRTM/pull/551)
Expand Down Expand Up @@ -530,7 +535,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.24-beta2...HEAD
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.24-rc.1...HEAD
[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-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-beta1]: https://github.com/fixrtm/fixRTM/compare/2.0.23...2.0.24-beta1
[2.0.23]: https://github.com/fixrtm/fixRTM/compare/2.0.23-rc1...2.0.23
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
modGroup=com.anatawa12.fixRtm
modVersion=2.0.24-beta2
modVersion=2.0.24-rc.1
modBaseName=fixRtm
forgeVersion=1.12.2-14.23.5.2847
mcpChannel=stable
Expand Down

0 comments on commit 257fd20

Please sign in to comment.