Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo in jgrpp-changelog.md #582

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ottdrev-vc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jgrpp-0.54.4 20230711 0 8499e85560df83a3555b41366013a1c947e94d37 1 0 2023
934d83e771e0c152a648a0a9c64d8139012c4da0bbc70b298a7d2ccc1606894e -
jgrpp-0.54.5 20230731 0 748ff13a6de5c1ec12519e547cda5637a174f28e 1 0 2023
773c4deb8c1f0341fe65320480e4b15f03f10e6bb78ce79c2855b447540e67ea -
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## JGR's Patchpack version 0.54.4
## JGR's Patchpack version 0.54.5

This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)

Expand Down
13 changes: 13 additions & 0 deletions jgrpp-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

* * *

### v0.54.5 (2023-07-31)
* Fix crash using picker tool on rail/road stations when no GRF classes defined.
* Fix crash which could occur after using the date cheat, when using cargo distribution.
* Fix duplication of capacity display in build window for multi-cargo ships.
* Fix link graph tooltips with very long links when zoomed in.
* Fix crash which could occur with some road/tram type GRFs.
* Add setting to show the order number in vehicle view window.
* Add setting to show whether towns are cities in town viewport labels.
* Do not spread temperate trees uphill if above lower snow line in the arctic climate.
* Do not unnecessarily extend train reservations when passing a signal with a maximum lookahead which is within the current reservation, when using realistic braking with aspect limited lookahead.
* Show distance information in linkgraph tooltip when ctrl pressed.
* Scroll to class when using picker tool on object.

### v0.54.4 (2023-07-11)
* Fix multiplayer desync which could occur when using cargo distribution.
* Fix the build road/tram station stop windows not saving default window sizes.
Expand Down