From a8657f4c400641cc7c9f41c6ec190b275be7f7c5 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 20 Oct 2019 19:15:06 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.32.1 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 13 +++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index 36ed9724a0..4e4765de35 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.32.0 20191012 0 1bbfd69657b9f96e66c9536d9a97711a494254bb 1 0 -7e231389e32602061540e6bf498362d654d42482356d143bd7f17726e9e4f531 - +jgrpp-0.32.1 20191020 0 a7be39d07a1a03170c84a096074ade582650237f 1 0 +f91908dae439bd465b355caf343699e85d0b5f9cf83b28494a6f2fabb3b85d0e - diff --git a/README.md b/README.md index 41e67047f2..9fa3a990d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.32.0 +## JGR's Patchpack version 0.32.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 bfa29a1674..c12ffc8862 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,19 @@ * * * +### v0.32.1 (2019-10-20) +* Fix "undefined string" appearing in 3rd line of error message window. +* Fix width of bottom row of template-based train replacement create/edit template window. +* Fix link graph link usage statistics (used for the link graph overlay colours) becoming increasingly inaccurate on large networks over time. +* SDL2 video driver (Linux): + * Fix handling of shift key in text-editing mode. + * Fix up/down keys in console window. + * Fix passing keypresses to Fcitx which are unknown to SDL. + * Fix attempting to use SDL2 versions prior to 2.0.5, which do not compile. + * Automatically detect and use SDL1 if SDL2 is not present and usable. +* Fix compilation on MSVC and on Mac OSX. +* Add Korean translations by TELK. + ### v0.32.0 (2019-10-12) * Fix crash when disabling infrastructure sharing with vehicles with go to nearest depot orders. * Fix order backup not saving/restoring timetable automation, separation and scheduled dispatch states.