From 192f89246cfa924bd9e080f66319a681c670f5f3 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Mon, 20 Jul 2020 17:30:34 +0100 Subject: [PATCH] Version: Committing version data for tag: jgrpp-0.35.1 --- .ottdrev-vc | 4 ++-- README.md | 2 +- jgrpp-changelog.md | 10 ++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.ottdrev-vc b/.ottdrev-vc index c6075b3c48..6b4c126d6e 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.35.0 20200712 0 dbdab67cdaf74c357bb36f144edffd97671ed4ed 1 1 2020 -10c3efffb8fd16bb367e68b397d5f04602fa3734a1ad584bd814506ed85f8c68 - +jgrpp-0.35.1 20200720 0 e296a4f021c2230aaddc01b5e877841a6c5b8cfd 1 1 2020 +fad628b8823db0b1ceafd8d25fda3f654bdb8d5f720173903a805c4b71d4e8c7 - diff --git a/README.md b/README.md index e905931312..9bfdc783dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.35.0 +## JGR's Patchpack version 0.35.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 29734ee522..16c1071223 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,16 @@ * * * +### v0.35.1 (2020-07-20) +* Fix crash which could occur when selling/replacing a vehicle which is currently displayed in a departure board window. +* Fix colour of vehicle destination text when mousing over in vehicle window. +* Fix missing window/taskbar icon when using SDL/SDL2. +* Fix compilation on CMake versions prior to 3.12. +* Add hotkey to show link graph legend window (defaults to: Y). +* Unix: Add wrapper build scripts to invoke CMake/make. +* Add Korean translations by TELK. +* Add Czech translations by Lurker23. + ### v0.35.0 (2020-07-12) * Fix crash on maps larger than 64k in either axis. * Fix crash which could occur when displaying vehicles with no orders in the departure board window.