Skip to content

Commit

Permalink
chore: bump version to 2.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12-bot committed Jul 10, 2023
1 parent 64e33b8 commit 3bac96e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 24 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG-SNAPSHOTS.md
Expand Up @@ -18,10 +18,13 @@ The changelog for 2.0.23 and earlier is generated by [anatawa12's fork of `auto-
### Removed

### Fixed
- Player rotation is not updated when train rotates `#687`

### Security

## [2.0.26] - 2023-07-10
### Fixed
- Player rotation is not updated when train rotates [`#687`](https://github.com/fixrtm/fixRTM/pull/687)

## [2.0.26-rc.1] - 2023-07-03
### Fixed
- Hotfix: degraded performance on constructing models [`#685`](https://github.com/fixrtm/fixRTM/pull/685)
Expand Down Expand Up @@ -609,7 +612,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-rc.1...HEAD
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.26...HEAD
[2.0.26]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-rc.1]: https://github.com/fixrtm/fixRTM/compare/[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-rc.1...2.0.26
[2.0.26-rc.1]: https://github.com/fixrtm/fixRTM/compare/[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-rc.1
[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
Expand Down
48 changes: 27 additions & 21 deletions CHANGELOG.md
Expand Up @@ -17,13 +17,6 @@ Thanks to prepare-changelog.sh, we have some macros.

## [Unreleased]
### Added
- Support placing rail in diagonal direction with rail item `#635`
- Improve ActionParts `#651`
- If the ActionParts is far from you, the ActionParts will not be clicked / dragged.
- If you opened any GUI, the ActionParts will not be clicked / dragged.
- Check for version mismatch error before crash `#653`
- 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 @@ -32,18 +25,32 @@ Thanks to prepare-changelog.sh, we have some macros.
### Removed

### Fixed
- Vec3 DataMap will cause crash `#652`
- World is accessed from Netty IO Thread `#654`
- syncVehicleState(Door, data) does not work as the setter of getVehicleState(Door) `#660`

### Security

## [2.0.26] - 2023-07-10
### Added
- Support placing rail in diagonal direction with rail item [`#635`](https://github.com/fixrtm/fixRTM/pull/635)
- Improve ActionParts [`#651`](https://github.com/fixrtm/fixRTM/pull/651)
- If the ActionParts is far from you, the ActionParts will not be clicked / dragged.
- If you opened any GUI, the ActionParts will not be clicked / dragged.
- Check for version mismatch error before crash [`#653`](https://github.com/fixrtm/fixRTM/pull/653)
- 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
- Vec3 DataMap will cause crash [`#652`](https://github.com/fixrtm/fixRTM/pull/652)
- World is accessed from Netty IO Thread [`#654`](https://github.com/fixrtm/fixRTM/pull/654)
- syncVehicleState(Door, data) does not work as the setter of getVehicleState(Door) [`#660`](https://github.com/fixrtm/fixRTM/pull/660)
- Previously, to sync door direction between trains, door bit can be swapped.
- Now, improvements in bits swapping condition is improved.
- Unnecessary ABI breaking changes `#676`
- 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`
- Slow trains will get too slow `#681`
- Entering world should be prevented while model construction phase `#682`
- Picking block for many blocks broken `#683`
- 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)
- 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)
- 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 @@ -58,10 +65,8 @@ Thanks to prepare-changelog.sh, we have some macros.
- Picking of the following blocks doesn't pick block model is now fixed
- Ticket vendor
- Rail-road sign
- Improved compatbility with CustomNPCs `#675`
- Player rotation is not updated when train rotates `#687`

### Security
- Improved compatbility with CustomNPCs [`#675`](https://github.com/fixrtm/fixRTM/pull/675)
- Player rotation is not updated when train rotates [`#687`](https://github.com/fixrtm/fixRTM/pull/687)

## [2.0.25] - 2023-04-13
### Fixed
Expand Down Expand Up @@ -453,7 +458,8 @@ Thanks to prepare-changelog.sh, we have some macros.
- 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.25...HEAD
[Unreleased]: https://github.com/fixrtm/fixRTM/compare/2.0.26...HEAD
[2.0.26]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26
[2.0.25]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25
[2.0.24]: https://github.com/fixrtm/fixRTM/compare/2.0.23...2.0.24
[2.0.23]: https://github.com/fixrtm/fixRTM/compare/2.0.22...2.0.23
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
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-rc.1
modVersion=2.0.26
modBaseName=fixRtm
forgeVersion=1.12.2-14.23.5.2847
mcpChannel=stable
Expand Down
1 change: 1 addition & 0 deletions version-map.md
Expand Up @@ -31,3 +31,4 @@
| 2.4.23 | 2.4.20 | 2.0.23 |
| 2.4.23 | 2.4.20 | 2.0.24 |
| 2.4.23 | 2.4.20 | 2.0.25 |
| 2.4.23 | 2.4.20 | 2.0.26 |

0 comments on commit 3bac96e

Please sign in to comment.