From c466292d8a51a4f3541ef75de11908c79835665f Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 8 Dec 2023 23:00:42 +0000 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.56.1 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 17 +++++++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 6602a75e4b..377822c7c2 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.56.0 20231126 0 ca23e319861752f368cf13fd065a7b34df5fd188 1 0 2023 -e4b53d5c6c8e949583a960f2cb9485f91662f1a31440c052a8b86a1c92ccfe68 - +jgrpp-0.56.1 20231208 0 714d2c04e464be9e0afa2d159d3544c60dc95dc9 1 0 2023 +4053d6f7f5a8bc5b20c8d5cf18c42f84c2c96f6bb9fc348ea3d295f8688e0183 - diff --git a/README.md b/README.md index 81811e4092..1a53a01676 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.56.0 +## JGR's Patchpack version 0.56.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 e21df5e77b..7bb48ee4d9 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,23 @@ * * * +### v0.56.1 (2023-12-08) +* Fix crash which could occur when using some languages (which use grammatical gender). +* Fix crash which could occur when the config file is an older version or has missing sections. +* Fix PBS reservation overlays of the wrong track type on dual rail-type tiles. +* Fix profit/usage totals not being initially populated when opening the group/vehicle list window. +* Fix depot ctrl-right-click tooltip with multiple cargoes. +* Fix incorrect search path ordering in some cases when using the -c switch. +* Fix false positive desync warning messages after custom signal styles are removed. +* Fix incorrect title text in some query windows. +* Fix ctrl-click signal cycling not checking custom signal style restrictions. +* Routing restrictions: Slots are no longer considered "advanced". +* Change the settings for using default signal graphics and restricted signal post recolouring. +* Add unset hotkey to close order window. +* Link graph: Take vehicle timetables into account when estimating the travel time for order-based link refreshing. +* Scenario editor: Fix being able to remove towns referenced by waypoints. +* Bump trunk base from commit 2d3fef31131c2d9981265664c1581ca11dc2c2d3 to commit ab535c0a8665e6380c5037d7b6f0a507fc91d36a. + ### v0.56.0 (2023-11-26) * Fix crash which could occur in the sprite aligner window. * Fix crash which could occur when laying out text in some cases.