Skip to content

Commit 57e4d90

Browse files
committed
chore: bump version to 2.0.26-beta.2
1 parent 5ff818a commit 57e4d90

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

CHANGELOG-SNAPSHOTS.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
1010

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

1614
### Changed
1715

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

2220
### Fixed
23-
- Opening/closing door of long formation does not work well `#673`
24-
- Unnecessary ABI breaking changes `#676`
21+
22+
### Security
23+
24+
## [2.0.26-beta.2] - 2023-07-02
25+
### Added
26+
- Make it easier to find which script have produced error [`#674`](https://github.com/fixrtm/fixRTM/pull/674)
27+
- The line number in your stacktrace can be differed because scripts can be concatenated by `//include` comment statement
28+
29+
### Fixed
30+
- Opening/closing door of long formation does not work well [`#673`](https://github.com/fixrtm/fixRTM/pull/673)
31+
- Unnecessary ABI breaking changes [`#676`](https://github.com/fixrtm/fixRTM/pull/676)
2532
- we don't need to remove original signature of `RenderElectricalWiring.renderAllWire`
26-
- Directory based ModelPacks not working `#677`
27-
- Getting onto bogie of moving train may drive train opposite direction `#680`
28-
- This also reverts `#633` because it's broken for long train
29-
- Slow trains will get too slow `#681`
30-
- Entering world should be prevented while model construction phase `#682`
31-
- Picking block for many blocks broken `#683`
32-
- This also reverts `#667` because it's not efficient implementation
33+
- Directory based ModelPacks not working [`#677`](https://github.com/fixrtm/fixRTM/pull/677)
34+
- Getting onto bogie of moving train may drive train opposite direction [`#680`](https://github.com/fixrtm/fixRTM/pull/680)
35+
- This also reverts [`#633`](https://github.com/fixrtm/fixRTM/pull/633) because it's broken for long train
36+
- Slow trains will get too slow [`#681`](https://github.com/fixrtm/fixRTM/pull/681)
37+
- Entering world should be prevented while model construction phase [`#682`](https://github.com/fixrtm/fixRTM/pull/682)
38+
- Picking block for many blocks broken [`#683`](https://github.com/fixrtm/fixRTM/pull/683)
39+
- This also reverts [`#667`](https://github.com/fixrtm/fixRTM/pull/667) because it's not efficient implementation
3340
- Picking following blocks, which are categorized to machine, would pick as fluorescent is now fixed
3441
- Boom barrier for Crossing (CROSSING)
3542
- Ticket Gate (TURNSTILE)
@@ -44,9 +51,7 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
4451
- Picking of the following blocks doesn't pick block model is now fixed
4552
- Ticket vendor
4653
- Rail-road sign
47-
- Improved compatbility with CustomNPCs `#675`
48-
49-
### Security
54+
- Improved compatbility with CustomNPCs [`#675`](https://github.com/fixrtm/fixRTM/pull/675)
5055

5156
## [2.0.26-beta.1] - 2023-06-17
5257
### Added
@@ -598,7 +603,8 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
598603
- fix .gitignore [`40ff11e`](https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a)
599604
- PacketCollisionObjが大きすぎる問題の解決を試した [`7a365db`](https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66)
600605

601-
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.26-beta.1...HEAD
606+
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.26-beta.2...HEAD
607+
[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
602608
[2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1
603609
[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
604610
[2.0.25-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25-beta.1

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

0 commit comments

Comments
 (0)