From 8e6c345be69a95d496d934e017a21ce09a01868c Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Fri, 4 Dec 2015 19:09:05 +0000 Subject: [PATCH] prepare distribution files for pre-release-0.0.3.1 --- distribution/changelog.txt | 9 +++++++++ distribution/known_issues.txt | 2 +- distribution/readme.txt | 4 ++-- distribution/windows/install.nsi | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 9a56b27bae..7b2d736895 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,3 +1,12 @@ +0.0.3.1-beta (2015-12-04) +------------------------------------------------------------------------ +- Fix: [#2407] save game prompt delay is not reset on start scenario +- Fix: [#2415] day / night cycle did not update colours during gameplay +- Fix: [#2425] new campaign for ride shows invalid list when over 40 rides +- Fix: [#2417] peep direction assertion somtimes during pathfinding +- Fix: [#2158] video freeze when window is maximised, minimised and then restored +- Fix: [#2434] dropdown menus linger when toolbars are hidden + 0.0.3-beta (2015-11-30) ------------------------------------------------------------------------ - Feature: Adding extra title sequences. diff --git a/distribution/known_issues.txt b/distribution/known_issues.txt index 9e0a74180f..de62cc621d 100644 --- a/distribution/known_issues.txt +++ b/distribution/known_issues.txt @@ -1,4 +1,4 @@ -Release version: 0.0.3-beta +Release version: 0.0.3-1-beta ------------------------------------------------------------------------ * Some sounds play at their maximum volume irrespective of the sound volume control. * Scenario editor object selection window will show object names in the selected language at the time of building the object cache. (Deleting plugin.dat in Documents/OpenRCT2 will fix this) diff --git a/distribution/readme.txt b/distribution/readme.txt index 0ba70659e4..52c8c86a18 100644 --- a/distribution/readme.txt +++ b/distribution/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2015-30-11 -Release version: 0.0.3-beta +Last updated: 2015-12-04 +Release version: 0.0.3-1-beta ------------------------------------------------------------------------ diff --git a/distribution/windows/install.nsi b/distribution/windows/install.nsi index 837658b62f..ab98ba78d1 100644 --- a/distribution/windows/install.nsi +++ b/distribution/windows/install.nsi @@ -2,7 +2,7 @@ !define /ifndef APPV_MAJOR 0 !define /ifndef APPV_MINOR 0 !define /ifndef APPV_MAINT 3 -!define /ifndef APPV_BUILD 0 +!define /ifndef APPV_BUILD 1 !define /ifndef APPV_EXTRA "-beta" !define APPNAME "OpenRCT2" ; Define application name