Skip to content

Commit

Permalink
chore: changelog + bump ver for release
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 10, 2023
1 parent ae32fcf commit 8031026
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.5.1:
- Fix NPE in ConductorCapItem
- feat: Implement a Optifine Warning Screen
v1.5.0:
- Optimize: Remove expensive call to get stack trace in performance-critical navigation code
- Optimize: Config option to disable train collision
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx3G

# Mod Info
archives_base_name = Steam_Rails
mod_version = 1.5.0
mod_version = 1.5.1
maven_group = com.railwayteam.railways

minecraft_version = 1.19.2
Expand Down
24 changes: 3 additions & 21 deletions recent_changelog.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
v1.5.0:
- Optimize: Remove expensive call to get stack trace in performance-critical navigation code
- Optimize: Config option to disable train collision
- Improved smoke from smokestacks
- Added smoke dying: place wool under a smokestack to change the smoke color
- fix: Non-compat custom curved tracks render with flywheel off in production (#180)
- fix: Disabling datafixers should work now (#186)
- Added automatic whistle operation
- Added new dev caps for Rabbitminers and TropheusJay
- fix: use vanilla entity data accessors, hopefully quilt clients can join fabric servers now
- update to Create 0.5.1c
- fix: use 'proper' class transformation to add Track Replace rolling mode (#194)
- Added wide gauge tracks
- Added narrow gauge tracks
- Added invisible monobogeys
- feat: (Invisible) Monobogeys can drive on phantom tracks
- feat: Invisible (mono)bogeys can drive on any track type
- feat: Simple Voice Chat integration for conductor spies
- feat: Oilburner Smokestack can be encased with industrial iron
- Added collision to track encasement
- Added narrow and wide gauge bogeys
v1.5.1:
- Fix NPE in ConductorCapItem
- feat: Implement a Optifine Warning Screen

0 comments on commit 8031026

Please sign in to comment.