diff --git a/.ottdrev-vc b/.ottdrev-vc index 7cf00776dc..36ed9724a0 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.32-rc5 20190922 0 8b8a97c248666bb340baed9a6a3d1339b6f06412 1 0 -cb6269eadd849b4360d17bf5f5b2da6543b927e0817b3151c36f7a92fd4fb94e - +jgrpp-0.32.0 20191012 0 1bbfd69657b9f96e66c9536d9a97711a494254bb 1 0 +7e231389e32602061540e6bf498362d654d42482356d143bd7f17726e9e4f531 - diff --git a/README.md b/README.md index 58aaff1bfb..41e67047f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.32-rc5 +## JGR's Patchpack version 0.32.0 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -249,6 +249,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Add a password mechanism to change network game settings from a network client. (added in v0.31.4). * Change network protocol to send server/join and rcon passwords in hashed form instead of in clear text. (added in v0.31.4). * Add modifier key window for toggling shift/ctrl key states using mouse. (added in v0.32-rc4). + * Add IME support on Linux/SDL2 (SDL2-supported IMEs and Fcitx). (added in v0.32.0). * Various minor fixes, see changelog. * [NewGRF specification additions](docs/newgrf-additions.html) ([online copy](https://htmlpreview.github.io/?https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp/docs/newgrf-additions.html)). * [Low-level code/performance changes](docs/jgrpp-low-level-changes.md). diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index f78409af02..bfa29a1674 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,15 @@ * * * +### 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. +* Fix modifier key window not always updating. +* Routing restrictions: Add load percentage conditional. +* Add support for IMEs on Linux/SDL2 (SDL2-supported IMEs and Fcitx). +* Various performance improvements. +* Bump trunk base from commit 1f418555a13b63379e4ce52ec96cbed6e04dca7d to commit e2e112baaabaaeec1f04f13c3759f24c06b42cf2. + ### v0.32-rc5 (2019-09-22) * Fix crash when using road convert tool on road station tiles. * Fix crash when clicking on a station from the order window where the station sign tile is not a station tile.