diff --git a/CHANGELOG-SNAPSHOTS.md b/CHANGELOG-SNAPSHOTS.md index 7ed96f9e..32891bea 100644 --- a/CHANGELOG-SNAPSHOTS.md +++ b/CHANGELOG-SNAPSHOTS.md @@ -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 @@ -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) @@ -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 @@ -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 diff --git a/gradle.properties b/gradle.properties index d92acfb7..755c146c 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.26-beta.1 +modVersion=2.0.26-beta.2 modBaseName=fixRtm forgeVersion=1.12.2-14.23.5.2847 mcpChannel=stable