diff --git a/DoL Changelog.txt b/DoL Changelog.txt index 280fd517aef3a0ed25256aaf2a22625f0f3e40e8..8d7f17cf045c0a044203a58b87418351f3ad34fb 100644 --- a/DoL Changelog.txt +++ b/DoL Changelog.txt @@ -194,6 +194,37 @@ Fixed island location sprited Typo fixes. +0.4.3.3 +Thanks to Lollipop Scythe for code improvements. +At the rank of monk, grace will no longer decay until a full day passes where no grace was gained. To compensate, Grace now lowers twice as quickly + +Bug Fixes: +Fixed a bug found when trying to show your ID at the docks. Thanks to Cutiland. +Fixed a pronoun problem at the school pool. Thanks to Khaos423. +Fixed school closing down early on last day of term. Thanks to xao. +Fixed incorrect school term display. Thanks to xao. +Fixed images that broke on some devices. Thanks to majou. + +Thanks to PurityGuy for the following fixes: +Fixed yet another issue with the sex shop location image code. +Fixed a stary stress and trauma gain display when dancing. +Silenced errors for missing islander bodywriting sprites and made them display default bodywriting for now. +Typos. + +Thanks to Lollipop Scythe for the following fixes: +Pregnancy daily events will no longer occur right after giving birth. +The shop item group buttons can no longer break the shop list and will run slightly faster. +Minor mobile layout fix for the Journal Notes. +Fixed a bug with the the school pinafore. +Added links for those that disable images to change grouped items in the shop. + +Thanks to majou for the following hotkey fixes: +Fixed 0 appearing as shift+0. +fixed numbered links disrespecting options. +Swapped ctrl and alt modifiers for links greater than 20. +prevented unwanted behavior on shift+numpad keys. + + 0.4.2.7 Fixed the infinite the loop when going to Alex's Farm with a pregnant belly. Thanks to Cutiland. diff --git a/devTools/androidsdk/image/cordova/config.xml b/devTools/androidsdk/image/cordova/config.xml index 39c48c3e71cdee14607719888a815b67565f07dd..7c82fd9ca78a0edcfb06ec924f8467b770ec1f91 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.3.2" + version="0.4.3.3" 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 03d7e0430f9653b1a8a93fddc34e14b4c130665b..8215159b810019bacf142eb7747264cd806c7ec9 100644 --- a/game/01-config/sugarcubeConfig.js +++ b/game/01-config/sugarcubeConfig.js @@ -110,7 +110,7 @@ window.StartConfig = { debug: false, enableImages: true, enableLinkNumberify: true, - version: "0.4.3.2", + version: "0.4.3.3", versionName: "", sneaky: false, }; diff --git a/version b/version index 309c43aa8d11258889e45155c4fc7ca4be66949c..929329f0914babec25788c395f4f53f1b1b7ecd3 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.4.3.2 \ No newline at end of file +0.4.3.3 \ No newline at end of file