diff --git a/DoL Changelog.txt b/DoL Changelog.txt index 74613ee0cf7b8ce45b1708b2a1b911d475c71e33..b4fde6803cc3a898b7d465dfd706f381ae9649e8 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 763792522ecd93b1f36bef428b61fc73bc0da0df..f5b5e90ae6af230b0a7c5b47a3d3521e9b6f46d1 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 8e27386cffb444df168f8576daeabe411b46f281..d06f4bc9ce7f9f9a45588d1a7a119db0041009e2 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 667272b4a50b07ad68c283851cf23da59126b075..1f99a6648a5c034347a79b5f75b20cb4cb69c54e 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