Skip to content

Commit

Permalink
chore: bump version to 2.0.26-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12-bot committed Jul 2, 2023
1 parent 5ff818a commit 57e4d90
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
36 changes: 21 additions & 15 deletions CHANGELOG-SNAPSHOTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-

## [Unreleased]
### Added
- Make it easier to find which script have produced error `#674`
- The line number in your stacktrace can be differed because scripts can be concatenated by `//include` comment statement

### Changed

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

### Fixed
- Opening/closing door of long formation does not work well `#673`
- Unnecessary ABI breaking changes `#676`

### Security

## [2.0.26-beta.2] - 2023-07-02
### Added
- Make it easier to find which script have produced error [`#674`](https://github.com/fixrtm/fixRTM/pull/674)
- The line number in your stacktrace can be differed because scripts can be concatenated by `//include` comment statement

### Fixed
- Opening/closing door of long formation does not work well [`#673`](https://github.com/fixrtm/fixRTM/pull/673)
- Unnecessary ABI breaking changes [`#676`](https://github.com/fixrtm/fixRTM/pull/676)
- we don't need to remove original signature of `RenderElectricalWiring.renderAllWire`
- Directory based ModelPacks not working `#677`
- Getting onto bogie of moving train may drive train opposite direction `#680`
- This also reverts `#633` because it's broken for long train
- Slow trains will get too slow `#681`
- Entering world should be prevented while model construction phase `#682`
- Picking block for many blocks broken `#683`
- This also reverts `#667` because it's not efficient implementation
- Directory based ModelPacks not working [`#677`](https://github.com/fixrtm/fixRTM/pull/677)
- Getting onto bogie of moving train may drive train opposite direction [`#680`](https://github.com/fixrtm/fixRTM/pull/680)
- This also reverts [`#633`](https://github.com/fixrtm/fixRTM/pull/633) because it's broken for long train
- Slow trains will get too slow [`#681`](https://github.com/fixrtm/fixRTM/pull/681)
- Entering world should be prevented while model construction phase [`#682`](https://github.com/fixrtm/fixRTM/pull/682)
- Picking block for many blocks broken [`#683`](https://github.com/fixrtm/fixRTM/pull/683)
- This also reverts [`#667`](https://github.com/fixrtm/fixRTM/pull/667) because it's not efficient implementation
- Picking following blocks, which are categorized to machine, would pick as fluorescent is now fixed
- Boom barrier for Crossing (CROSSING)
- Ticket Gate (TURNSTILE)
Expand All @@ -44,9 +51,7 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
- Picking of the following blocks doesn't pick block model is now fixed
- Ticket vendor
- Rail-road sign
- Improved compatbility with CustomNPCs `#675`

### Security
- Improved compatbility with CustomNPCs [`#675`](https://github.com/fixrtm/fixRTM/pull/675)

## [2.0.26-beta.1] - 2023-06-17
### Added
Expand Down Expand Up @@ -598,7 +603,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.26-beta.1...HEAD
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.26-beta.2...HEAD
[2.0.26-beta.2]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1...2.0.26-beta.2
[2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1
[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
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.26-beta.1
modVersion=2.0.26-beta.2
modBaseName=fixRtm
forgeVersion=1.12.2-14.23.5.2847
mcpChannel=stable
Expand Down

0 comments on commit 57e4d90

Please sign in to comment.