From e22afc778ff21d922ee6a68ca8bfd44216932a75 Mon Sep 17 00:00:00 2001 From: Vrelnir <vrelnir@gmail.com> Date: Sat, 7 Oct 2023 01:10:43 +0100 Subject: [PATCH] Updated to 0.4.2.7 --- DoL Changelog.txt | 10 ++++++++++ devTools/androidsdk/image/cordova/config.xml | 2 +- game/01-config/sugarcubeConfig.js | 2 +- version | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/DoL Changelog.txt b/DoL Changelog.txt index 74613ee0c..b4fde6803 100644 --- a/DoL Changelog.txt +++ b/DoL Changelog.txt @@ -428,6 +428,16 @@ Fixed an issue with perceived breast and bottom sizes. Fixed the cost for the cottage nursery. +0.4.2.7 +Fixed the infinite the loop when going to Alex's Farm with a pregnant belly. Thanks to Cutiland. +Fixed an issue with Alex's gender in some passages. Thanks to Cutiland. +Fixed an issue at the chalets. Thanks to Cutiland. +Fixed bug with moderate start gender settings, including a fix for pre-existing saves affected by the bug. Thanks to Kirsty. +Journal will now display the time you need to be outside the brothel for the escort job. Thanks to Kirsty. +Fixed broken image bugs for combat legwear and rag shop trait. Thanks to Kirsty. +Filled out missing icons and fixed some line break issues. Thanks to Kirsty. + + 0.4.1.7 Fixed a git merge issue that prevented fixes in 0.4.1.6 being applied. Thanks to Cutiland. diff --git a/devTools/androidsdk/image/cordova/config.xml b/devTools/androidsdk/image/cordova/config.xml index 763792522..f5b5e90ae 100644 --- a/devTools/androidsdk/image/cordova/config.xml +++ b/devTools/androidsdk/image/cordova/config.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='utf-8'?> <widget id="dol" - version="0.4.2.7" + version="0.4.2.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" android-packageName="com.vrelnir.DegreesOfLewdity" diff --git a/game/01-config/sugarcubeConfig.js b/game/01-config/sugarcubeConfig.js index 8e27386cf..d06f4bc9c 100644 --- a/game/01-config/sugarcubeConfig.js +++ b/game/01-config/sugarcubeConfig.js @@ -61,7 +61,7 @@ window.StartConfig = { debug: false, enableImages: true, enableLinkNumberify: true, - version: "0.4.2.6", + version: "0.4.2.7", versionName: "", sneaky: false, }; diff --git a/version b/version index 667272b4a..1f99a6648 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.4.2.6 \ No newline at end of file +0.4.2.7 \ No newline at end of file -- GitLab