From 150cce60599719cc6e87a12e189c202a7a453fd5 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 25 Apr 2023 18:10:21 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.53.1 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 11 +++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 5cec8cc209..8ad99cab8b 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.53.0 20230415 0 f803ec9162cad8021c0cf53a0593071c0ca68e4f 1 0 2023 -31383fe43849b606905d917d479bbb1613dda8a7895efb3b597866d81740317e - +jgrpp-0.53.1 20230424 0 7d6307a5ce1f513c4dcc397695c776a49fab3a5c 1 0 2023 +049c95b552891868f37d6835e141fcf10ecc9daeb927c8fdc205adbd39354674 - diff --git a/README.md b/README.md index 621f7b4456..808349e926 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.53.0 +## JGR's Patchpack version 0.53.1 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 0e0af267e3..f090eea0ed 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,17 @@ * * * +### v0.53.1 (2023-04-25) +* Fix width of station cargo graph window. +* Fix incorrect accounting of cargo time in transit values. +* Fix crash when checking the consistency of cargo time in transit values, when removing/merging companies or after a multiplayer desync has occured. +* Departure boards: + * Change vehicle names using the long format to the traditional format if the group name column is also shown. + * Fix position of vehicle type icon in right-to-left languages + * Fix hidden columns being included in the minimum window width. +* Fix crash which could occur when sorting towns by rating or engines by power/running cost or cargo capacity/running cost on MacOS. +* Bump trunk base from commit 97cfd40649abab832315f00e6a07e5b6b9a17e23 to commit e5af5907ecfe3845adc613a3312695ed8b40bffc. + ### v0.53.0 (2023-04-16) * Fix water infrastructure total when building multi-tile objects on unowned canal, and when building canals over unowned objects on canals. * Fix crash when showing vehicles with excessively large sprites in the build vehicle window.