@@ -10,11 +10,6 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
1010
1111## [ Unreleased]
1212### Added
13- - Support placing rail in diagonal direction with rail item ` #635 `
14- - Improve ActionParts ` #651 `
15- - If the ActionParts is far from you, the ActionParts will not be clicked / dragged.
16- - If you opened any GUI, the ActionParts will not be clicked / dragged.
17- - Check for version mismatch error before crash ` #653 `
1813
1914### Changed
2015
@@ -23,13 +18,25 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
2318### Removed
2419
2520### Fixed
26- - Sitting in the driver's seat on the opposite side drives train in reverse ` #633 `
27- - Vec3 DataMap will cause crash ` #652 `
28- - World is accessed from Netty IO Thread ` #654 `
29- - syncVehicleState(Door, data) does not work as the setter of getVehicleState(Door) ` #660 `
21+
22+ ### Security
23+
24+ ## [ 2.0.26-beta.1] - 2023-06-17
25+ ### Added
26+ - Support placing rail in diagonal direction with rail item [ ` #635 ` ] ( https://github.com/fixrtm/fixRTM/pull/635 )
27+ - Improve ActionParts [ ` #651 ` ] ( https://github.com/fixrtm/fixRTM/pull/651 )
28+ - If the ActionParts is far from you, the ActionParts will not be clicked / dragged.
29+ - If you opened any GUI, the ActionParts will not be clicked / dragged.
30+ - Check for version mismatch error before crash [ ` #653 ` ] ( https://github.com/fixrtm/fixRTM/pull/653 )
31+
32+ ### Fixed
33+ - Sitting in the driver's seat on the opposite side drives train in reverse [ ` #633 ` ] ( https://github.com/fixrtm/fixRTM/pull/633 )
34+ - Vec3 DataMap will cause crash [ ` #652 ` ] ( https://github.com/fixrtm/fixRTM/pull/652 )
35+ - World is accessed from Netty IO Thread [ ` #654 ` ] ( https://github.com/fixrtm/fixRTM/pull/654 )
36+ - syncVehicleState(Door, data) does not work as the setter of getVehicleState(Door) [ ` #660 ` ] ( https://github.com/fixrtm/fixRTM/pull/660 )
3037 - Previously, to sync door direction between trains, door bit can be swapped.
3138 - Now, improvements in bits swapping condition is improved.
32- - Picking any machine block would pick as fluorescent ` #667 `
39+ - Picking any machine block would pick as fluorescent [ ` #667 ` ] ( https://github.com/fixrtm/fixRTM/pull/667 )
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)
@@ -38,8 +45,6 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
3845 - Light (LIGHT, not a FLUORESCENT)
3946 - Speaker (SPEAKER)
4047
41- ### Security
42-
4348## [ 2.0.25] - 2023-04-13
4449### Fixed
4550- version check does not work well if one server returns error [ ` #607 ` ] ( https://github.com/fixrtm/fixRTM/pull/607 )
@@ -566,7 +571,8 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
566571- fix .gitignore [ ` 40ff11e ` ] ( https://github.com/fixrtm/fixRTM/commit/40ff11ec23453c374a616437c98fa4081a156d0a )
567572- PacketCollisionObjが大きすぎる問題の解決を試した [ ` 7a365db ` ] ( https://github.com/fixrtm/fixRTM/commit/7a365db3b528b5be36fc7e9fbb4d75657acf5c66 )
568573
569- [ Unreleased ] : https://github.com/fixrtm/fixRTM/compare/2.0.25...HEAD
574+ [ Unreleased ] : https://github.com/fixrtm/fixRTM/compare/2.0.26-beta.1...HEAD
575+ [ 2.0.26-beta.1 ] : https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1
570576[ 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
571577[ 2.0.25-beta.1 ] : https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25-beta.1
572578[ 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
0 commit comments